mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-01 01:27:17 +00:00
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"dns": {
|
|
"provider": "CLOUDFLARE",
|
|
"useStagingACME": false
|
|
},
|
|
"server": {
|
|
"provider": "HETZNER"
|
|
},
|
|
"domain": "test-domain.tld",
|
|
"hashedMasterPassword": "HASHED_PASSWORD",
|
|
"hostname": "test-instance",
|
|
"timezone": "Etc/UTC",
|
|
"username": "tester",
|
|
"useBinds": true,
|
|
"sshKeys": [
|
|
"ssh-rsa KEY test@pc"
|
|
],
|
|
"users": [],
|
|
"autoUpgrade": {
|
|
"enable": true,
|
|
"allowReboot": true
|
|
},
|
|
"modules": {
|
|
"bitwarden": {
|
|
"enable": true,
|
|
"location": "sdb"
|
|
},
|
|
"gitea": {
|
|
"enable": true,
|
|
"location": "sdb"
|
|
},
|
|
"jitsi-meet": {
|
|
"enable": true
|
|
},
|
|
"nextcloud": {
|
|
"enable": true,
|
|
"location": "sdb"
|
|
},
|
|
"ocserv": {
|
|
"enable": true
|
|
},
|
|
"pleroma": {
|
|
"enable": true,
|
|
"location": "sdb"
|
|
},
|
|
"simple-nixos-mailserver": {
|
|
"enable": true,
|
|
"location": "sdb"
|
|
}
|
|
},
|
|
"volumes": [],
|
|
"ssh": {
|
|
"enable": true,
|
|
"passwordAuthentication": true,
|
|
"rootKeys": [
|
|
"ssh-ed25519 KEY test@pc"
|
|
]
|
|
}
|
|
}
|