Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/docs/configuration.md

10 lines
309 B
Markdown
Raw Normal View History

2020-02-10 13:59:08 +13:00
# Configuration (WIP)
## Docker Basic Configuration
```
2020-04-05 20:58:52 +12:00
NEKO_PASSWORD=neko // Password
NEKO_PASSWORD_ADMIN=admin // Admin Password
NEKO_BIND=0.0.0.0:8080 // Bind
NEKO_KEY= // (SSL) Key, needed for clipboard sync
NEKO_CERT= // (SSL) Cert, needed for clipboard sync
2020-02-10 13:59:08 +13:00
```