Files
Homelab/.gitignore
KansaiGaijin 8ea0de84f5 Add ntfy push notifications + mailrise SMTP bridge
- ntfy: self-hosted push notification service (port 8086)
- mailrise: SMTP-to-ntfy converter (port 8025)
- Configs in ./ntfy/server.yml and ./ntfy/mailrise.yml
- Token-based authentication for ntfy
- Updated docs and .gitignore
2026-05-14 23:26:51 +12:00

25 lines
395 B
Plaintext

# Ignore everything by default
/*
# Only track these files
!docker-compose.infra.yml
!docker-compose.media.yml
!docker-compose.documents.yml
!docker-compose.photo-roms.yml
!docker-compose.utils.yml
!docker-compose.full.yaml.bak
!.env.example
!.gitignore
!README.md
!RESTORE.md
!AGENTS.md
!discord-agent/
!discord-agent/**
!ntfy/
!ntfy/**
# Never track actual secrets
.env
.env.*
!.env.example