From 9e34d8d73959fa3b740068f2abb17c5895b380ea Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sun, 22 Mar 2026 18:36:15 -0400 Subject: [PATCH] chore: set repository URLs to git.fabledsword.com Update repository_url, homepage, and download_url in index.yaml and all plugin.yaml files to point to the self-hosted Gitea instance. Co-Authored-By: Claude Sonnet 4.6 --- index.yaml | 18 +++++++++--------- traefik/plugin.yaml | 4 ++-- unifi/plugin.yaml | 4 ++-- ups/plugin.yaml | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/index.yaml b/index.yaml index b4f07cc..1d59b6f 100644 --- a/index.yaml +++ b/index.yaml @@ -19,9 +19,9 @@ plugins: author: "FabledScryer" license: "MIT" min_app_version: "0.1.0" - repository_url: "https://github.com/bvandeusen/fabledscryer-plugins" - homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/traefik" - download_url: "https://github.com/bvandeusen/fabledscryer-plugins/releases/download/traefik-v1.0.0/traefik.zip" + repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins" + homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/traefik" + download_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/releases/download/traefik-v1.0.0/traefik.zip" checksum_sha256: "" tags: - proxy @@ -34,9 +34,9 @@ plugins: author: "FabledScryer" license: "MIT" min_app_version: "0.1.0" - repository_url: "https://github.com/bvandeusen/fabledscryer-plugins" - homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/unifi" - download_url: "https://github.com/bvandeusen/fabledscryer-plugins/releases/download/unifi-v1.0.0/unifi.zip" + repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins" + homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/unifi" + download_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/releases/download/unifi-v1.0.0/unifi.zip" checksum_sha256: "" tags: - network @@ -49,9 +49,9 @@ plugins: author: "FabledScryer" license: "MIT" min_app_version: "0.1.0" - repository_url: "https://github.com/bvandeusen/fabledscryer-plugins" - homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/ups" - download_url: "https://github.com/bvandeusen/fabledscryer-plugins/releases/download/ups-v1.0.0/ups.zip" + repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins" + homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/ups" + download_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/releases/download/ups-v1.0.0/ups.zip" checksum_sha256: "" tags: - ups diff --git a/traefik/plugin.yaml b/traefik/plugin.yaml index 7696059..392713b 100644 --- a/traefik/plugin.yaml +++ b/traefik/plugin.yaml @@ -5,8 +5,8 @@ description: "Traefik reverse proxy metrics and access log integration" author: "FabledScryer" license: "MIT" min_app_version: "0.1.0" -repository_url: "https://github.com/bvandeusen/fabledscryer-plugins" -homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/traefik" +repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins" +homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/traefik" tags: - proxy - metrics diff --git a/unifi/plugin.yaml b/unifi/plugin.yaml index edb8dc2..208ace5 100644 --- a/unifi/plugin.yaml +++ b/unifi/plugin.yaml @@ -4,8 +4,8 @@ description: "UniFi Network controller integration — WAN health, devices, clie author: "FabledScryer" license: "MIT" min_app_version: "0.1.0" -repository_url: "https://github.com/bvandeusen/fabledscryer-plugins" -homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/unifi" +repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins" +homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/unifi" tags: - network - unifi diff --git a/ups/plugin.yaml b/ups/plugin.yaml index 4ee1a95..0230dda 100644 --- a/ups/plugin.yaml +++ b/ups/plugin.yaml @@ -4,8 +4,8 @@ description: "UPS monitoring via NUT (Network UPS Tools) with Ansible shutdown a author: "FabledScryer" license: "MIT" min_app_version: "0.1.0" -repository_url: "https://github.com/bvandeusen/fabledscryer-plugins" -homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/ups" +repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins" +homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/ups" tags: - ups - power