From 2f2aa3332544c41878481dee9c59ef4e78510737 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sat, 24 Feb 2024 13:30:47 +0100 Subject: [PATCH] directus tmux et caddy 5 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 4de616c..6dadb7d 100644 --- a/install.sh +++ b/install.sh @@ -248,6 +248,7 @@ if [[ "$answer" == "y" ]]; then mkdir ${cms_folder}/uploads &&\ echo \"HOST='${ip}'\" >> ${env_file} &&\ echo \"PORT=${port}\" >> ${env_file} &&\ + echo \"PUBLIC_URL='/\" >> ${env_file} &&\ echo \"DB_CLIENT='mysql'\" >> ${env_file} &&\ echo \"DB_HOST='127.0.0.1'\" >> ${env_file} &&\ echo \"DB_PORT='3306'\" >> ${env_file} &&\