- 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
25 lines
395 B
Plaintext
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
|