diff --git a/README.md b/README.md index 79f6f4b..8f8902b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Docker Pulls License Website - Discord + Discord Buy Me A Coffee GitHub Sponsors

@@ -62,6 +62,13 @@ - **Testing** - Validate regex patterns, custom format conditions, and quality profile behavior before syncing +## Discord + +We're most active on [Discord], where we post announcements, help people +troubleshoot their setups, and have the kind of conversations that don't fit +neatly into GitHub issues. If you've got questions or want to follow along with +development, that's where to find us. + ## Documentation See **[dictionarry.dev](https://dictionarry.dev/)** for complete installation, @@ -122,17 +129,18 @@ This runs the parser service and Vite dev server concurrently. See ### Environment Variables -| Variable | Default | Description | -| --------------- | -------------------- | --------------------------------- | -| `PUID` | `1000` | User ID for file permissions | -| `PGID` | `1000` | Group ID for file permissions | -| `UMASK` | `022` | File creation mask | -| `TZ` | `Etc/UTC` | Timezone for scheduling | -| `PORT` | `6868` | Web UI port | -| `HOST` | `0.0.0.0` | Bind address | -| `APP_BASE_PATH` | `/config` | Base path for data, logs, backups | -| `PARSER_HOST` | `localhost` | Parser service host | -| `PARSER_PORT` | `5000` | Parser service port | +| Variable | Default | Description | +| --------------- | ----------- | --------------------------------------- | +| `PUID` | `1000` | User ID for file permissions | +| `PGID` | `1000` | Group ID for file permissions | +| `UMASK` | `022` | File creation mask | +| `TZ` | `Etc/UTC` | Timezone for scheduling | +| `PORT` | `6868` | Web UI port | +| `HOST` | `0.0.0.0` | Bind address | +| `APP_BASE_PATH` | `/config` | Base path for data, logs, backups | +| `AUTH` | `on` | Auth mode: `on`, `local`, `off`, `oidc` | +| `PARSER_HOST` | `localhost` | Parser service host | +| `PARSER_PORT` | `5000` | Parser service port | ## License