1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Merge branch 'testing' into daemon

This commit is contained in:
OniriCorpe 2024-02-22 03:45:06 +01:00 committed by GitHub
commit 8e2d8b19be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

@ -33,10 +33,6 @@ ram.runtime = "50M"
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
@ -67,6 +63,9 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
main.show_tile = true
main.allowed = [ "visitors", "all-users" ]
main.protected = true
[resources.apt]
packages = "mariadb-server, php8.2-curl, php8.2-mbstring, php8.2-imagick, php8.2-xml, php8.2-zip, php8.2-mysql, php8.2-gd, php8.2-gmp, php8.2-intl"

View file

@ -4,6 +4,8 @@ test_format = 1.0
[default]
exclude = [ "install.private" ]
# -------------------------------
# Commits to test upgrade from
# -------------------------------