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

Resolve "Create a collection"

Merged Arthur BOUDREAULT requested to merge 38-create-a-collection into main
Compare and Show latest version
4 files
+ 42
38
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -23,10 +23,14 @@ ynh_install_script_url: https://install.yunohost.org
ynh_admin_password: MYINSECUREPWD_PLZ_OVERRIDE_THIS
ynh_symlink:
enabled: False
data_dir: "/data/var/"
conf_dir: "/data/etc/"
ynh_dir: "/data/yunohost"
ynh_data_dirs:
- path: "{{ ynh_dir }}/etc"
link: "/etc/yunohost"
- path: "{{ ynh_dir }}/var"
link: "/var/www"
ynh_data_dirs_enabled: True
# The list of Yunohost domains.
ynh_main_domain: domain.tld
Loading