mirror of
https://github.com/YunoHost-Apps/shellinabox_ynh.git
synced 2024-09-03 20:26:12 +02:00
add user
This commit is contained in:
parent
a8bdde4472
commit
fe201969a8
2 changed files with 4 additions and 2 deletions
|
@ -7,8 +7,8 @@ SHELLINABOX_PORT=__PORT__
|
|||
# Parameters that are managed by the system and usually should not need
|
||||
# changing:
|
||||
# SHELLINABOX_DATADIR=/var/lib/shellinabox
|
||||
# SHELLINABOX_USER=shellinabox
|
||||
# SHELLINABOX_GROUP=shellinabox
|
||||
SHELLINABOX_USER=shellinabox
|
||||
SHELLINABOX_GROUP=shellinabox
|
||||
|
||||
# Any optional arguments (e.g. extra service definitions). Make sure
|
||||
# that that argument is quoted.
|
||||
|
|
|
@ -39,6 +39,8 @@ ram.runtime = "50M"
|
|||
[resources.ports]
|
||||
main.default = 4200
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
main.allowed = "admins"
|
||||
|
|
Loading…
Add table
Reference in a new issue