Add grocy
This commit is contained in:
parent
0095e404fb
commit
baae98a577
16
apps/grocy/config.json
Normal file
16
apps/grocy/config.json
Normal 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": []
|
||||
}
|
23
apps/grocy/docker-compose.yml
Normal file
23
apps/grocy/docker-compose.yml
Normal 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
|
21
apps/grocy/metadata/description.md
Normal file
21
apps/grocy/metadata/description.md
Normal 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")
|
BIN
apps/grocy/metadata/logo.jpg
Normal file
BIN
apps/grocy/metadata/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
Reference in New Issue
Block a user