update README.md

This commit is contained in:
Erikas 2024-07-14 18:15:15 +03:00
parent 1f7696342c
commit 6d8ff7617f

View File

@ -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/