Grocy¶
Grocy ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
The docker image comes from linuxserver/grocy and should support arm devices. If you attempt to run it on arm and encounter issues, please see issue 478
Access¶
Default login is user admin with password admin, please change the password immediately (see user menu).
It is available at https://{% if grocy.domain %}{{ grocy.domain }}{% else %}{{ grocy.subdomain + "." + domain }}{% endif %}/ or http://{% if grocy.domain %}{{ grocy.domain }}{% else %}{{ grocy.subdomain + "." + domain }}{% endif %}/
{% if enable_tor %} It is also available via Tor at http://{{ grocy.subdomain + "." + tor_domain }}/ {% endif %}