summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--InstallationNotes.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index cfce17e..ebeadf6 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -48,7 +48,8 @@ TTRSS_SELF_URL_PATH=http://example.com/tt-rss
# You can customize other config.php defines by setting overrides here. See tt-rss/.docker/app/Dockerfile for complete list. Examples:
-# TTRSS_PLUGINS=auth_remote
+# You probably shouldn't disable auth_internal unless you know what you're doing.
+# TTRSS_PLUGINS=auth_internal,auth_remote
# TTRSS_SINGLE_USER_MODE=true
# TTRSS_SESSION_COOKIE_LIFETIME=2592000
# TTRSS_FORCE_ARTICLE_PURGE=30
@@ -157,7 +158,7 @@ services:
context: https://git.tt-rss.org/fox/tt-rss.git
```
-`BUILDKIT_CONTEXT_KEEP_GIT_DIR` build argument is needed to display tt-rss version properly. If that doesn't work for you (no BuildKit?) you can have to resort to terrible hacks, as described in this thread: https://community.tt-rss.org/t/tiny-tiny-rss-vunknown-unsupported/6187/7
+`BUILDKIT_CONTEXT_KEEP_GIT_DIR` build argument is needed to display tt-rss version properly. If that doesn't work for you (no BuildKit?) you'll have to resort to terrible hacks, as described in this thread: https://community.tt-rss.org/t/tiny-tiny-rss-vunknown-unsupported/6187/7
Note that self-built images are not supported.