selfprivacy-rest-api/tests/test_graphql/test_system/undefined.json

61 lines
1.3 KiB
JSON
Raw Normal View History

2022-07-05 08:14:37 +03:00
{
"dns": {
"provider": "CLOUDFLARE",
"useStagingACME": false
2022-07-05 08:14:37 +03:00
},
"server": {
"provider": "HETZNER"
2022-07-05 08:14:37 +03:00
},
"domain": "test-domain.tld",
2022-07-05 08:14:37 +03:00
"hashedMasterPassword": "HASHED_PASSWORD",
"hostname": "test-instance",
"username": "tester",
"useBinds": true,
"sshKeys": [
"ssh-rsa KEY test@pc"
],
"users": [],
"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": [
{
"device": "/dev/sdb",
"mountPoint": "/volumes/sdb",
"fsType": "ext4"
}
],
2022-07-05 08:14:37 +03:00
"ssh": {
"enable": true,
"passwordAuthentication": true,
"rootKeys": [
"ssh-ed25519 KEY test@pc"
]
}
}