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 "ynh_setup: add new symbolic links"

Merged Arthur BOUDREAULT requested to merge 52-ynh_setup-add-new-symbolic-links into main
All threads resolved!
3 files
+ 20
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -30,6 +30,12 @@ ynh_data_dirs:
link: "/etc/yunohost"
- path: "{{ ynh_dir }}/var"
link: "/var/www"
- path: "{{ ynh_dir }}/share"
link: "/usr/share/yunohost"
- path: "{{ ynh_dir }}/backup"
link: "/home/yunohost.backup/archives"
- path: "{{ ynh_dir }}/home_apps"
link: "/home/yunohost.app"
ynh_data_dirs_enabled: True
# The list of Yunohost domains.
Loading