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