mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
cleaning
This commit is contained in:
parent
4309071d5a
commit
09bf5fd384
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ description.fr = "Serveur de réseautage social fédéré basé sur des protocol
|
|||
|
||||
version = "2.6.2~ynh1"
|
||||
|
||||
maintainers = ["Anmol Sharma", "yalh76"]
|
||||
maintainers = []
|
||||
|
||||
[upstream]
|
||||
license = "AGPL-3.0-only"
|
||||
|
@ -26,8 +26,8 @@ multi_instance = false
|
|||
ldap = true
|
||||
sso = false
|
||||
disk = "200M"
|
||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
|
@ -107,6 +107,7 @@ if [ "$cache" -eq 1 ]; then
|
|||
ynh_add_config --template="../conf/cache.conf" --destination="/etc/nginx/conf.d/$app-cache.conf"
|
||||
cat ../conf/media.conf >> ../conf/nginx.conf
|
||||
fi
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
||||
|
|
|
@ -4,5 +4,4 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
test_upgrade_from.e6d9935af254018baf326281662c55407170694d.name = "2.4.1"
|
||||
test_upgrade_from.ba16bc8bee7715c479a7ee575ec5f7d9970a84f8.name = "2.4.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue