this is not needed anymore

This commit is contained in:
mst 2024-11-26 14:44:35 +03:00
parent 3426cf359f
commit 30f90da265

View file

@ -45,7 +45,7 @@ First, rename `.env.example` to `.env` and `config.example.json` to `config.json
`APP_SECRET` - application secret, generate one with this command: `python3 -c 'import secrets; print(secrets.token_hex())'` `APP_SECRET` - application secret, generate one with this command: `python3 -c 'import secrets; print(secrets.token_hex())'`
### config.json ### config.json
Configure in Admin panel after installing (located at `https://yourdomain.tld/admin/`) Configure in Admin panel after installing
--- ---
@ -61,7 +61,6 @@ gunicorn -w 4 app:app
If you want CatAsk to be accessible on a specific host address, specify a `--bind` option to `gunicorn -w 4 app:app` (e.g. `--bind 127.0.0.1:5000`) If you want CatAsk to be accessible on a specific host address, specify a `--bind` option to `gunicorn -w 4 app:app` (e.g. `--bind 127.0.0.1:5000`)
For debugging, run `flask run --debug` For debugging, run `flask run --debug`
Admin login page is located at `https://example.com/admin/login/`
Runs on `127.0.0.1:8000` by default Runs on `127.0.0.1:8000` by default
### Caddy ### Caddy