From 858868c4c53166dd6aa8c04b58db791f7f13373a Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 8 May 2022 11:03:32 +1200 Subject: [PATCH] Started instructions for deploying grocy via helm. --- grocy/README.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 grocy/README.org diff --git a/grocy/README.org b/grocy/README.org new file mode 100644 index 0000000..ad50c3c --- /dev/null +++ b/grocy/README.org @@ -0,0 +1,14 @@ +#+TITLE: Grocy household management +#+AUTHOR: James Blair +#+EMAIL: mail@jamesblair.net +#+DATE: <2022-05-08 Sun 10:45> + +[[https://github.com/grocy/grocy][Grocy]] is a web-based self-hosted groceries & household management solution for your home, created by [[https://github.com/berrnd][@berrnd]]. + +I created this helm chart for self-hosting grocy in a container on ~k3s~. Complete the steps below to deploy this chart. + +#+NAME: Deploy grocy via helm +#+begin_src tmate +# Clone charts repository +git clone https://github.com/jmhbnz/charts.git +#+end_src