mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
* init commit * add few templates * add initial implementation * typo * add host * fix lint * whops * quote * fix permisions * no port * fix probes * test user * readme * add ui * typo * use shortcut for regex * add redis on metadata * clean notes * fixed path * move down * fix upgrade json
752 B
752 B
n8n
n8n is an extendable workflow automation tool.
When application is installed, a container will be launched with root privileges. This is required in order to apply the correct permissions to the
postgresdirectories. Afterward, thepostgrescontainer 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 thepostgresbackups 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 to999:999on every update. But will only be changed once for thepostgresdata directories.