]> git.giorgioravera.it Git - network-manager.git/commitdiff
Updated README.md & reset version number
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 24 Jan 2026 15:04:10 +0000 (16:04 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 24 Jan 2026 15:04:10 +0000 (16:04 +0100)
README.md
settings/config.py

index 144867e691deee7eab2fbbf95ba7b5dd04e7adb0..5af0026a7254001cda97891a21301538cebf0ca2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ This solution allows you to manage hosts, DNS zones, DHCP leases, and certificat
 
 Designed to run easily via **Docker** and **Docker Compose**, with configuration via environment variables.
 
-This project is currently under development. For upcoming tasks and planned improvements, please refer to the [TODO list](TODO.list) file.
+This project is currently under development. For upcoming tasks and planned improvements, please refer to the [TODO list](TODO.md) file.
 
 ---
 
@@ -102,7 +102,7 @@ services:
       ADMIN_USER: "${ADMIN_USER:-admin}"
       ADMIN_PASSWORD: "${ADMIN_PASSWORD:-admin}"
       ADMIN_PASSWORD_HASH_FILE: "/run/secrets/admin_password_hash"
-      # Session (opzionale)
+      # Session key (optional)
       # SESSION_SECRET: "****ReplaceWithYourSecret*****"
     volumes:
       - ./data:/data
@@ -170,7 +170,7 @@ Generate a strong secret:
 openssl rand -base64 64
 ```
 Then:
-SESSION_SECRET: “paste-the-secret-here”
+`SESSION_SECRET`: “paste-the-secret-here”
 
 ---
 
@@ -204,8 +204,8 @@ docker compose up -d --force-recreate
 
 ---
 ## 🔒 Security Checklist
-- Use *ADMIN_PASSWORD_HASH_FILE* in production
-- Disable *SESSION_SECRET* for automatic generation
-- Set secure=True on cookies if you use HTTPS
+- Use `ADMIN_PASSWORD_HASH_FILE` in production
+- Disable `SESSION_SECRET` for automatic generation
+- Set `secure=True` on cookies if you use HTTPS
 - Use a reverse proxy with TLS
 - Do not put passwords in the repository
index c0bc2658fdf20ed05666501449991ce1a6041a20..7e7aab3244685df7e65d3c2e1ba58009998c776f 100644 (file)
@@ -4,10 +4,10 @@
 # BASEIMG
 # ---------------------------------------------------------
 BASEIMG_NAME = "network-manager-distroless"
-BASEIMG_VERSION = "0.3"
+BASEIMG_VERSION = "0.1"
 
 # ---------------------------------------------------------
 # APP
 # ---------------------------------------------------------
 APP_NAME = "network-manager"
-APP_VERSION = "0.2.0"
+APP_VERSION = "0.0.1"