User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:olivetin [2025/05/06 07:31] willyservices:olivetin [2025/05/06 07:44] (current) – [OliveTin on subdomain] willy
Line 1: Line 1:
 ====== Olivetin ====== ====== Olivetin ======
  
-[[https://www.olivetin.app/|OliveTin]] is...+[[https://www.olivetin.app/|OliveTin]] is a neat web interface that can run your shell scripts and present outputIt can also monitor all your containers and servers and so much moreIt can also be intergated into Home Assistant!
  
  
Line 41: Line 41:
 <file - olivetin.conf> <file - olivetin.conf>
 server { server {
-        server_name olivetin.gardiol.org;+        server_name olivetin.mydomain.com;
         listen 8443 ssl;         listen 8443 ssl;
         listen 443 ssl;         listen 443 ssl;
  
-        access_log /var/log/nginx/olivetin.gardiol.org_access_log main; +        access_log /var/log/nginx/olivetin.mydomain.com_access_log main; 
-        error_log /var/log/nginx/olivetin.gardiol.org_error_log info;+        error_log /var/log/nginx/olivetin.mydomain.com_error_log info;
                  
-        include "org.gardiol/authelia_location.conf";+        include "com.mydomain/authelia_location.conf";
  
         location / {         location / {
-                include "org.gardiol/authelia_proxy.conf"; +                include "com.mydomain/authelia_proxy.conf"; 
-                include "org.gardiol/authelia_authrequest.conf";+                include "com.mydomain/authelia_authrequest.conf";
                  
                 proxy_pass http://localhost:1337/;                 proxy_pass http://localhost:1337/;
Line 59: Line 59:
                                  
         location /websocket {         location /websocket {
-                include "org.gardiol/authelia_proxy.conf"; +                include "com.mydomain/authelia_proxy.conf"; 
-                include "org.gardiol/authelia_authrequest.conf";+                include "com.mydomain/authelia_authrequest.conf";
  
                 proxy_set_header Upgrade "websocket";                 proxy_set_header Upgrade "websocket";
Line 67: Line 67:
         }         }
                  
-        include org.gardiol/certbot.conf;+        include com.mydomain/certbot.conf;
 } }
- +</file>
-</conf>+
  
 ==== OliveTin on subpath ==== ==== OliveTin on subpath ====

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information