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

10 lines
287 B
TOML
Raw Normal View History

2023-11-25 15:16:41 +01:00
test_format = 1.0
2024-01-22 17:35:04 +01:00
[default]
preinstall = """
sudo yunohost app install my_webapp --force -a "domain=domain.tld&path=/path&with_sftp=1&password=myreallystrengthpassword&init_main_permission=visitors&phpversion=8.2&database=none"
"""
2024-01-22 18:11:28 +01:00
args.custom_webapp_id = "my_webapp"