From 3c9ced66b77ffd5f543e41894f268fb7982f7e59 Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Thu, 10 Mar 2022 19:33:58 +0000 Subject: [PATCH] Fix systemd --- conf/.env.example | 1 + doc/DISCLAIMER.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/.env.example b/conf/.env.example index 3afee6f..1a6352a 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -4,6 +4,7 @@ TOOLJET_HOST=http://127.0.0.1:__PORT__ LOCKBOX_MASTER_KEY=__LOCKBOX_MASTER_KEY__ SECRET_KEY_BASE=__SECRET_KEY_BASE__ +PORT=__PORT__ SERVE_CLIENT=true diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 404fbec..6b83f15 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -4,5 +4,6 @@ TODO ### Limitations -* This app requites a full dedicated domain (or subdomain). +* Require YunoHost 11. +* This app requires a full dedicated domain (or subdomain), with a signed certificate. * Single Sign-On and LDAP integration does *not* work.