chibiauth/README.md

23 lines
562 B
Markdown
Raw Normal View History

2022-02-08 10:36:22 +00:00
# ChibiAuth
Naive OpenID Provider.
## Documentation
Relevant info for development is inside the `doc` folder.
For administration and usage, a reference handbook will be provided in the future.
## Usage
```sh
chibiauth --database=/path/to/database/of/chibiauth.db --port 9909
```
* ChibiAuth will bind to localhost, bring your own TLS terminator.
* The database is just a SQLite file, feel free to use something like litestream.
2022-02-08 10:36:22 +00:00
## License
This repository is licensed under the EUPL-1.2. An English copy of the license text is available under `LICENSE`.