1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00
grocy_ynh/README.md
Salamandar 1e626a64ec
Automated testing -> master (#73)
* Auto-update READMEs

* Update manifest.toml

* Auto-update READMEs

* cleaning

* remove config panel

* Enable LDAP (#72)

* Allow for LDAP authentication

* Change filter

---------

Co-authored-by: ericgaspar <junk.eg@free.fr>

* [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 (#69)

* [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1

* Auto-update README

* Auto-update READMEs

---------

Co-authored-by: Yunohost-Bot <>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: ericgaspar <junk.eg@free.fr>

* Update manifest.toml

* Auto-update READMEs

* Helpers 2.1 (#74)

* Update READMEs

* cleaning

* cleaning

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: Félix Piédallu <felix@piedallu.me>

* Update tests.toml

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: ericgaspar <junk.eg@free.fr>
Co-authored-by: spaced <spaced@eksoh.net>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-06-24 11:39:49 +02:00

48 lines
1.8 KiB
Markdown

<!--
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
It shall NOT be edited by hand.
-->
# Grocy for YunoHost
[![Integration level](https://dash.yunohost.org/integration/grocy.svg)](https://dash.yunohost.org/appci/app/grocy) ![Working status](https://ci-apps.yunohost.org/ci/badges/grocy.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grocy.maintain.svg)
[![Install Grocy with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grocy)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Grocy quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview
grocy is a web-based self-hosted groceries & household management solution for your home.
**Shipped version:** 4.2.0~ynh2
**Demo:** <https://en.demo.grocy.info/stockoverview>
## Screenshots
![Screenshot of Grocy](./doc/screenshots/stock-en.png)
## Documentation and resources
- Official app website: <https://grocy.info/>
- Upstream app code repository: <https://github.com/grocy/grocy>
- YunoHost Store: <https://apps.yunohost.org/app/grocy>
- Report a bug: <https://github.com/YunoHost-Apps/grocy_ynh/issues>
## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/grocy_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug
or
sudo yunohost app upgrade grocy -u https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>