mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Fix
This commit is contained in:
parent
ff41c390df
commit
f316904f57
2 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,12 @@ APP_NAME=Lychee
|
||||||
APP_ENV=production
|
APP_ENV=production
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
APP_DEBUG=false
|
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.
|
# enable or disable debug bar. By default it is disabled.
|
||||||
DEBUGBAR_ENABLED=false
|
DEBUGBAR_ENABLED=false
|
||||||
|
|
||||||
LOG_CHANNEL=stack
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# IMPORTANT: To migrate from Lychee v3 you *MUST* use the same MySQL/MariaDB #
|
# IMPORTANT: To migrate from Lychee v3 you *MUST* use the same MySQL/MariaDB #
|
||||||
# server as v3. #
|
# server as v3. #
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Lychee"
|
||||||
description.en = "Photo-management-system to manage and share photos"
|
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"
|
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"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -49,6 +49,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
main.auth_header = false
|
||||||
|
|
||||||
[resources.apt]
|
[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"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue