From 974325e6b8a4f87728bbc91fbfd2f65161f102e1 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:02:00 +0200 Subject: [PATCH] disable other DBs for now as login seems broken with them --- templates/compose/freshrss-with-mariadb.yaml | 1 + templates/compose/freshrss-with-mysql.yaml | 1 + templates/compose/freshrss-with-postgresql.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/templates/compose/freshrss-with-mariadb.yaml b/templates/compose/freshrss-with-mariadb.yaml index b280d883e..4b95f6121 100644 --- a/templates/compose/freshrss-with-mariadb.yaml +++ b/templates/compose/freshrss-with-mariadb.yaml @@ -1,3 +1,4 @@ +# ignore: true # documentation: https://freshrss.org/index.html # slogan: A free, self-hostable feed aggregator. # tags: rss, feed diff --git a/templates/compose/freshrss-with-mysql.yaml b/templates/compose/freshrss-with-mysql.yaml index 6e6be9320..a6ccd0640 100644 --- a/templates/compose/freshrss-with-mysql.yaml +++ b/templates/compose/freshrss-with-mysql.yaml @@ -1,3 +1,4 @@ +# ignore: true # documentation: https://freshrss.org/index.html # slogan: A free, self-hostable feed aggregator. # tags: rss, feed diff --git a/templates/compose/freshrss-with-postgresql.yaml b/templates/compose/freshrss-with-postgresql.yaml index 8928dfd56..4f8ed3056 100644 --- a/templates/compose/freshrss-with-postgresql.yaml +++ b/templates/compose/freshrss-with-postgresql.yaml @@ -1,3 +1,4 @@ +# ignore: true # documentation: https://freshrss.org/index.html # slogan: A free, self-hostable feed aggregator. # tags: rss, feed