1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/silverbullet_ynh.git synced 2024-09-03 20:26:18 +02:00

Fix attempt

This commit is contained in:
Florent 2024-03-10 21:59:09 +01:00 committed by Florent F
parent 2a09760c01
commit dc6c37b671
4 changed files with 2 additions and 11 deletions

View file

@ -35,7 +35,7 @@ ram.runtime = "250M"
# this is a generic question - ask strings are automatically handled by YunoHost's core # this is a generic question - ask strings are automatically handled by YunoHost's core
type = "domain" type = "domain"
[install.init_main_permission] [install.admin]
help.en = "Choose the user who can access to silverbullet" help.en = "Choose the user who can access to silverbullet"
help.fr = "Choisissez l'utilisateur pouvant accéder à silverbullet" help.fr = "Choisissez l'utilisateur pouvant accéder à silverbullet"
type = "user" type = "user"
@ -57,10 +57,10 @@ ram.runtime = "250M"
[resources.install_dir] [resources.install_dir]
[resources.data_dir] [resources.data_dir]
subdirs = [ "notes" ]
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
main.permissions = "visitors" # The app is protected by a user/password prompt
[resources.ports] [resources.ports]
main.default = 3000 main.default = 3000

View file

@ -35,9 +35,6 @@ ynh_add_config --template="custom.env" --destination="$data_dir/custom.env"
chmod 600 "$data_dir/custom.env" chmod 600 "$data_dir/custom.env"
chown "$app:$app" "$data_dir/custom.env" chown "$app:$app" "$data_dir/custom.env"
# Create notes subdir
install -d -m 700 -o $app -g $app $data_dir/notes
#================================================= #=================================================
# SYSTEM CONFIGURATION # SYSTEM CONFIGURATION
#================================================= #=================================================

View file

@ -40,9 +40,6 @@ ynh_add_config --template="custom.env" --destination="$data_dir/custom.env"
chmod 600 "$data_dir/custom.env" chmod 600 "$data_dir/custom.env"
chown "$app:$app" "$data_dir/custom.env" chown "$app:$app" "$data_dir/custom.env"
# Create notes subdir
install -d -m 700 -o $app -g $app $data_dir/notes
#================================================= #=================================================
# REAPPLY SYSTEM CONFIGURATIONS # REAPPLY SYSTEM CONFIGURATIONS
#================================================= #=================================================

View file

@ -4,9 +4,6 @@ test_format = 1.0
[default] [default]
exclude = ["install.subdir"]
args.init_main_permission = "package_checker"
# ------------------------------- # -------------------------------
# Commits to test upgrade from # Commits to test upgrade from
# ------------------------------- # -------------------------------