From 358f480ea8f14d9db8a933e84f3339e533c626fb Mon Sep 17 00:00:00 2001 From: supahgreg Date: Mon, 6 Oct 2025 18:51:56 +0000 Subject: Switch links to the 'tt-rss' GitHub organization. --- Installation-Guide.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Installation-Guide.md') diff --git a/Installation-Guide.md b/Installation-Guide.md index 2f79155..31aba41 100644 --- a/Installation-Guide.md +++ b/Installation-Guide.md @@ -1,6 +1,6 @@ The main (and recommended) way to run tt-rss is under Docker. -The Docker images related to https://github.com/supahgreg/tt-rss are: +The Docker images related to https://github.com/tt-rss/tt-rss are: * https://hub.docker.com/r/supahgreg/tt-rss * https://hub.docker.com/r/supahgreg/tt-rss-web-nginx @@ -159,7 +159,7 @@ services: image: supahgreg/tt-rss:latest build: dockerfile: .docker/app/Dockerfile - context: https://github.com/supahgreg/tt-rss.git + context: https://github.com/tt-rss/tt-rss.git args: BUILDKIT_CONTEXT_KEEP_GIT_DIR: 1 @@ -167,7 +167,7 @@ services: image: supahgreg/tt-rss-web-nginx:latest build: dockerfile: .docker/web-nginx/Dockerfile - context: https://github.com/supahgreg/tt-rss.git + context: https://github.com/tt-rss/tt-rss.git ``` `BUILDKIT_CONTEXT_KEEP_GIT_DIR` build argument is needed to display tt-rss version info properly. @@ -222,11 +222,11 @@ TTRSS_SELF_URL_PATH=http://example.com/tt-rss Don't use quotes around values. Note the prefix (`TTRSS_`) before the value. -Look [here](https://github.com/supahgreg/tt-rss/wiki/Global-Config) for more information. +Look [here](https://github.com/tt-rss/tt-rss/wiki/Global-Config) for more information. #### Container options -Some options, but not all, are mentioned in `.env-dist`. You can see all available options in the [Dockerfile](https://github.com/supahgreg/tt-rss/blob/main/.docker/app/Dockerfile). +Some options, but not all, are mentioned in `.env-dist`. You can see all available options in the [Dockerfile](https://github.com/tt-rss/tt-rss/blob/main/.docker/app/Dockerfile). ### How do I customize the YML without committing my changes to git? -- cgit v1.2.3-54-g00ecf