mirror of
https://github.com/YunoHost-Apps/soapbox_ynh.git
synced 2024-09-03 20:26:11 +02:00
16 lines
567 B
TOML
16 lines
567 B
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
|
|
|
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®istration=false&cache=true&size=2g" \
|
|
--force
|
|
"""
|
|
|
|
args.backend = "pleroma.domain.tld"
|