mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-05 11:03:12 +00:00
24 lines
374 B
JSON
24 lines
374 B
JSON
{
|
|
"bitwarden": {
|
|
"enable": true
|
|
},
|
|
"nextcloud": {
|
|
"adminPassword": "ADMIN",
|
|
"databasePassword": "ADMIN",
|
|
"enable": true
|
|
},
|
|
"gitea": {
|
|
"enable": true
|
|
},
|
|
"ocserv": {
|
|
"enable": true
|
|
},
|
|
"pleroma": {
|
|
"enable": true
|
|
},
|
|
"jitsi": {
|
|
"enable": true
|
|
},
|
|
"modules": {}
|
|
}
|