Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

:white_check_mark:Resolve "refactor vars"

Merged Arthur BOUDREAULT requested to merge 2-refactor-vars into master
Files
7
+ 5
5
@@ -6,11 +6,11 @@ ynh_admin_password: MYINSECUREPWD_PLZ_OVERRIDE_THIS
# The list of Yunohost domains.
ynh_main_domain: domain.tld
ynh_extra_domains: ~
ynh_extra_domains: null
ynh_ignore_dyndns_server: False
# The list of Yunohost users.
ynh_users: ~
ynh_users: null
# - name: user1
# pass: p@ssw0rd
# firstname: Jane
@@ -18,9 +18,9 @@ ynh_users: ~
# mail_domain: domain.tld
# The list of Yunohost apps.
ynh_apps: ~
ynh_apps: null
# - label: Tiny Tiny RSS # Label is important, it's a reference for the Playbook.
# link: ttrss # It can be the name of an official ynh app or a git repo link
# args: # Provide args here. Path and domain are mandatory, other args depend on the app (cf manifest.json of app).
# args: # Provide args here. Domain and path are mandatory, other args depend on the app (cf manifest.json of app).
# domain: domain.tld
# path: /ttrss
# domain: domain.tld
\ No newline at end of file
Loading