Housekeeping of example config and readme
Update readme to current state and rename the example config to prevent confusion.
This commit is contained in:
parent
0610fd49c9
commit
b05acf9c72
2 changed files with 2 additions and 3 deletions
|
@ -81,14 +81,13 @@ Whereas `<config_dir>` depends on the platform:
|
||||||
- Windows: `{FOLDERID_RoamingAppData}`
|
- Windows: `{FOLDERID_RoamingAppData}`
|
||||||
|
|
||||||
# TODOs
|
# TODOs
|
||||||
|
|
||||||
## Systemd service file
|
|
||||||
## Use `lazy_static` or `once_cell` for compiled regexes
|
## Use `lazy_static` or `once_cell` for compiled regexes
|
||||||
## Use `clap` to parse command line arguments
|
## Use `clap` to parse command line arguments
|
||||||
## Implement the functionality to reply to certain webhooks
|
## Implement the functionality to reply to certain webhooks
|
||||||
|
## Configure rocket via config.yml
|
||||||
## Security
|
## Security
|
||||||
### https support
|
### https support
|
||||||
|
basically supported, but related to "Configure rocket via config.yml".
|
||||||
### Authentication features
|
### Authentication features
|
||||||
### Secure cookies?
|
### Secure cookies?
|
||||||
## Parameterize fields
|
|
||||||
## Use proptest or quickcheck for tests of parsers
|
## Use proptest or quickcheck for tests of parsers
|
||||||
|
|
Loading…
Reference in a new issue