add services
Some checks failed
deploy misc services / deploy (push) Failing after 0s

This commit is contained in:
Elias Ahokas
2025-11-24 20:05:49 +02:00
commit b6e94fa231
7 changed files with 75 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Z420 Misc Stack
Miscellaneous services for z420.
## Services
- Telegram Bot
## Setup
1. Copy bot token: `cp secrets/bot_token.txt.example secrets/bot_token.txt`
2. Edit token
3. Deploy: `docker compose up -d`