Document cron toggle and bump version

This commit is contained in:
Alexandre
2025-12-04 16:22:17 +01:00
parent 8db9080895
commit c28e4ee40a
4 changed files with 24 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ This addon is based on the docker image https://hub.docker.com/r/charlocharlie/e
## Configuration
Addon options expose the `env_vars` field for passing extra environment variables; all other configuration is done via the JSON file.
Addon options expose the `env_vars` field for passing extra environment variables and a `disable_cron` switch to stop the built-in cron service; all other application configuration is done via the JSON file.
### Configuration Files
@@ -95,6 +95,7 @@ Create `/config/addons_config/epicgamesfree/config.json`:
| `logLevel` | string | Application log level |
| `webPortalConfig.baseUrl` | string | Base URL used by the included web portal |
| `notifiers` | array | Notification targets such as email, Discord, Telegram, Apprise, etc. |
| `disable_cron` | boolean | Disable the add-on's cron service if an external scheduler is used |
### Account Configuration