📝 docs(v1.1.1): Documentation, templates, and CI/CD enhancements

- 📘 Added comprehensive docs including FAQ, architecture, and migration guides
- 🧩 Introduced new and updated example configs and templates
- 🧾 Added a pull request template for contributor workflow
- 🧪 Enhanced CI/CD with SBOM generation and improved release notes
- 🛡️ Expanded Trivy security scanning coverage in pipelines
- 🔗 Updated README to reference new docs and the quick start script
This commit is contained in:
rE-Bo0t.bx1
2025-11-14 17:55:58 +08:00
parent a9c1011d45
commit a294d1b110
2 changed files with 2 additions and 3 deletions

3
.github/FUNDING.yml vendored
View File

@@ -1,4 +1,3 @@
custom:
custom:
- https://tny.lv/donate-btc
- https://tny.lv/donate-xmr
# Donate button for GitHub Sponsors

View File

@@ -13,7 +13,7 @@ ARG TARGETARCH
LABEL maintainer="rE-Bo0t.bx1 <r3bo0tbx1@brokenbotnet.com>" \
org.opencontainers.image.title="Tor Guard Relay" \
org.opencontainers.image.description="🧅 Ultra-optimized Tor Guard/Exit/Bridge Relay (~17.1 MB)" \
org.opencontainers.image.description="🧅 Ultra-optimized Tor Guard/Exit/Bridge Relay AIO (~17.1 MB)" \
org.opencontainers.image.version="${BUILD_VERSION}" \
org.opencontainers.image.created="${BUILD_DATE}" \
org.opencontainers.image.source="https://github.com/r3bo0tbx1/tor-guard-relay" \