-
Notifications
You must be signed in to change notification settings - Fork 8
How to
konkor edited this page Sep 7, 2017
·
4 revisions
You are available to run the server in a terminal without of using any GUI tools or run few instances with different configurations and server ports.
obmin-server --config ./file-config.json
Example of the config is available in the binary packages config_sample.json
:
{
"port":8087,
"mode":0,
"debug":1,
"mounts":true,
"links":true,
"hiddens":false,
"backups":true,
"theme":"default",
"sources":[
{"path":"/mnt/archive","recursive":true},
{"path":"/home/user","recursive":true}
]
}
It can be only needed parameters (other settings will load the saved values or default ones) to an example:
{
"port":8088,
"mode":3,
"sources":[
{"path":"/var/www","recursive":true}
]
}
Author konkor 2017