Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed Sep 4, 2024
1 parent 7dc5733 commit 1042f60
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,51 @@

#### webui-mode

'docker':
docker

- 'api': `<url>`
- 'glftpd_container' `<name>` (default: glftpd)
- 'bin_dir': `<path>` to gltool.sh, gotty, pywho etc
- 'bin_dir': `<path>` to binaries (gltool.sh, gotty, pywho etc)

local

'local':
- 'runas_user': `<user>` for sudo (default: root)
- 'bin_dir': `<path>` to gltool.sh, gotty, pywho etc
- 'bin_dir': `<path>` to binaries (gltool.sh, gotty, pywho etc)

#### display

'show_more_opts':
show_more_opts

- `true` always show all options
- `false` collapse with link "Show/hide more options"

'show_alerts':
- `true` show notifications
- `false` no notifications
show_alerts

- `true` show notifications, `false` no notifications

'max_items': `<number>` of users and groups to show (without collapse)
max_items: `<number>` of users and groups to show (without collapse)

modal

'modal':
- 'pywho':
- `true` show pywho in dialog, `false` output to bottom of page
- 'commands':
- `true` show (terminal) commands in dialog, `false` output to bottom of page

'spy':
- 'enabled':
- `true` show online users
- `false` hide online users
- 'refresh':
- `true` auto refresh
- `false` no refresh
spy

*used for UP/DOWN status*
- 'enabled': `true` show online users, `false` hide online users
- 'refresh': `true` auto refresh, `false` no refresh

#### connections

'services:'
- ftpd:
- host: `<hostname or ip>` (default: localhost)
- port: `<port>` (default: 1337)
- host: `<hostname or ip>` (default: localhost), port: `<port>` (default: 1337)
- sitebot:
- host: `<hostname or ip>` (default: localhost)
- port: `<port>` (default: 3333)
- host: `<hostname or ip>` (default: localhost), port: `<port>` (default: 3333)

*used for UP/DOWN status*

## Webui-mode

Expand Down

0 comments on commit 1042f60

Please sign in to comment.