diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 6092792..4a23003 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -1,9 +1,8 @@ -# caddyfile for omv -# 2022-04 add domain sites -# 2022-03 init +# caddyfile mar 2022 { admin 0.0.0.0:2015 email bunce.andy@gmail.com + } # Physical @@ -42,17 +41,10 @@ solange JDJhJDE0JE9kcjNWY1U4VS54M2IwUmJuV1UwYS41SDRQQi9Kc2lDUDBKUkpkVjNVc1I2dUNyYzl5MU9x } } -# quodatum domain ------------------------------- -quodatum.duckdns.org { - encode zstd gzip - root * quodatum - file_server browse -} +# quodatum *.quodatum.duckdns.org { import duckdns import auth_quodatum - - @git host git.quodatum.duckdns.org handle @git { import omv 8300 @@ -61,7 +53,7 @@ quodatum.duckdns.org { handle @wiki { import n2 8088 } - @wiki-alt host wiki-alt.quodatum.duckdns.org + @wiki_2 host wiki_2.quodatum.duckdns.org handle @wiki { import xu4 8088 } @@ -69,7 +61,7 @@ quodatum.duckdns.org { handle @code { import n2plus 8444 } - @code-alt host code-alt.quodatum.duckdns.org + @code_2 host code_2.quodatum.duckdns.org handle @code { import omv 8444 } @@ -78,12 +70,7 @@ quodatum.duckdns.org { abort } } -# orlop domain ------------------------------------ -orlop.duckdns.org { - encode zstd gzip - root * orlop - file_server browse -} +# orlop ------------------------------------ *.orlop.duckdns.org { import duckdns @jellyfin host jellyfin.orlop.duckdns.org diff --git a/caddy/site/orlop/index.html b/caddy/site/orlop/index.html deleted file mode 100644 index d801a50..0000000 --- a/caddy/site/orlop/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - Orlop domain - - - - - - - - -
- - -
- Loaded at: {{ loaded }}mdi-clock - {{ message }} - hits {{ hits }} -
- - - - - - {{ item.text }} - - - ? - {{ item.port }} - - - - - - - - -
-
-
- - - - - \ No newline at end of file diff --git a/caddy/site/quodatum/index.html b/caddy/site/quodatum/index.html deleted file mode 100644 index ec867b0..0000000 --- a/caddy/site/quodatum/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - Quodatum domain - - - - - - - - -
- - -
- Loaded at: {{ loaded }}mdi-clock - {{ message }} - hits {{ hits }} -
- - - - - - {{ item.text }} - - - ? - {{ item.port }} - - - - - - - - -
-
-
- - - - - \ No newline at end of file