df
This commit is contained in:
parent
4235ba9e14
commit
2d99098ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ AUTH_USERNAME=admin
|
||||||
# docker run --rm ghcr.io/pouzor/homelable-backend:latest \
|
# docker run --rm ghcr.io/pouzor/homelable-backend:latest \
|
||||||
# python -c "from passlib.context import CryptContext; print(CryptContext(schemes=['bcrypt']).hash('yourpassword'))"
|
# python -c "from passlib.context import CryptContext; print(CryptContext(schemes=['bcrypt']).hash('yourpassword'))"
|
||||||
# Keep single quotes — bcrypt hashes contain $ characters
|
# Keep single quotes — bcrypt hashes contain $ characters
|
||||||
AUTH_PASSWORD_HASH='2b$12$EgnSJrBorqg9ibNl6IGARuXg/pmq52/sDiIeISL1tMEkz/o9cjE3i'
|
AUTH_PASSWORD_HASH='$2b$12$EgnSJrBorqg9ibNl6IGARuXg/pmq52/sDiIeISL1tMEkz/o9cjE3i'
|
||||||
|
|
||||||
# --- Network scanner ---
|
# --- Network scanner ---
|
||||||
# Adjust CIDR ranges to match your subnet layout
|
# Adjust CIDR ranges to match your subnet layout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue