Add Arcane service configuration and update README

- Introduced environment variables for Arcane in .env.example
- Updated README with Arcane setup instructions and corrected typos
- Added images for Arcane interface and login
This commit is contained in:
Ricardo
2026-01-13 13:34:11 +00:00
parent 089c9e2b7c
commit afd4cee43c
5 changed files with 78 additions and 46 deletions

View File

@@ -14,7 +14,12 @@ SERVERURL=auto
#number of devices to generate configuration to connect to the wireguard vpn
PEERS=7
# Arcane
#aplication URL with the defined port
APP_URL="http://localhost:9010"
#Type of environement, this is our "live" environemnt so lets use production
ENVIRONMENT=production
ENCRYPTION_KEY={your_encryption_key} #Run command: openssl rand -base64 32
JWT_SECRET={your_jwt_secret} #Run command: openssl rand -base64 32
#Random Encription Key
ENCRYPTION_KEY={your_encryption_key} #Run command: "openssl rand -base64 32" to generate a random key like dgx9U8oSegcUMb0mp3N/mMpYHB4ZYF+2m+ym6LYcCNg=
#Random JWT Secret
JWT_SECRET={your_jwt_secret} #Run command: "openssl rand -base64 32" in the to generate a random key like dgx9U8oSegcUMb0mp3N/mMpYHB4ZYF+2m+ym6LYcCNg=