From c64aaef565f5348446278650a839d98839bd3a92 Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Sun, 25 Jan 2026 18:42:23 +1030 Subject: [PATCH] dpcs: update Discord invite link and add Discord section to README. also add auth env var for later --- README.md | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) 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