fix(grocy): include default credentails in readme

This commit is contained in:
Nicolas Meienberger 2023-02-06 06:47:08 +01:00
parent ac1111da5a
commit b7d9993be0
4 changed files with 12 additions and 5 deletions

View File

@ -17,6 +17,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Ghost](https://github.com/TryGhost/Ghost) - Ghost - Turn your audience into a business - [Ghost](https://github.com/TryGhost/Ghost) - Ghost - Turn your audience into a business
- [Gitea](https://github.com/go-gitea/gitea) - Gitea - A painless self-hosted Git service - [Gitea](https://github.com/go-gitea/gitea) - Gitea - A painless self-hosted Git service
- [Gotify](https://github.com/gotify/server) - Gotify - Simple server for sending and receiving notification messages - [Gotify](https://github.com/gotify/server) - Gotify - Simple server for sending and receiving notification messages
- [Grocy](https://github.com/grocy/grocy) - Grocy - ERP beyond your fridge
- [Haven](https://github.com/havenweb/haven) - Haven is a self-hosted private blog and feedreader you can use instead of Facebook - [Haven](https://github.com/havenweb/haven) - Haven is a self-hosted private blog and feedreader you can use instead of Facebook
- [Headscale](https://github.com/juanfont/headscale) - An open source, self-hosted implementation of the Tailscale control server - [Headscale](https://github.com/juanfont/headscale) - An open source, self-hosted implementation of the Tailscale control server
- [Homarr](https://github.com/ajnart/homarr) - A homepage for your server - [Homarr](https://github.com/ajnart/homarr) - A homepage for your server
@ -36,6 +37,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Moneroblock](https://github.com/duggavo/MoneroBlock) - Decentralized and trustless Monero block explorer - [Moneroblock](https://github.com/duggavo/MoneroBlock) - Decentralized and trustless Monero block explorer
- [Monero Daemon](https://github.com/monero-project/monero/) - A network daemon for Monero: the secure, private, untraceable cryptocurrency - [Monero Daemon](https://github.com/monero-project/monero/) - A network daemon for Monero: the secure, private, untraceable cryptocurrency
- [Monero p2pool Daemon](https://github.com/SChernykh/p2pool) - Decentralized pool for Monero mining - [Monero p2pool Daemon](https://github.com/SChernykh/p2pool) - Decentralized pool for Monero mining
- [Monica](https://github.com/monicahq/monica) - A Personal Relationship Management tool to help you document your social life
- [n8n](https://github.com/n8n-io/n8n) - Workflow Automation Tool - [n8n](https://github.com/n8n-io/n8n) - Workflow Automation Tool
- [Navidrome](https://github.com/navidrome/navidrome) - A selfhosted music server - [Navidrome](https://github.com/navidrome/navidrome) - A selfhosted music server
- [Nextcloud](https://github.com/nextcloud/server) - A safe home for all your data - [Nextcloud](https://github.com/nextcloud/server) - A safe home for all your data

View File

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

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
grocy: grocy:
image: lscr.io/linuxserver/grocy:v3.3.2-ls175 image: lscr.io/linuxserver/grocy:v3.3.2-ls180
container_name: grocy container_name: grocy
volumes: volumes:
- ${APP_DATA_DIR}/data:/config - ${APP_DATA_DIR}/data:/config

View File

@ -1,3 +1,5 @@
Default login is user **admin** with password **admin**, please change the password immediately (user menu at the top right corner)
## ERP beyond your fridge ## ERP beyond your fridge
grocy is a web-based self-hosted groceries & household management solution for your home grocy is a web-based self-hosted groceries & household management solution for your home
@ -18,4 +20,4 @@ grocy is a web-based self-hosted groceries & household management solution for y
### Chores overview ### Chores overview
![Chores overview](https://github.com/grocy/grocy/raw/master/.github/publication_assets/chores.png "Chores overview") ![Chores overview](https://github.com/grocy/grocy/raw/master/.github/publication_assets/chores.png "Chores overview")