diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-02 03:26:01 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-02 03:37:30 +0300 |
| commit | fe6875904f0c8f4ed8359efe961570307d9cbae6 (patch) | |
| tree | c19c6274609c88b519ab5676ace5d7665512e153 /user/README.md | |
| parent | 2ade04273717807096a07b6eb132b7677917392d (diff) | |
addAdmin server command
Diffstat (limited to 'user/README.md')
| -rw-r--r-- | user/README.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/user/README.md b/user/README.md index f59e576..e244d09 100644 --- a/user/README.md +++ b/user/README.md @@ -12,7 +12,12 @@ File example: You can patch any file you want in project `res/` by creating `user/res/sameName` files. For example `user/res/index.html` or `user/res/css/custom.css`. You can also add any new files. + +## Server commands +Server has input commands, for example, to set admin users. Simple enter anything to terminal after run to get command list. + ## Other files here -- `state.json` - saved state of latest server session (messages, videos, video time). -- `logs/` - latest 10 logs. You can change count in config. -- `crashes/` - folder with latest error logs, when the server had to restart itself. +- `state.json` - Saved state of latest server session (messages, videos, video time). +- `users.json` - Admin names with password hashes and random channel-specific salt. Do not share this file! +- `crashes/` - Latest error logs, when the server had to restart itself. +- `logs/` - (TODO) Latest activity logs. |
