mirror of
https://github.com/YunoHost-Apps/code-server_ynh.git
synced 2024-09-03 18:16:28 +02:00
wip
This commit is contained in:
parent
d5ab03e38d
commit
3fdfe7dcc1
2 changed files with 2 additions and 1 deletions
|
@ -60,3 +60,4 @@ ram.runtime = "100M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
mail.allowed = "__ADMIN__"
|
||||||
|
|
|
@ -25,7 +25,7 @@ ynh_script_progression --message="Setting up source files..." --weight=5
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
|
|
||||||
chmod -R o-rwx "$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"
|
chmod +x "$install_dir/bin/code-server"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue