1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cjdns_ynh.git synced 2024-09-03 18:16:29 +02:00

Merge branch 'master' of github.com:dkoukoul/cjdns_ynh

This commit is contained in:
dkoukoul 2024-01-09 16:08:56 +02:00
commit 79bb19427c
2 changed files with 6 additions and 1 deletions

View file

@ -96,6 +96,11 @@ ynh_script_progression --message="Launching cjdns service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
#=================================================
# MAKE WORDPRESS AVAILABLE ON CJDNS
#=================================================
yunohost tools shell -c "from yunohost.permission import permission_url; permission_url('wordpress.main', add_url=['re:^.fc.*'])"
#=================================================
# MAKE WORDPRESS AVAILABLE ON CJDNS