From 8fcb98c798233e928e8c2f3e6dfda1c677d7dff8 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 21 Jan 2025 14:18:21 -0800 Subject: [PATCH] Added umask to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08481e9..2fcb546 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ If you change this setting and it works well for you, please leave a comment on | --------------------------- | --------- | ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | | `TZ` | No | `UTC` | Must follow IANA TZ format | | `LOG_LEVEL` | No | `debug` | Can be set to `info` but `debug` is strongly recommended | +| `UMASK` | No | `022` | Unraid users may want to set this to `000` | | `BASIC_AUTH_USERNAME` | No | | See [authentication docs](https://github.com/kieraneglin/pinchflat/wiki/Username-and-Password) | | `BASIC_AUTH_PASSWORD` | No | | See [authentication docs](https://github.com/kieraneglin/pinchflat/wiki/Username-and-Password) | | `EXPOSE_FEED_ENDPOINTS` | No | `false` | See [RSS feed docs](https://github.com/kieraneglin/pinchflat/wiki/Podcast-RSS-Feeds) |