From 7590a9d64abce9cff908f509ea1423b11ddb425a Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Fri, 20 Jun 2025 12:53:28 +0200 Subject: [PATCH] docs: added env SSL_MODE --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 88a16bb..95ed5c8 100644 --- a/README.md +++ b/README.md @@ -101,14 +101,15 @@ php artisan db:seed --class=ExampleRecipesSeeder #### Environment Variables -| Environment Variable | Description | Default | -|-------------------------------|--------------------------------------------------------------------|-------------------| -| `TRMNL_PROXY_BASE_URL` | Base URL of the native TRMNL service | https://trmnl.app | -| `TRMNL_PROXY_REFRESH_MINUTES` | How often should the server fetch new images from native service | 15 | -| `REGISTRATION_ENABLED` | Allow user registration via Webinterface | 1 | -| `FORCE_HTTPS` | If your server handles SSL termination, enforce HTTPS. | 0 | -| `PHP_OPCACHE_ENABLE` | Enable PHP Opcache | 0 | -| `TRMNL_IMAGE_URL_TIMEOUT` | How long TRMNL waits for a response on the display endpoint. (sec) | 30 | +| Environment Variable | Description | Default | +|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|-------------------| +| `TRMNL_PROXY_BASE_URL` | Base URL of the native TRMNL service | https://trmnl.app | +| `TRMNL_PROXY_REFRESH_MINUTES` | How often should the server fetch new images from native service | 15 | +| `REGISTRATION_ENABLED` | Allow user registration via Webinterface | 1 | +| `SSL_MODE` | SSL Mode, if not using a Reverse Proxy ([docs](https://serversideup.net/open-source/docker-php/docs/customizing-the-image/configuring-ssl)) | `off` | +| `FORCE_HTTPS` | If your server handles SSL termination, enforce HTTPS. | 0 | +| `PHP_OPCACHE_ENABLE` | Enable PHP Opcache | 0 | +| `TRMNL_IMAGE_URL_TIMEOUT` | How long TRMNL waits for a response on the display endpoint. (sec) | 30 | #### Login