1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/soapbox_ynh.git synced 2024-09-03 20:26:11 +02:00

Fix tests: preinstall pleroma

This commit is contained in:
Salamandar 2024-01-12 15:52:35 +01:00
parent 90e673db21
commit b690eeef18

View file

@ -3,3 +3,14 @@
test_format = 1.0
[default]
preinstall = """
yunohost tools update apps
yunohost domain add pleroma.domain.tld
yunohost app install \
https://github.com/YunoHost-Apps/pleroma_ynh/tree/8cb4f01438463356916645cff38737cb59fde860 \
-a "domain=pleroma.domain.tld&is_public=yes&admin=package_checker&password=1SuperPassword&name=My_Pleroma&registration=false&cache=true&size=2g" \
--force
"""
args.backend = "pleroma.domain.tld"