[add] domain sites
This commit is contained in:
parent
cae9e4c71d
commit
f518bc6430
3 changed files with 115 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue