1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00
This commit is contained in:
Éric Gaspar 2023-03-06 19:45:38 +01:00
parent ff41c390df
commit f316904f57
2 changed files with 4 additions and 4 deletions

View file

@ -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. #

View file

@ -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"