1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/code-server_ynh.git synced 2024-09-03 18:16:28 +02:00
This commit is contained in:
Tagadda 2023-05-11 14:58:28 +00:00 committed by Tagada
parent d5ab03e38d
commit 3fdfe7dcc1
2 changed files with 2 additions and 1 deletions

View file

@ -60,3 +60,4 @@ ram.runtime = "100M"
[resources.permissions]
main.url = "/"
mail.allowed = "__ADMIN__"

View file

@ -25,7 +25,7 @@ ynh_script_progression --message="Setting up source files..." --weight=5
ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $user:www-data "$install_dir"
chown -R $admin:www-data "$install_dir"
chmod +x "$install_dir/bin/code-server"
#=================================================