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 = {
|
actions = {
|
||||||
'apt_update': {
|
'apt_update': {
|
||||||
'command': 'apt-get update -o APT::Update::Error-Mode=any',
|
'command': 'apt-get update',
|
||||||
'needed_by': {
|
'needed_by': {
|
||||||
'pkg_apt:',
|
'pkg_apt:',
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,6 +8,11 @@ defaults = {
|
||||||
'Post-Invoke': {
|
'Post-Invoke': {
|
||||||
'/bin/rm -f /var/cache/apt/archives/*.deb || true',
|
'/bin/rm -f /var/cache/apt/archives/*.deb || true',
|
||||||
},
|
},
|
||||||
|
'Options': {
|
||||||
|
# https://unix.stackexchange.com/a/642541/357916
|
||||||
|
'--force-confold',
|
||||||
|
'--force-confdef',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'APT': {
|
'APT': {
|
||||||
'NeverAutoRemove': {
|
'NeverAutoRemove': {
|
||||||
|
@ -30,6 +35,10 @@ defaults = {
|
||||||
'tasks',
|
'tasks',
|
||||||
},
|
},
|
||||||
'Move-Autobit-Sections': 'oldlibs',
|
'Move-Autobit-Sections': 'oldlibs',
|
||||||
|
'Update': {
|
||||||
|
# https://unix.stackexchange.com/a/653377/357916
|
||||||
|
'Error-Mode': 'any',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'sources': {},
|
'sources': {},
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
},
|
},
|
||||||
'nextcloud': {
|
'nextcloud': {
|
||||||
'hostname': 'cloud.sublimity.de',
|
'hostname': 'cloud.sublimity.de',
|
||||||
'version': '27.0.0',
|
'version': '27.0.1',
|
||||||
'config': {
|
'config': {
|
||||||
'instanceid': 'oci6dw1woodz',
|
'instanceid': 'oci6dw1woodz',
|
||||||
'secret': '!decrypt:encrypt$gAAAAABj96CFynVtEgsje7173zjQAcY7xQG3uyf5cxE-sJAvhyPh_KUykTKdwnExc8NTDJ8RIGUmVfgC6or5crnYaggARPIEg5-Cb0xVdEPPZ3oZ01ImLmynLu3qXT9O8kVM-H21--OKeztMRn7bySsbXdWEGtETFQ==',
|
'secret': '!decrypt:encrypt$gAAAAABj96CFynVtEgsje7173zjQAcY7xQG3uyf5cxE-sJAvhyPh_KUykTKdwnExc8NTDJ8RIGUmVfgC6or5crnYaggARPIEg5-Cb0xVdEPPZ3oZ01ImLmynLu3qXT9O8kVM-H21--OKeztMRn7bySsbXdWEGtETFQ==',
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
'lonercrew.io',
|
'lonercrew.io',
|
||||||
'left4.me',
|
'left4.me',
|
||||||
'elimu-kwanza.de',
|
'elimu-kwanza.de',
|
||||||
|
'cronekorkn.de',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'dns': {
|
'dns': {
|
||||||
|
@ -179,6 +180,13 @@
|
||||||
},
|
},
|
||||||
'internal_dns': False,
|
'internal_dns': False,
|
||||||
},
|
},
|
||||||
|
'cronekorkn.de': {
|
||||||
|
'content': 'nginx/redirect.conf',
|
||||||
|
'context': {
|
||||||
|
'target': 'https://cloud.sublimity.de/',
|
||||||
|
},
|
||||||
|
'internal_dns': False,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'nginx-rtmps': {
|
'nginx-rtmps': {
|
||||||
|
|
Loading…
Reference in a new issue