chore: update plugin catalog URL to git.fabledsword.com
Default plugins.index_url and all documentation URLs now point to https://git.fabledsword.com/bvandeusen/FabledScryer-plugins. Anchor /plugins/ in .gitignore so it only matches the root directory (not docs/plugins/). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ docs/superpowers/
|
|||||||
|
|
||||||
# Plugin directory — managed as a separate repo (bvandeusen/fabledscryer-plugins)
|
# Plugin directory — managed as a separate repo (bvandeusen/fabledscryer-plugins)
|
||||||
# PLUGIN_DIR in config.yaml points here at runtime
|
# PLUGIN_DIR in config.yaml points here at runtime
|
||||||
plugins/
|
/plugins/
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# It is fetched by the app's Settings → Plugins → Plugin Catalog UI.
|
# It is fetched by the app's Settings → Plugins → Plugin Catalog UI.
|
||||||
#
|
#
|
||||||
# Fabled Scryer reads this file from:
|
# Fabled Scryer reads this file from:
|
||||||
# https://raw.githubusercontent.com/bvandeusen/fabledscryer-plugins/main/index.yaml
|
# https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/raw/branch/main/index.yaml
|
||||||
#
|
#
|
||||||
# After adding or updating a plugin entry, commit and push — the change is
|
# After adding or updating a plugin entry, commit and push — the change is
|
||||||
# live immediately for anyone whose app fetches the catalog (cache TTL: 5 min).
|
# live immediately for anyone whose app fetches the catalog (cache TTL: 5 min).
|
||||||
@@ -24,10 +24,10 @@
|
|||||||
# shasum -a 256 traefik.zip (macOS)
|
# shasum -a 256 traefik.zip (macOS)
|
||||||
#
|
#
|
||||||
# Download URL conventions:
|
# Download URL conventions:
|
||||||
# GitHub release assets (recommended):
|
# Gitea release assets (recommended):
|
||||||
# https://github.com/bvandeusen/fabledscryer-plugins/releases/download/traefik-v1.0.0/traefik.zip
|
# https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/releases/download/traefik-v1.0.0/traefik.zip
|
||||||
# GitHub source archive of a subdirectory tag is not directly supported;
|
# Upload the zip as a release attachment in Gitea; paste the URL here.
|
||||||
# use release assets created by the publish workflow (see .github/workflows/publish.yml).
|
# Source archive tarballs work too but release assets are preferred (smaller, plugin-only).
|
||||||
|
|
||||||
version: 1
|
version: 1
|
||||||
updated: "2026-03-22"
|
updated: "2026-03-22"
|
||||||
@@ -40,9 +40,9 @@ plugins:
|
|||||||
author: "FabledScryer"
|
author: "FabledScryer"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
min_app_version: "0.1.0"
|
min_app_version: "0.1.0"
|
||||||
repository_url: "https://github.com/bvandeusen/fabledscryer-plugins"
|
repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins"
|
||||||
homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/traefik"
|
homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/traefik"
|
||||||
download_url: "https://github.com/bvandeusen/fabledscryer-plugins/releases/download/traefik-v1.0.0/traefik.zip"
|
download_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/releases/download/traefik-v1.0.0/traefik.zip"
|
||||||
checksum_sha256: "" # fill in after running: sha256sum traefik.zip
|
checksum_sha256: "" # fill in after running: sha256sum traefik.zip
|
||||||
tags:
|
tags:
|
||||||
- proxy
|
- proxy
|
||||||
@@ -55,9 +55,9 @@ plugins:
|
|||||||
author: "FabledScryer"
|
author: "FabledScryer"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
min_app_version: "0.1.0"
|
min_app_version: "0.1.0"
|
||||||
repository_url: "https://github.com/bvandeusen/fabledscryer-plugins"
|
repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins"
|
||||||
homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/unifi"
|
homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/unifi"
|
||||||
download_url: "https://github.com/bvandeusen/fabledscryer-plugins/releases/download/unifi-v1.0.0/unifi.zip"
|
download_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/releases/download/unifi-v1.0.0/unifi.zip"
|
||||||
checksum_sha256: ""
|
checksum_sha256: ""
|
||||||
tags:
|
tags:
|
||||||
- network
|
- network
|
||||||
@@ -70,9 +70,9 @@ plugins:
|
|||||||
author: "FabledScryer"
|
author: "FabledScryer"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
min_app_version: "0.1.0"
|
min_app_version: "0.1.0"
|
||||||
repository_url: "https://github.com/bvandeusen/fabledscryer-plugins"
|
repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins"
|
||||||
homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/ups"
|
homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/ups"
|
||||||
download_url: "https://github.com/bvandeusen/fabledscryer-plugins/releases/download/ups-v1.0.0/ups.zip"
|
download_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/releases/download/ups-v1.0.0/ups.zip"
|
||||||
checksum_sha256: ""
|
checksum_sha256: ""
|
||||||
tags:
|
tags:
|
||||||
- ups
|
- ups
|
||||||
|
|||||||
@@ -325,7 +325,7 @@ Role hierarchy: `admin > operator > viewer`. Requiring `viewer` grants access to
|
|||||||
|
|
||||||
## Publishing to the Catalog
|
## Publishing to the Catalog
|
||||||
|
|
||||||
The official plugin catalog is hosted at `https://github.com/bvandeusen/fabledscryer-plugins`. Anyone can submit a plugin by opening a pull request — first-party and third-party plugins are treated identically by the catalog system.
|
The official plugin catalog is hosted at `https://git.fabledsword.com/bvandeusen/FabledScryer-plugins`. Anyone can submit a plugin by opening a pull request — first-party and third-party plugins are treated identically by the catalog system.
|
||||||
|
|
||||||
### Repo layout
|
### Repo layout
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ DEFAULTS: dict[str, Any] = {
|
|||||||
"ansible.sources": [],
|
"ansible.sources": [],
|
||||||
"ping.threshold.good_ms": 50,
|
"ping.threshold.good_ms": 50,
|
||||||
"ping.threshold.warn_ms": 200,
|
"ping.threshold.warn_ms": 200,
|
||||||
"plugins.index_url": "https://raw.githubusercontent.com/bvandeusen/fabledscryer-plugins/main/index.yaml",
|
"plugins.index_url": "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/raw/branch/main/index.yaml",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user