add ovh.left4me and update nextcloud

This commit is contained in:
CroneKorkN 2026-05-10 11:23:49 +02:00
parent 8ec99db7d3
commit e99fd4b1a4
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw
4 changed files with 45 additions and 4 deletions

2
.gitignore vendored
View file

@ -3,3 +3,5 @@
.cache
*.pyc
.bw_debug_history
# CocoIndex Code (ccc)
/.cocoindex_code/

View file

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

View file

@ -72,8 +72,8 @@
'AAAA': ['2a01:4f8:c013:51f2::1'],
},
'left4.me': {
'A': ['49.12.184.229'],
'AAAA': ['2a01:4f8:c013:51f2::1'],
'A': ['141.95.32.8'],
'AAAA': ['2001:41d0:700:5508::1'],
},
'elimu-kwanza.de': {
'TXT': ['google-site-verification=JwgcfXQ6nIXKxjMqUGHVBDISgMCQXgzMryPBsP2ZXnE'],

39
nodes/ovh.left4me.py Normal file
View file

@ -0,0 +1,39 @@
{
'hostname': '141.95.32.8',
'username': 'debian',
'groups': [
'debian-13',
'monitored',
],
'bundles': [
#'wireguard',
],
'metadata': {
'id': '14d2abc-3855-4bb7-99e2-d4e3eb0344dd',
'network': {
'external': {
'interface': 'enp3s0f0',
'ipv4': '141.95.32.8/24',
'gateway4': '141.95.32.254',
'ipv6': '2001:41d0:700:5508::1/128',
'gateway6': '2001:41d0:700:55ff:ff:ff:ff:ff',
'cake': {
'Bandwidth': '450M',
'FlowIsolationMode': 'triple',
'PriorityQueueingPreset': 'besteffort',
'RTTSec': '100ms',
},
},
},
'wireguard': {
'my_ip': '172.30.0.5/32',
's2s': {
'htz.mails': {
'allowed_ips': [
'10.0.0.0/16',
],
},
},
},
},
}