From 9909994668c12e23a0e40858972bf438e5426579 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 7 Sep 2024 13:30:32 +0200 Subject: [PATCH] :lipstick: use alert boxes for notes --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1effe7..d5734bf 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,11 @@ services: $ docker compose up -d ``` -> ▶️ For both variants, persistent config files and user data will be stored in the `./data` directory. Feel free to change this to your needs. +> [!TIP] +> For both variants, persistent config files and user data will be stored in the `./data` directory. Feel free to change this to your needs. -> ▶️ With this setup, the server will publicly listen on port 8080 via unencrypted http. When using in production, make sure to use a reverse proxy to add ssl functionality! +> [!IMPORTANT] +> With this setup, the server will publicly listen on port 8080 via unencrypted http. When using in production, make sure to use a reverse proxy to add ssl functionality! ## User Management Create initial admin account: @@ -32,4 +34,5 @@ Create initial admin account: $ docker compose exec main .venv/bin/python3 ./manage.py createsuperuser ``` -> ▶️ If you are using docker run, replace `docker compose exec main` with `docker exec -it etebase`. +> [!NOTE] +> If you are using docker run, replace `docker compose exec main` with `docker exec -it etebase`.