Also migrate 'official' plugins from 'dev.tt-rss.org' to their GitHub equivalent.

This commit is contained in:
supahgreg 2025-10-09 15:15:46 +00:00
parent 2b5877435f
commit 0046d98c7b
No known key found for this signature in database

View File

@ -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=""
;;