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