mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Merge pull request #1497 from alexbelgium/create-pull-request/patch-1722126444
Github bot : json sorted
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "web page monitoring, notification and change detection",
|
"description": "web page monitoring, notification and change detection",
|
||||||
"environment": {
|
"environment": {
|
||||||
"TIMEOUT": "60000",
|
"LC_ALL": "en_US.UTF-8",
|
||||||
"LC_ALL": "en_US.UTF-8"
|
"TIMEOUT": "60000"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/changedetection.io-{arch}",
|
"image": "ghcr.io/alexbelgium/changedetection.io-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
|
|||||||
@@ -99,8 +99,8 @@
|
|||||||
"DB_PORT": "str?",
|
"DB_PORT": "str?",
|
||||||
"DB_USERNAME": "str?",
|
"DB_USERNAME": "str?",
|
||||||
"Updates": "list(|hourly|daily|weekly)?",
|
"Updates": "list(|hourly|daily|weekly)?",
|
||||||
"keyfile": "str",
|
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
|
"keyfile": "str",
|
||||||
"silent": "bool?",
|
"silent": "bool?",
|
||||||
"ssl": "bool"
|
"ssl": "bool"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,16 +6,16 @@
|
|||||||
"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": {
|
||||||
|
"AUTHENTIK_CLIENT_ID": "CLIENT_ID",
|
||||||
|
"AUTHENTIK_CLIENT_SECRET": "CLIENT_SECRET",
|
||||||
|
"AUTHENTIK_CUSTOM_NAME": "Authentik",
|
||||||
|
"AUTHENTIK_ISSUER": "https://authentik.my-doma.in/application/o/linkwarden",
|
||||||
"DATABASE_URL": "postgresql://postgres:homeassistant@localhost:5432/linkwarden",
|
"DATABASE_URL": "postgresql://postgres:homeassistant@localhost:5432/linkwarden",
|
||||||
"STORAGE_FOLDER": "/config/library",
|
|
||||||
"NEXTAUTH_URL": "http://localhost:3000/api/v1/auth",
|
"NEXTAUTH_URL": "http://localhost:3000/api/v1/auth",
|
||||||
"NEXT_PUBLIC_AUTHENTIK_ENABLED": "false",
|
"NEXT_PUBLIC_AUTHENTIK_ENABLED": "false",
|
||||||
"NEXT_PUBLIC_CREDENTIALS_ENABLED": "true",
|
"NEXT_PUBLIC_CREDENTIALS_ENABLED": "true",
|
||||||
"NEXT_PUBLIC_DISABLE_REGISTRATION": "false",
|
"NEXT_PUBLIC_DISABLE_REGISTRATION": "false",
|
||||||
"AUTHENTIK_CUSTOM_NAME": "Authentik",
|
"STORAGE_FOLDER": "/config/library"
|
||||||
"AUTHENTIK_ISSUER": "https://authentik.my-doma.in/application/o/linkwarden",
|
|
||||||
"AUTHENTIK_CLIENT_ID": "CLIENT_ID",
|
|
||||||
"AUTHENTIK_CLIENT_SECRET": "CLIENT_SECRET"
|
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/linkwarden-{arch}",
|
"image": "ghcr.io/alexbelgium/linkwarden-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
@@ -30,17 +30,17 @@
|
|||||||
"3000/tcp": "webui"
|
"3000/tcp": "webui"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
|
"AUTHENTIK_CLIENT_ID": "str?",
|
||||||
|
"AUTHENTIK_CLIENT_SECRET": "str?",
|
||||||
|
"AUTHENTIK_CUSTOM_NAME": "str?",
|
||||||
|
"AUTHENTIK_ISSUER": "str?",
|
||||||
"DATABASE_URL": "str?",
|
"DATABASE_URL": "str?",
|
||||||
"STORAGE_FOLDER": "str?",
|
|
||||||
"NEXTAUTH_SECRET": "str",
|
"NEXTAUTH_SECRET": "str",
|
||||||
"NEXTAUTH_URL": "str?",
|
"NEXTAUTH_URL": "str?",
|
||||||
"NEXT_PUBLIC_AUTHENTIK_ENABLED": "bool?",
|
"NEXT_PUBLIC_AUTHENTIK_ENABLED": "bool?",
|
||||||
"NEXT_PUBLIC_CREDENTIALS_ENABLED": "bool?",
|
"NEXT_PUBLIC_CREDENTIALS_ENABLED": "bool?",
|
||||||
"NEXT_PUBLIC_DISABLE_REGISTRATION": "bool?",
|
"NEXT_PUBLIC_DISABLE_REGISTRATION": "bool?",
|
||||||
"AUTHENTIK_CUSTOM_NAME": "str?",
|
"STORAGE_FOLDER": "str?"
|
||||||
"AUTHENTIK_ISSUER": "str?",
|
|
||||||
"AUTHENTIK_CLIENT_ID": "str?",
|
|
||||||
"AUTHENTIK_CLIENT_SECRET": "str?"
|
|
||||||
},
|
},
|
||||||
"slug": "linkwarden",
|
"slug": "linkwarden",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden",
|
||||||
|
|||||||
Reference in New Issue
Block a user