From 30f90da265906efea3790b6e7bce7aa368cf5f73 Mon Sep 17 00:00:00 2001 From: mst Date: Tue, 26 Nov 2024 14:44:35 +0300 Subject: [PATCH] this is not needed anymore --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e7cae2c..01bdd66 100644 --- a/README.md +++ b/README.md @@ -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())'` ### 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`) 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 ### Caddy