aboutsummaryrefslogtreecommitdiffstats
path: root/user/README.md
blob: f59e57691f3380cbdd539c5862c32a7ffaddae24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## User-specific config
You can create `config.json` file in this folder to override `default-config.json` options.
All root config fields are optional to override, so you need to create only what you want to change.
File example:
```json
{
	"channelName": "-=SuperChannel=-",
	"videoLimit": 10,
}
```
## User-specific resources
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.
## 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.
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage