Actually fixed notes
This commit is contained in:
parent
4126e00a3f
commit
2e7f419841
@ -10,7 +10,8 @@ Pure vanilla HTML/CSS/JS ✅ • Lightweight ✅ • Functional ✅ • No plain
|
|||||||
|
|
||||||
Simple link shortener built with flask.
|
Simple link shortener built with flask.
|
||||||
|
|
||||||
>![WARNING] PLEASE CHANGE THE SECRET IN `app.py` BEFORE RUNNING IN PRODUCTION (this applies to the docker installation as well)
|
> ![IMPORTANT]
|
||||||
|
> PLEASE CHANGE THE SECRET IN `app.py` BEFORE RUNNING IN PRODUCTION (this applies to the docker installation as well)
|
||||||
|
|
||||||
- [Installation (no docker)](#installation-no-docker)
|
- [Installation (no docker)](#installation-no-docker)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
@ -53,7 +54,8 @@ sudo docker exec -it shortn python src/manage_users.py list
|
|||||||
sudo docker exec -it shortn python src/manage_users.py remove --username <username>
|
sudo docker exec -it shortn python src/manage_users.py remove --username <username>
|
||||||
```
|
```
|
||||||
|
|
||||||
>[!NOTE] The database is **ephemeral** and will be lost when the container is removed. That is intentional.
|
> [!NOTE]
|
||||||
|
> The database is **ephemeral** and will be lost when the container is removed. That is intentional.
|
||||||
|
|
||||||
## TODOs
|
## TODOs
|
||||||
- [x] basic UI (to add links)
|
- [x] basic UI (to add links)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user