Implement authentication features with login, registration, and user management; update service configurations for development and production environments.

This commit is contained in:
2026-01-23 01:50:31 +00:00
parent de14c646fa
commit 8e92c28272
9 changed files with 637 additions and 178 deletions

View File

@@ -1,5 +1,5 @@
[Unit]
Description=OS League Tools - OSRS Leagues Hub
Description=OS League Tools - Prod Environment
After=network.target
Wants=network-online.target
@@ -13,7 +13,7 @@ WorkingDirectory=/home/sonder/leagues-tools/os-league-tools-master
Environment="NODE_ENV=production"
Environment="PORT=3000"
# Uncomment and set if you have a backend API:
# Environment="REACT_APP_RELDO_URL=http://localhost:8080"
Environment="REACT_APP_RELDO_URL=https://api.leagues.tools"
# Start the application (serves the pre-built static files)
ExecStart=/usr/bin/serve -s build -l tcp://0.0.0.0:3000