- Add STEGASOO_PORT environment variable support (default: 5000) - Update .env.example with port and fix channel key format docs - Move channel key generation to collapsible accordion in Generate page - Improve RPi setup.sh output with HTTPS and channel key instructions - Add rpi/BUILD_IMAGE.md workflow documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
407 B
Plaintext
17 lines
407 B
Plaintext
# Stegasoo Web UI Configuration
|
|
# Copy this file to .env and customize
|
|
|
|
# Authentication (v4.0.2+)
|
|
STEGASOO_AUTH_ENABLED=true
|
|
STEGASOO_HTTPS_ENABLED=false
|
|
STEGASOO_HOSTNAME=localhost
|
|
STEGASOO_PORT=5000
|
|
|
|
# Channel Key (format: XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX)
|
|
# Generate with: stegasoo generate --channel-key
|
|
# Leave empty for public mode
|
|
STEGASOO_CHANNEL_KEY=
|
|
|
|
# Flask settings
|
|
FLASK_ENV=production
|