feat: add mealie

This commit is contained in:
redbeardymcgee 2024-12-08 10:17:02 -06:00
parent 72f59303bf
commit 9f2e5b66cd
3 changed files with 28 additions and 0 deletions

View file

@ -171,6 +171,7 @@ that I intend to add to this repository. It is still growing, and I welcome
- [ ] [Linkwarden](https://linkwarden.app/) - [ ] [Linkwarden](https://linkwarden.app/)
- [x] [Lounge](https://thelounge.chat) - [x] [Lounge](https://thelounge.chat)
- [x] [Matrix](https://matrix.org/) - [x] [Matrix](https://matrix.org/)
- [ ] [Mealie](https://mealie.io/)
- [ ] [Miniflux](https://miniflux.app/) - [ ] [Miniflux](https://miniflux.app/)
- [ ] [n8n](https://n8n.io/) - [ ] [n8n](https://n8n.io/)
- [ ] [Netbird](https://netbird.io/) - [ ] [Netbird](https://netbird.io/)

View file

@ -0,0 +1,2 @@
[Volume]
VolumeName=mealie-data

View file

@ -0,0 +1,25 @@
[Unit]
Description=Mealie Quadlet
[Service]
Restart=always
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=docker.io/hkotel/mealie:latest
ContainerName=mealie
HostName=mealie
Volume=mealie-data:/app/data
Environment=BASE_URL=https://mealie.mcgee.red
Environment=RECIPE_PUBLIC='true'
Environment=RECIPE_SHOW_NUTRITION='true'
Environment=RECIPE_SHOW_ASSETS='true'
Environment=RECIPE_LANDSCAPE_VIEW='true'
Environment=RECIPE_DISABLE_COMMENTS='false'
Environment=RECIPE_DISABLE_AMOUNT='false'