diff --git a/changedetection.io/config.json b/changedetection.io/config.json index dcc8f3a12..0df9a1e6b 100644 --- a/changedetection.io/config.json +++ b/changedetection.io/config.json @@ -6,8 +6,8 @@ "codenotary": "alexandrep.github@gmail.com", "description": "web page monitoring, notification and change detection", "environment": { - "TIMEOUT": "60000", - "LC_ALL": "en_US.UTF-8" + "LC_ALL": "en_US.UTF-8", + "TIMEOUT": "60000" }, "image": "ghcr.io/alexbelgium/changedetection.io-{arch}", "init": false, diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 0b564679e..eef119312 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -99,8 +99,8 @@ "DB_PORT": "str?", "DB_USERNAME": "str?", "Updates": "list(|hourly|daily|weekly)?", - "keyfile": "str", "certfile": "str", + "keyfile": "str", "silent": "bool?", "ssl": "bool" }, diff --git a/linkwarden/config.json b/linkwarden/config.json index fb2c83751..de3f77e44 100644 --- a/linkwarden/config.json +++ b/linkwarden/config.json @@ -6,16 +6,16 @@ "codenotary": "alexandrep.github@gmail.com", "description": "collaborative bookmark manager to collect, organize, and preserve webpages and articles", "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", - "STORAGE_FOLDER": "/config/library", "NEXTAUTH_URL": "http://localhost:3000/api/v1/auth", "NEXT_PUBLIC_AUTHENTIK_ENABLED": "false", "NEXT_PUBLIC_CREDENTIALS_ENABLED": "true", "NEXT_PUBLIC_DISABLE_REGISTRATION": "false", - "AUTHENTIK_CUSTOM_NAME": "Authentik", - "AUTHENTIK_ISSUER": "https://authentik.my-doma.in/application/o/linkwarden", - "AUTHENTIK_CLIENT_ID": "CLIENT_ID", - "AUTHENTIK_CLIENT_SECRET": "CLIENT_SECRET" + "STORAGE_FOLDER": "/config/library" }, "image": "ghcr.io/alexbelgium/linkwarden-{arch}", "init": false, @@ -30,17 +30,17 @@ "3000/tcp": "webui" }, "schema": { + "AUTHENTIK_CLIENT_ID": "str?", + "AUTHENTIK_CLIENT_SECRET": "str?", + "AUTHENTIK_CUSTOM_NAME": "str?", + "AUTHENTIK_ISSUER": "str?", "DATABASE_URL": "str?", - "STORAGE_FOLDER": "str?", "NEXTAUTH_SECRET": "str", "NEXTAUTH_URL": "str?", "NEXT_PUBLIC_AUTHENTIK_ENABLED": "bool?", "NEXT_PUBLIC_CREDENTIALS_ENABLED": "bool?", "NEXT_PUBLIC_DISABLE_REGISTRATION": "bool?", - "AUTHENTIK_CUSTOM_NAME": "str?", - "AUTHENTIK_ISSUER": "str?", - "AUTHENTIK_CLIENT_ID": "str?", - "AUTHENTIK_CLIENT_SECRET": "str?" + "STORAGE_FOLDER": "str?" }, "slug": "linkwarden", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden",