From f316904f57dd46e52ff7e470ca96422e666a33e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 6 Mar 2023 19:45:38 +0100 Subject: [PATCH] Fix --- conf/.env.example | 5 ++--- manifest.toml | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/.env.example b/conf/.env.example index c4219da..b7e956c 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -2,13 +2,12 @@ APP_NAME=Lychee APP_ENV=production APP_KEY= APP_DEBUG=false -APP_URL=http://localhost +APP_URL=https://__DOMAIN____PATH__ +APP_FORCE_HTTPS=true # enable or disable debug bar. By default it is disabled. DEBUGBAR_ENABLED=false -LOG_CHANNEL=stack - ############################################################################## # IMPORTANT: To migrate from Lychee v3 you *MUST* use the same MySQL/MariaDB # # server as v3. # diff --git a/manifest.toml b/manifest.toml index e33388d..3852553 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Lychee" description.en = "Photo-management-system to manage and share photos" description.fr = "Système de gestion de photos pour gérer et partager des photos" -version = "4.7.0~ynh2" +version = "4.7.0~ynh3" maintainers = ["eric_G"] @@ -49,6 +49,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + main.auth_header = false [resources.apt] packages = "mariadb-server ffmpeg php8.1-xml php8.1-imagick php8.1-bcmath php8.1-exif php8.1-mbstring php8.1-gd php8.1-mysqli php8.1-zip php8.1-intl"