1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shellinabox_ynh.git synced 2024-09-03 20:26:12 +02:00
This commit is contained in:
Éric Gaspar 2023-06-06 15:23:31 +02:00
parent a8bdde4472
commit fe201969a8
2 changed files with 4 additions and 2 deletions

View file

@ -7,8 +7,8 @@ SHELLINABOX_PORT=__PORT__
# Parameters that are managed by the system and usually should not need # Parameters that are managed by the system and usually should not need
# changing: # changing:
# SHELLINABOX_DATADIR=/var/lib/shellinabox # SHELLINABOX_DATADIR=/var/lib/shellinabox
# SHELLINABOX_USER=shellinabox SHELLINABOX_USER=shellinabox
# SHELLINABOX_GROUP=shellinabox SHELLINABOX_GROUP=shellinabox
# Any optional arguments (e.g. extra service definitions). Make sure # Any optional arguments (e.g. extra service definitions). Make sure
# that that argument is quoted. # that that argument is quoted.

View file

@ -39,6 +39,8 @@ ram.runtime = "50M"
[resources.ports] [resources.ports]
main.default = 4200 main.default = 4200
[resources.system_user]
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
main.allowed = "admins" main.allowed = "admins"