1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/samba_ynh.git synced 2024-09-03 20:16:27 +02:00
This commit is contained in:
Éric Gaspar 2023-08-13 12:51:17 +02:00
parent 5a482af0b5
commit 88379efac9
2 changed files with 3 additions and 11 deletions

View file

@ -44,6 +44,9 @@ ram.runtime = "50M"
subdirs = ["share"] subdirs = ["share"]
[resources.permissions] [resources.permissions]
share.url = "/"
share.show_tile = false
share.allowed = "all_users"
[resources.apt] [resources.apt]
packages = ["samba"] packages = ["samba"]

View file

@ -19,17 +19,6 @@ ynh_app_setting_set --app=$app --key=advanced --value=0
ynh_app_setting_set --app=$app --key=readonly_dir --value='' ynh_app_setting_set --app=$app --key=readonly_dir --value=''
ynh_app_setting_set --app=$app --key=unbrowseable --value='' ynh_app_setting_set --app=$app --key=unbrowseable --value=''
#=================================================
# SPECIFIC SETUP
#=================================================
# SETUP SSOWAT
#=================================================
#REMOVEME? ynh_script_progression --message="Configuring permissions..."
# We define the permission in advance to be able to use the group
# in unix permission
#REMOVEME? ynh_permission_create --permission="share" --allowed=all_users
#================================================= #=================================================
# CREATE DATA DIRECTORY # CREATE DATA DIRECTORY
#================================================= #=================================================