mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 05:43:41 -05:00
this is not needed anymore
This commit is contained in:
parent
3426cf359f
commit
30f90da265
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue