mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-10-31 17:17:17 +00:00
49 lines
1 KiB
JSON
49 lines
1 KiB
JSON
|
{
|
||
|
"backblaze": {
|
||
|
"accountId": "ID",
|
||
|
"accountKey": "KEY",
|
||
|
"bucket": "selfprivacy"
|
||
|
},
|
||
|
"api": {
|
||
|
"token": "TEST_TOKEN",
|
||
|
"enableSwagger": false
|
||
|
},
|
||
|
"bitwarden": {
|
||
|
"enable": false
|
||
|
},
|
||
|
"cloudflare": {
|
||
|
"apiKey": "TOKEN"
|
||
|
},
|
||
|
"databasePassword": "PASSWORD",
|
||
|
"domain": "test.tld",
|
||
|
"hashedMasterPassword": "HASHED_PASSWORD",
|
||
|
"hostname": "test-instance",
|
||
|
"nextcloud": {
|
||
|
"adminPassword": "ADMIN",
|
||
|
"databasePassword": "ADMIN",
|
||
|
"enable": false
|
||
|
},
|
||
|
"resticPassword": "PASS",
|
||
|
"ssh": {
|
||
|
"enable": true,
|
||
|
"passwordAuthentication": true,
|
||
|
"rootKeys": [
|
||
|
"ssh-ed25519 KEY test@pc"
|
||
|
]
|
||
|
},
|
||
|
"username": "tester",
|
||
|
"gitea": {
|
||
|
"enable": false
|
||
|
},
|
||
|
"pleroma": {
|
||
|
"enable": true
|
||
|
},
|
||
|
"autoUpgrade": {
|
||
|
"enable": true,
|
||
|
"allowReboot": true
|
||
|
},
|
||
|
"timezone": "Europe/Moscow",
|
||
|
"sshKeys": [
|
||
|
"ssh-rsa KEY test@pc"
|
||
|
]
|
||
|
}
|