rottenraptor-server: add vhost for dokuwiki
This commit is contained in:
parent
7808d9b0ea
commit
77003a01d8
2 changed files with 50 additions and 0 deletions
|
@ -8,6 +8,7 @@ bundles = [
|
|||
"docker-goauthentik",
|
||||
"docker-immich",
|
||||
"ipmitool",
|
||||
"php",
|
||||
"redis",
|
||||
"smartd",
|
||||
"zfs",
|
||||
|
@ -28,12 +29,24 @@ gateway6 = "2001:67c:b54:1::1"
|
|||
redirect = "https://www.rottenraptor.com/"
|
||||
mode = 302
|
||||
|
||||
[metadata.nginx.vhosts.dokuwiki]
|
||||
domain = "wiki.rotten.city"
|
||||
php = true
|
||||
extras = true
|
||||
webroot_config.owner = "www-data"
|
||||
|
||||
[metadata.nginx.vhosts.goauthentik]
|
||||
domain = "sso.rotten.city"
|
||||
|
||||
[metadata.nginx.vhosts.immich]
|
||||
domain = "immich.rotten.city"
|
||||
|
||||
[metadata.php]
|
||||
version = "8.2"
|
||||
packages = [
|
||||
"xml",
|
||||
]
|
||||
|
||||
[metadata.smartd]
|
||||
disks = [
|
||||
"/dev/disk/by-id/ata-HUH721008ALN600_7SGH125C",
|
||||
|
@ -43,6 +56,10 @@ disks = [
|
|||
"/dev/disk/by-id/nvme-TOSHIBA-RC100_58UPC29HPW5S",
|
||||
]
|
||||
|
||||
[metadata.vm]
|
||||
cpu = 4
|
||||
ram = 8
|
||||
|
||||
[metadata.zfs.pools.tank.when_creating]
|
||||
ashift = 12
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue