docker-perkeep/server-config.tpl.json

11 lines
319 B
JSON
Raw Normal View History

2023-08-02 19:35:49 +00:00
{
2023-08-02 20:06:27 +00:00
"auth": "userpass:antoine:$PASSWORD:+localhost",
2023-08-02 19:35:49 +00:00
"listen": "0.0.0.0:3179",
"camliNetIP": "",
2023-08-02 20:06:27 +00:00
"identity": "$IDENTITY",
2023-08-02 19:35:49 +00:00
"identitySecretRing": "/perkeep/config/identity-secring.gpg",
"blobPath": "/perkeep/data/blobs",
"packRelated": true,
"sqlite": "/perkeep/data/index.sqlite",
"shareHandler": false
}