Compare commits

...

3 commits

Author SHA1 Message Date
402dca9b31
add cronekorkn.de 2023-08-09 19:21:23 +02:00
89d6b6d93c
update nextcloud 2023-08-09 19:21:11 +02:00
33a6e2a979
some more apt configs, which used to be used on the fly 2023-08-09 19:20:55 +02:00
4 changed files with 19 additions and 2 deletions

View file

@ -66,7 +66,7 @@ files = {
actions = {
'apt_update': {
'command': 'apt-get update -o APT::Update::Error-Mode=any',
'command': 'apt-get update',
'needed_by': {
'pkg_apt:',
},

View file

@ -8,6 +8,11 @@ defaults = {
'Post-Invoke': {
'/bin/rm -f /var/cache/apt/archives/*.deb || true',
},
'Options': {
# https://unix.stackexchange.com/a/642541/357916
'--force-confold',
'--force-confdef',
},
},
'APT': {
'NeverAutoRemove': {
@ -30,6 +35,10 @@ defaults = {
'tasks',
},
'Move-Autobit-Sections': 'oldlibs',
'Update': {
# https://unix.stackexchange.com/a/653377/357916
'Error-Mode': 'any',
},
},
},
'sources': {},

View file

@ -111,7 +111,7 @@
},
'nextcloud': {
'hostname': 'cloud.sublimity.de',
'version': '27.0.0',
'version': '27.0.1',
'config': {
'instanceid': 'oci6dw1woodz',
'secret': '!decrypt:encrypt$gAAAAABj96CFynVtEgsje7173zjQAcY7xQG3uyf5cxE-sJAvhyPh_KUykTKdwnExc8NTDJ8RIGUmVfgC6or5crnYaggARPIEg5-Cb0xVdEPPZ3oZ01ImLmynLu3qXT9O8kVM-H21--OKeztMRn7bySsbXdWEGtETFQ==',

View file

@ -53,6 +53,7 @@
'lonercrew.io',
'left4.me',
'elimu-kwanza.de',
'cronekorkn.de',
},
},
'dns': {
@ -179,6 +180,13 @@
},
'internal_dns': False,
},
'cronekorkn.de': {
'content': 'nginx/redirect.conf',
'context': {
'target': 'https://cloud.sublimity.de/',
},
'internal_dns': False,
},
},
},
'nginx-rtmps': {