mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 21:34:06 +02:00
Update config.json
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "collaborative bookmark manager to collect, organize, and preserve webpages and articles",
|
"description": "collaborative bookmark manager to collect, organize, and preserve webpages and articles",
|
||||||
"environment": {
|
"environment": {
|
||||||
"DATABASE_URL": "file:/config/database/linkwarden.sqlite",
|
"DATABASE_URL": "postgresql://postgres:homeassistant@localhost:5432/linkwarden",
|
||||||
"NEXTAUTH_URL": "http://localhost:3000/api/v1/auth",
|
"NEXTAUTH_URL": "http://localhost:3000/api/v1/auth",
|
||||||
"STORAGE_FOLDER": "/config/library"
|
"STORAGE_FOLDER": "/config/library"
|
||||||
},
|
},
|
||||||
@@ -20,15 +20,15 @@
|
|||||||
"3000/tcp": 3000
|
"3000/tcp": 3000
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"3000/tcp": "linkwarden Vault"
|
"3000/tcp": "webui"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"NEXTAUTH_SECRET": "str",
|
"NEXTAUTH_SECRET": "str",
|
||||||
"NEXTAUTH_URL": "str?",
|
"NEXTAUTH_URL": "str?",
|
||||||
"DATABASE_URL": "str?"
|
"DATABASE_URL": "str?",
|
||||||
|
"STORAGE_FOLDER": "str?"
|
||||||
},
|
},
|
||||||
"slug": "linkwarden",
|
"slug": "linkwarden",
|
||||||
"udev": true,
|
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden",
|
||||||
"version": "1.2",
|
"version": "1.2",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||||
|
|||||||
Reference in New Issue
Block a user