Added register page, email field, finished login + register UI, reduced the number of templates generated.

This commit is contained in:
2025-12-06 14:45:23 +01:00
parent e749ec772e
commit 5732fe17de
27 changed files with 889 additions and 284 deletions

View File

@@ -5,10 +5,6 @@ DB_PASSWORD=1234
DB_HOST=pagerino_db
DB_NAME=pager_data
# App server specific settings
# === Chirpstack API
CHIRP_API_KEY=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJjaGlycHN0YWNrIiwiaXNzIjoiY2hpcnBzdGFjayIsInN1YiI6IjI3YzI5Y2M2LTdjMTUtNDI5Yy1iMjBmLTczNzliZWYzYTI1ZCIsInR5cCI6ImtleSJ9.RsMPIGgPaGluBllRz0Ma_EthxUj3xM9pTPy_uUEAbvk
# === MQTT broker settings
MQTT_ADDRESS=ssl://mosquitto:8883
MQTT_CLIENT_ID=app-server
@@ -16,7 +12,12 @@ MQTT_QOS=0
# This App's ID in Chirpstack
# + matches all IDs
# # matches all IDs and all(!) subtopics
APP_ID=d6ccd2ad-0cf7-46ab-8618-7a5a14b8676d
#APP_ID=d6ccd2ad-0cf7-46ab-8618-7a5a14b8676d
APP_ID=188c5d25-2d6b-43e3-aaf3-07dd0a8c386e
CHIRP_ADDRESS=chirpstack:8080
CHIRP_API_KEY=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJjaGlycHN0YWNrIiwiaXNzIjoiY2hpcnBzdGFjayIsInN1YiI6IjZlYTA1YTQ1LWUxODgtNDI3Yy1hMWMwLWZiNTQ1NWQ1N2QxZSIsInR5cCI6ImtleSJ9.i6as57Fod4m4oDvHw8LoV2wVz2wjnQFOi_l60zTnGy8
SERVER_API_PORT=50222
# Enviroment variables that will be available for every application
@@ -28,7 +29,6 @@ LOG_PREFIX=[Pagerino]
# Main app container name
SERVER_NAME=pagerino-app
SERVER_API_PORT=50222
# General preferred connection timeout
TIMEOUT=3s