move some stuff from rx300 to carlene
This commit is contained in:
parent
9dacd4a14b
commit
7e335cc3ae
2 changed files with 26 additions and 80 deletions
|
@ -29,11 +29,6 @@ bundles = [
|
|||
"zfs",
|
||||
]
|
||||
|
||||
[metadata.backups]
|
||||
paths = [
|
||||
"/var/www/paste.franzi.business/",
|
||||
]
|
||||
|
||||
[metadata.check-mail-received.t-online]
|
||||
email = "franzi.kunsmann@t-online.de"
|
||||
imap_host = "secureimap.t-online.de"
|
||||
|
@ -91,7 +86,7 @@ baseurl = "matrix.franzi.business"
|
|||
server_name = "franzi.business"
|
||||
trusted_key_servers = ["matrix.org", "finallycoffee.eu"]
|
||||
additional_client_config.'im.vector.riot.jitsi'.preferredDomain = "meet.ffmuc.net"
|
||||
# wellknown_also_on_vhosts = ["franzi.business"]
|
||||
wellknown_also_on_vhosts = ["franzi.business"]
|
||||
|
||||
[metadata.mautrix-telegram]
|
||||
version = "v0.14.1"
|
||||
|
@ -131,9 +126,34 @@ domain = "warnochwas.de"
|
|||
contact = "mailto:security@kunsmann.eu"
|
||||
Encryption = "https://franzi.business/gpg_hi-kunsmann.eu.asc"
|
||||
|
||||
[metadata.nginx.vhosts.'franzi.business']
|
||||
domain = "franzi.business"
|
||||
|
||||
[metadata.nginx.vhosts.'gaenseblum.eu'.webroot_config]
|
||||
owner = "skye"
|
||||
|
||||
[metadata.nginx.vhosts.mta-sts]
|
||||
domain = "mta-sts.kunbox.net"
|
||||
domain_aliases = [
|
||||
"mta-sts.franzi.business",
|
||||
"mta-sts.kunsmann.eu",
|
||||
]
|
||||
|
||||
[metadata.nginx.vhosts.redirector]
|
||||
domain = "kunbox.net"
|
||||
domain_aliases = [
|
||||
"carlene.kunbox.net",
|
||||
"kunsmann.eu",
|
||||
]
|
||||
[metadata.nginx.vhosts.redirector.locations.'/']
|
||||
redirect = "https://franzi.business/"
|
||||
[metadata.nginx.vhosts.redirector.locations.'/.well-known/openpgpkey/']
|
||||
alias = "/var/www/franzi.business/.well-known/openpgpkey"
|
||||
additional_config = [
|
||||
"add_header Access-Control-Allow-Origin *",
|
||||
"default_type application/octet-stream",
|
||||
]
|
||||
|
||||
[metadata.ntfy]
|
||||
domain = "ntfy.franzi.business"
|
||||
ratelimit-exempt-hosts = [
|
||||
|
@ -239,9 +259,6 @@ type = "mirror"
|
|||
[metadata.zfs.datasets.tank]
|
||||
primarycache = "metadata"
|
||||
|
||||
[metadata.zfs.datasets.'tank/kunsi/webdump']
|
||||
mountpoint = "/var/www/paste.franzi.business"
|
||||
|
||||
[metadata.vm]
|
||||
cpu = 24
|
||||
ram = 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue