mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2026-07-26 18:38:14 +00:00
Add CONTRIBUTING.md explaining the linting setup and how to mark the repo's intentional dummy credentials so gitleaks does not flag them: inline `# gitleaks:allow` for lint-clean, comment-capable files, and a .gitleaksignore baseline otherwise. Annotate the dummy credentials in four already-lint-clean example files inline, as the preferred convention going forward. - DIUN/docker-compose.yaml - Headscale/Tailscale-Client/docker-compose,yaml - Homepage/Homepage/services.yaml - Kubernetes/Traefik-PiHole/Helm/Traefik/Dashboard/secret-dashboard.yaml
42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/en/configs/services
|
|
|
|
- My First Group:
|
|
- My First Service:
|
|
href: http://localhost/
|
|
description: Homepage is awesome
|
|
|
|
- Traefik:
|
|
icon: traefik.png
|
|
href: "http://traefik.jimsgarage.co.uk"
|
|
description: Reverse Proxy
|
|
server: my-docker # The docker server that was configured
|
|
container: traefik # The name of the container you'd like to connect
|
|
widget:
|
|
type: traefik
|
|
url: https://traefik.jimsgarage.co.uk
|
|
username: admin
|
|
password: gT8ni3iX6QkKreWfAdYKe4xqVsaMRUQ4GG7xn59Q # gitleaks:allow
|
|
|
|
- PiHole:
|
|
icon: pi-hole.png
|
|
href: "http://pihole.jimsgarage.co.uk"
|
|
description: DNS Ad Blocker
|
|
server: my-docker # The docker server that was configured
|
|
container: pihole # The name of the container you'd like to connect
|
|
widget:
|
|
type: pihole
|
|
url: http://192.168.8.2
|
|
key: 73T8oBs9MFKLVAC3mAs2KQbWSsqA7oe2PN9r9H4TQWg2TXNAdq4ZPzvy8oEv # gitleaks:allow
|
|
|
|
- My Second Group:
|
|
- My Second Service:
|
|
href: http://localhost/
|
|
description: Homepage is the best
|
|
|
|
- My Third Group:
|
|
- My Third Service:
|
|
href: http://localhost/
|
|
description: Homepage is 😎
|