diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:59:55 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:59:55 +0000 |
| commit | 54771ac70bd4516d566d558318f46253919ff5c4 (patch) | |
| tree | b5725a36575945d00acbb63dcc13444b1faaff33 /Installation-Notes.md | |
| parent | 987e283677bde3d3f5926655a4673fb38961d08b (diff) | |
Switch to GitHub format for alerts/notifications (part 2).
Diffstat (limited to 'Installation-Notes.md')
| -rw-r--r-- | Installation-Notes.md | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Installation-Notes.md b/Installation-Notes.md index 7e3aaf7..fd79c4f 100644 --- a/Installation-Notes.md +++ b/Installation-Notes.md @@ -6,9 +6,8 @@ The Docker images related to https://github.com/supahgreg/tt-rss are: * https://hub.docker.com/r/supahgreg/tt-rss * https://hub.docker.com/r/supahgreg/tt-rss-web-nginx -[!NOTE] - - Podman is not Docker. Please don't report issues when using Podman or podman-compose. +> [!NOTE] +> Podman is not Docker. Please don't report issues when using Podman or podman-compose. This setup uses PostgreSQL and runs tt-rss using several containers as outlined below. We recommend using an external [Patroni cluster](https://patroni.readthedocs.io/en/latest/) instead of a single `db` container in production deployments. @@ -171,11 +170,10 @@ services: `BUILDKIT_CONTEXT_KEEP_GIT_DIR` build argument is needed to display tt-rss version info properly. If that doesn't work for you (no BuildKit?) you'll have to resort to terrible hacks. -[!WARNING] - - Self-built images are not supported. +> [!WARNING] +> Self-built images are not necessarily supported (i.e. best effort only). -### I got the updated compose file above and now my database keeps restarting +### I got the updated Docker Compose file above and now my database keeps restarting Error message: The data directory was initialized by PostgreSQL version 12, which is not compatible with this version 15.4. @@ -266,9 +264,8 @@ Note: `sudo -E` is needed to keep environment variables. ### How do I add plugins and themes? -[!NOTE] - - First party plugins can be added using plugin installer in `Preferences` → `Plugins`. +> [!NOTE] +> First party plugins can be added using plugin installer in `Preferences` → `Plugins`. By default, tt-rss code is stored on a persistent docker volume (``app``). You can find its location like this: |