From 0046d98c7b5cdf57cd96d8e57da199e0b0b651fb Mon Sep 17 00:00:00 2001 From: supahgreg Date: Thu, 9 Oct 2025 15:15:46 +0000 Subject: Also migrate 'official' plugins from 'dev.tt-rss.org' to their GitHub equivalent. --- .docker/app/startup.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.docker/app/startup.sh b/.docker/app/startup.sh index 64111dd19..425fca69c 100644 --- a/.docker/app/startup.sh +++ b/.docker/app/startup.sh @@ -96,6 +96,12 @@ if [ -z "$TTRSS_NO_STARTUP_PLUGIN_UPDATES" ]; then https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-*.git) NEW_ORIGIN_URL="https://github.com/tt-rss/tt-rss-plugin-${ORIGIN_URL#'https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-'}" ;; + https://dev.tt-rss.org/tt-rss/ttrss-*.git) + NEW_ORIGIN_URL="https://github.com/tt-rss/tt-rss-plugin-${ORIGIN_URL#'https://dev.tt-rss.org/tt-rss/ttrss-'}" + ;; + https://dev.tt-rss.org/tt-rss/plugins/ttrss-*.git) + NEW_ORIGIN_URL="https://github.com/tt-rss/tt-rss-plugin-${ORIGIN_URL#'https://dev.tt-rss.org/tt-rss/plugins/ttrss-'}" + ;; *) NEW_ORIGIN_URL="" ;; -- cgit v1.2.3-54-g00ecf