mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 21:30:41 +00:00
Semaphore: Move from BoltDB to SQLite (#12624)
* Fix * start * Apply suggestion from @tremor021
This commit is contained in:
@@ -30,11 +30,12 @@ SEM_KEY=$(openssl rand -base64 32)
|
||||
SEM_PW=$(openssl rand -base64 12)
|
||||
cat <<EOF >/opt/semaphore/config.json
|
||||
{
|
||||
"bolt": {
|
||||
"host": "/opt/semaphore/semaphore_db.bolt"
|
||||
"sqlite": {
|
||||
"host": "/opt/semaphore/database.sqlite"
|
||||
},
|
||||
"dialect": "sqlite",
|
||||
"tmp_path": "/opt/semaphore/tmp",
|
||||
"cookie_hash": "${SEM_HASH}",
|
||||
"cookie_hash": "${SEM_HASH}",
|
||||
"cookie_encryption": "${SEM_ENCRYPTION}",
|
||||
"access_key_encryption": "${SEM_KEY}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user