bundlewrap/libs/defaults.py

24 lines
1.0 KiB
Python

hostmaster_email = 'hostmaster@kunbox.net'
influxdb_bucket = 'encrypt$gAAAAABgg9iMnq0nKpODMiMN4NtUw231iqpbyDXV-O8epOAGDSL4jcf3CaSa2bLZzH2fJFaKWjW-dpVd384x6KqSQU19XpfsWA=='
influxdb_org = 'encrypt$gAAAAABgg9hyjz4XtvG8NBw9uYxiumS3v7YKIrtc9tTTABg1f9R22gzn55q8ULP9X3wlsPMUQs_DH7CgGv9neYmvVAriRoyd8g=='
influxdb_token = 'encrypt$gAAAAABgg9Ag632Xyuc6SWXaR1uH2tLOChmVKAoBIikhjntSSD2qJFL_eouVQGXCLH2HEuSbSdEXcTPn2qmhOiA9jmFdoDSbVbQUsp0EID1wLsWYG_Um2KOxZSF-tn9eDZlgShQYySjzO3nQRmdlJpVLUnGHsiwv_sHD2FstXGpfzTPZq5_egUqEc0K2X-aN2J6BTYc2fZAN'
influxdb_url = 'https://influxdb.kunsmann.eu/'
nameservers_ipv4 = ['1.1.1.1', '1.0.0.1']
nameservers_ipv6 = ['2606:4700::1111', '2606:4700:4700::1001']
nameservers = [*nameservers_ipv4, *nameservers_ipv6]
# FIXME database conflicts
redis_databases = {
'matrix-media-repo': 7,
'netbox': (4, 5),
'nextcloud': 7,
'paperless-ng': None, # probably 0, but undocumented
'pretalx': (1, 2, 3),
'rspamd': 6,
}
security_email = f'mailto:{hostmaster_email}'
security_lang = {'en', 'de'}