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

17 lines
583 B
TOML
Raw Normal View History

2024-01-12 14:53:23 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
test_format = 1.0
[default]
2024-01-12 15:52:35 +01:00
preinstall = """
yunohost tools update apps
yunohost domain add pleroma.domain.tld
yunohost app install \
2024-01-13 11:09:03 +01:00
https://github.com/YunoHost-Apps/pleroma_ynh/tree/56c0378606593498a0941b188969aa0fcefba87b \
-a "domain=pleroma.domain.tld&init_main_permission=visitors&admin=package_checker&password=1SuperPassword&name=My_Pleroma&registration=false&cache=true&size=2g" \
2024-01-12 15:52:35 +01:00
--force
"""
args.backend = "pleroma.domain.tld"