Files
truecharts/docs/general/general-configuration.md
T
kjeld Schouten-Lebbing e8f9ef02d4 Cleanup, Fixes and Review Feedback
Includes mix fixes like:
- Fixing the documentation
- Making sure device and storage mounts work correctly
- Fixing broken things that where supposed to work according to the PR highlights
- Moving some additional things to TrueCharts based containers
- Hiding, changing and reordening some bad UI elements
- Adding support for supplementalGroup permissions

Co-authored-by: Dan Sheridan <dan.sheridan@postman.org.uk>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Justin Clift <justin@postgresql.org>
2021-03-12 17:18:46 +01:00

616 B

General Configuration

There are some setting that are always present on every App from TrueCharts.

Explaination sheet:
  • timezone

Select your timezone for correct time inside the containers

  • PUID

Select the user id of the user running your application. Defaults to 568 aka the apps user

  • PGID

Select the group of the user running your application. Defaults to 568 aka the apps group

  • UMASK

The mask here gets substracted from the default CHOWN setting of your App, it's an advanced setting and we advice not to change this unless you already know what UMASK does.