update README.md
This commit is contained in:
parent
1f7696342c
commit
6d8ff7617f
10
README.md
10
README.md
@ -17,6 +17,12 @@ Yes, there is a lot of crappy copypasta html/css/js code. As long as it works!
|
||||
|
||||
* TLS/SSL/ACME - use reverse proxy (I suggest [Caddy](https://github.com/caddyserver/caddy))
|
||||
|
||||
# Pull requests
|
||||
# Development
|
||||
|
||||
Pull requests are _more_ than welcome, especially fixing vulnerabilities.
|
||||
To run this code locally, setup `go`, open this project and run this:
|
||||
|
||||
```bash
|
||||
go run cmd/flightlesssomething/main.go -data-dir data -discord-client-id xxxxxxxxxxxxxxxxxxx -discord-client-secret xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -discord-redirect-url 'http://127.0.0.1:8080/login/callback' -session-secret xxxxxxxxxxxxxxxxxxxxxxxx
|
||||
```
|
||||
|
||||
Then open in browser: http://127.0.0.1:8080/
|
||||
|
Loading…
Reference in New Issue
Block a user