diff --git a/code-server/config.json b/code-server/config.json index dccdff40f..1e251d2fa 100644 --- a/code-server/config.json +++ b/code-server/config.json @@ -92,4 +92,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server", "version": "4.13.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:8443]" -} \ No newline at end of file +} diff --git a/free_games_claimer/build.json b/free_games_claimer/build.json index fa80aa22f..cdb1178cc 100644 --- a/free_games_claimer/build.json +++ b/free_games_claimer/build.json @@ -6,4 +6,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/free_games_claimer/config.json b/free_games_claimer/config.json index 78bc2e0df..76813f738 100644 --- a/free_games_claimer/config.json +++ b/free_games_claimer/config.json @@ -53,15 +53,15 @@ "/dev/nvme1", "/dev/nvme2" ], - "options": { - "CMD_ARGUMENTS": "node epic-games ; node prime-gaming ; node gog", - "CONFIG_LOCATION": "/config/addons_config/free_games_claimer/config.env" - }, "image": "ghcr.io/alexbelgium/free_games_claimer-{arch}", "map": [ "config:rw" ], "name": "Free Games Claimer", + "options": { + "CMD_ARGUMENTS": "node epic-games ; node prime-gaming ; node gog", + "CONFIG_LOCATION": "/config/addons_config/free_games_claimer/config.env" + }, "ports": { "5900/tcp": null, "6080/tcp": 6080 diff --git a/jellyfin/config.json b/jellyfin/config.json index 3229db6d3..0adfa88c3 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -114,4 +114,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "10.8.10-6", "video": true -} \ No newline at end of file +} diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 7c6f6e510..c99eec841 100644 --- a/portainer_agent/config.json +++ b/portainer_agent/config.json @@ -10,8 +10,8 @@ "codenotary": "alexandrep.github@gmail.com", "description": "An agent used to manage all the resources in a Swarm cluster", "docker_api": true, - "hassio_api": true, "full_access": true, + "hassio_api": true, "image": "ghcr.io/alexbelgium/portainer_agent-{arch}", "init": false, "map": [ @@ -39,8 +39,8 @@ "EDGE_INACTIVITY_TIMEOUT": "str?", "EDGE_INSECURE_POLL": "list(0|1)?", "EDGE_KEY": "str?", - "PORTAINER_AGENT_ARGS": "str?", - "LOG_LEVEL": "str?" + "LOG_LEVEL": "str?", + "PORTAINER_AGENT_ARGS": "str?" }, "slug": "portainer_agent", "url": "https://github.com/alexbelgium/hassio-addons", diff --git a/postgres/config.json b/postgres/config.json index 1e0c2e90b..be8d157ed 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -26,11 +26,11 @@ }, "schema": { "CONFIG_LOCATION": "str", - "POSTGRES_PASSWORD": "str", - "POSTGRES_USER": "str?", "POSTGRES_DB": "str?", + "POSTGRES_HOST_AUTH_METHOD": "str?", "POSTGRES_INITDB_ARGS": "str?", - "POSTGRES_HOST_AUTH_METHOD": "str?" + "POSTGRES_PASSWORD": "str", + "POSTGRES_USER": "str?" }, "slug": "postgres", "url": "https://github.com/alexbelgium/hassio-addons", diff --git a/postgres/updater.json b/postgres/updater.json index 90da9b0e3..91c34363f 100644 --- a/postgres/updater.json +++ b/postgres/updater.json @@ -8,4 +8,4 @@ "source": "github", "upstream_repo": "postgres", "upstream_version": "15.3" -} \ No newline at end of file +}