move radicale to rx300
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
ff90f8cbca
commit
d4d353f0b6
4 changed files with 12 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
[server]
|
||||
hosts = [::1]:22050
|
||||
max_connections = 100
|
||||
max_connections = 0
|
||||
|
||||
[encoding]
|
||||
request = utf-8
|
||||
|
@ -15,8 +15,6 @@ type = owner_only
|
|||
[storage]
|
||||
type = multifilesystem
|
||||
filesystem_folder = /var/lib/radicale/collections/
|
||||
filesystem_locking = True
|
||||
filesystem_fsync = True
|
||||
|
||||
[web]
|
||||
type = internal
|
||||
|
|
|
@ -23,8 +23,9 @@ mta-sts IN AAAA 2a01:4f8:10b:2a5f::2
|
|||
sewfile IN CNAME sewfile.htz-cloud.kunbox.net.
|
||||
IN TXT "v=spf1 a mx ~all"
|
||||
|
||||
rss IN CNAME rx300.kunbox.net.
|
||||
paste IN CNAME rx300.kunbox.net.
|
||||
radicale IN CNAME rx300.kunbox.net.
|
||||
rss IN CNAME rx300.kunbox.net.
|
||||
status IN CNAME icinga2.ovh.kunbox.net.
|
||||
travelynx IN CNAME rx300.kunbox.net.
|
||||
unicornsden IN CNAME rx300.kunbox.net.
|
||||
|
|
|
@ -5,7 +5,6 @@ nodes['htz.ex42-1048908'] = {
|
|||
'postfixadmin',
|
||||
'redis',
|
||||
'rspamd',
|
||||
'radicale',
|
||||
|
||||
# no migration needed
|
||||
'check-mail-received',
|
||||
|
@ -106,21 +105,11 @@ nodes['htz.ex42-1048908'] = {
|
|||
'Encryption': 'https://franzi.business/gpg_hi-kunsmann.eu.asc',
|
||||
},
|
||||
'vhosts': {
|
||||
# TODO maybe some of this can be moved to a bundle?
|
||||
'dav.kunsmann.eu': {
|
||||
'locations': {
|
||||
'/': {
|
||||
'target': 'http://[::1]:22050',
|
||||
'auth': {
|
||||
'file': '/etc/radicale/htpasswd',
|
||||
},
|
||||
'proxy_set_header': {
|
||||
'X-Remote-User': '$remote_user',
|
||||
},
|
||||
'redirect': 'https://radicale.franzi.business$request_uri',
|
||||
},
|
||||
'/.web/': {
|
||||
'target': 'http://[::1]:22050',
|
||||
}
|
||||
},
|
||||
},
|
||||
'dimension.franzi.business': {
|
||||
|
|
|
@ -24,6 +24,7 @@ nodes['rx300'] = {
|
|||
'php',
|
||||
#'postfixadmin',
|
||||
'postgresql',
|
||||
'radicale',
|
||||
'redis',
|
||||
# does not yet have packages for bullseye, buster version depends
|
||||
# on libicu63, which does not exist in bullseye (but libicu67)
|
||||
|
@ -261,6 +262,7 @@ nodes['rx300'] = {
|
|||
'jenkins-ci': {'ssl': '_.franzi.business'},
|
||||
'matrix-synapse': {'ssl': '_.franzi.business'},
|
||||
'miniflux': {'ssl': '_.franzi.business'},
|
||||
'radicale': {'ssl': '_.franzi.business'},
|
||||
'travelynx': {'ssl': '_.franzi.business'},
|
||||
'daskritzelt-redirect': {
|
||||
'domain': 'die-brontosaurier-waren-es.org',
|
||||
|
@ -394,6 +396,12 @@ nodes['rx300'] = {
|
|||
'postgresql': {
|
||||
'version': '13',
|
||||
},
|
||||
'radicale': {
|
||||
'domain': 'radicale.franzi.business',
|
||||
'users': {
|
||||
'kunsi': bwpass.password('radicale.franzi.business/kunsi'),
|
||||
},
|
||||
},
|
||||
'rspamd': {
|
||||
'ignore_spam_check_for_ips': {
|
||||
# entropia
|
||||
|
|
Loading…
Reference in a new issue