From 31aba024de98f0050391019d8d71b5d0f11bb834 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Fri, 3 Nov 2023 17:27:34 +0200 Subject: [PATCH] add readme --- library/ix-dev/community/mealie/README.md | 11 +++++++++++ library/ix-dev/community/mealie/app-readme.md | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 library/ix-dev/community/mealie/README.md create mode 100644 library/ix-dev/community/mealie/app-readme.md diff --git a/library/ix-dev/community/mealie/README.md b/library/ix-dev/community/mealie/README.md new file mode 100644 index 0000000000..f85048e992 --- /dev/null +++ b/library/ix-dev/community/mealie/README.md @@ -0,0 +1,11 @@ +# Mealie + +[Mealie](https://mealie.io) is a self-hosted recipe manager and meal planner + +> When application is installed, a container will be launched with **root** privileges. +> This is required in order to apply the correct permissions to the `postgres` directories. +> Afterward, the `postgres` container will run as a **non**-root user (`999`). +> On each upgrade, a container will be launched with **root** privileges in order to apply the correct +> permissions to the `postgres` **backups** directory. Container that performs the backup will run as a **non**-root user (`999`) afterwards. +> Keep in mind the permissions on the backup directory will be changed to `999:999` on **every** update. +> But will only be changed once for the `postgres` data directories. diff --git a/library/ix-dev/community/mealie/app-readme.md b/library/ix-dev/community/mealie/app-readme.md new file mode 100644 index 0000000000..f85048e992 --- /dev/null +++ b/library/ix-dev/community/mealie/app-readme.md @@ -0,0 +1,11 @@ +# Mealie + +[Mealie](https://mealie.io) is a self-hosted recipe manager and meal planner + +> When application is installed, a container will be launched with **root** privileges. +> This is required in order to apply the correct permissions to the `postgres` directories. +> Afterward, the `postgres` container will run as a **non**-root user (`999`). +> On each upgrade, a container will be launched with **root** privileges in order to apply the correct +> permissions to the `postgres` **backups** directory. Container that performs the backup will run as a **non**-root user (`999`) afterwards. +> Keep in mind the permissions on the backup directory will be changed to `999:999` on **every** update. +> But will only be changed once for the `postgres` data directories.