Add grocy

This commit is contained in:
Сергей Кодолов 2023-01-04 13:50:07 +03:00 committed by Nicolas Meienberger
parent 0095e404fb
commit baae98a577
4 changed files with 60 additions and 0 deletions

16
apps/grocy/config.json Normal file
View File

@ -0,0 +1,16 @@
{
"$schema": "../schema.json",
"name": "Grocy",
"available": true,
"exposable": true,
"tipi_version": 1,
"version": "3.3.2",
"port": 8136,
"id": "grocy",
"categories": ["automation", "finance"],
"description": "grocy is a web-based self-hosted groceries & household management solution for your home",
"short_desc": "ERP beyond your fridge",
"author": "berrnd",
"source": "https://github.com/grocy/grocy",
"form_fields": []
}

View File

@ -0,0 +1,23 @@
version: "3.7"
services:
grocy:
image: lscr.io/linuxserver/grocy:v3.3.2-ls175
container_name: grocy
volumes:
- ${APP_DATA_DIR}/data:/config
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
ports:
- ${APP_PORT}:80
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.grocy.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.grocy.entrypoints: websecure
traefik.http.routers.grocy.service: grocy
traefik.http.routers.grocy.tls.certresolver: myresolver
traefik.http.services.grocy.loadbalancer.server.port: 80

View File

@ -0,0 +1,21 @@
## ERP beyond your fridge
grocy is a web-based self-hosted groceries & household management solution for your home
## Screenshots
### Stock overview
![Stock overview](https://github.com/grocy/grocy/raw/master/.github/publication_assets/stock.png "Stock overview")
### Shopping List
![Shopping List](https://github.com/grocy/grocy/raw/master/.github/publication_assets/shoppinglist.png "Shopping List")
### Meal Plan
![Meal Plan](https://github.com/grocy/grocy/raw/master/.github/publication_assets/mealplan.png "Meal Plan")
### Chores overview
![Chores overview](https://github.com/grocy/grocy/raw/master/.github/publication_assets/chores.png "Chores overview")

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB