Compare commits
3 commits
14715fdab7
...
402dca9b31
Author | SHA1 | Date | |
---|---|---|---|
402dca9b31 | |||
89d6b6d93c | |||
33a6e2a979 |
4 changed files with 19 additions and 2 deletions
|
@ -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:',
|
||||
},
|
||||
|
|
|
@ -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': {},
|
||||
|
|
|
@ -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==',
|
||||
|
|
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue