fix: use sda for all services

testing/digital-ocean
Inex Code 2022-11-08 03:32:23 +03:00
parent 2b4bb3f793
commit f526e00585
1 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ makeConf() {
}, },
"bitwarden": { "bitwarden": {
"enable": true, "enable": true,
"location": "sdb" "location": "sda"
}, },
"dns": { "dns": {
"provider": "CLOUDFLARE", "provider": "CLOUDFLARE",
@ -60,11 +60,11 @@ makeConf() {
"enable": true, "enable": true,
"adminPassword": $ESCAPED_PASSWORD, "adminPassword": $ESCAPED_PASSWORD,
"databasePassword": $ESCAPED_PASSWORD, "databasePassword": $ESCAPED_PASSWORD,
"location": "sdb" "location": "sda"
}, },
"gitea": { "gitea": {
"enable": true, "enable": true,
"location": "sdb" "location": "sda"
}, },
"jitsi": { "jitsi": {
"enable": true "enable": true
@ -74,7 +74,7 @@ makeConf() {
}, },
"pleroma": { "pleroma": {
"enable": false, "enable": false,
"location": "sdb" "location": "sda"
}, },
"timezone": "Europe/Uzhgorod", "timezone": "Europe/Uzhgorod",
"resticPassword": $ESCAPED_PASSWORD, "resticPassword": $ESCAPED_PASSWORD,