-
-
Notifications
You must be signed in to change notification settings - Fork 3
Maintaining the Wiki
Robin Müller edited this page Jul 30, 2026
·
1 revision
The wiki is a separate Git repository:
git clone git@github.com:DerRobin99/smart-drink-fridge.wiki.gitFor every release:
- Update
version.py - Add the release to the README changelog
- Remove completed items from
ROADMAP.md - Update affected wiki pages
- Verify commands against the current Compose files
- Push
main - Create and push the version tag
- Publish the GitHub release
- Confirm both
latestand versioned container builds
- Keep setup commands copyable
- Document safe defaults first
- Put security warnings next to sensitive commands
- Never include real
.envsecrets - Prefer links between focused pages over one oversized page
- State the release version on Home
Wiki changes should use clear commit messages, for example:
git commit -m "Document version 1.4.0"
git pushSmart Drink Fridge documentation · App Store · Repository · Releases · Issues
- Home
- Installation
- Configuration
- Using the application
- iPhone and Apple Watch app
- Multiple fridges and remote scanners
- Hardware and barcode scanners
- User accounts and NFC
- Nextion display
- PWA and mobile installation
- Tailscale and HTTPS
- Updates
- Integrations
- Backups and data
- Security
- Troubleshooting
- Maintaining the Wiki