- Added new components for managing services, including creation, editing, and listing. - Introduced stack management functionalities, allowing users to create, edit, and view stacks. - Implemented user management features, enabling user creation, editing, and listing. - Enhanced volume management with create and info functionalities. - Integrated network management capabilities, including listing and viewing networks. - Developed task management features for viewing and listing tasks. - Added support for Docker registry interactions, including authentication and repository management. - Implemented error handling and user feedback mechanisms throughout the application. - Established a robust routing system for navigating between different components and views. - Enhanced the overall user experience with improved UI components and state management.
20 lines
748 B
Bash
Executable File
20 lines
748 B
Bash
Executable File
PG_PASS=2ho5zCNLKZyFhCWn4ovSVI7BA5jwqo35OtfM07Boz+Svlh98
|
|
AUTHENTIK_SECRET_KEY=MxyzWVVrV1YP7R4p3QeW4TaF62SnkNLosKwujsZVlTqtjawnOfcZvcUpjnEJQqac28J/QALZXzWQmXWe
|
|
AUTHENTIK_ERROR_REPORTING__ENABLED=true
|
|
|
|
# SMTP Host Emails are sent to
|
|
AUTHENTIK_EMAIL__HOST=smtp.protonmail.ch
|
|
AUTHENTIK_EMAIL__PORT=587
|
|
# Optionally authenticate (don't add quotation marks to your password)
|
|
AUTHENTIK_EMAIL__USERNAME=no-reply@prestonhunter.space
|
|
AUTHENTIK_EMAIL__PASSWORD=WM98WVMWCGY9NC2U
|
|
# Use StartTLS
|
|
AUTHENTIK_EMAIL__USE_TLS=true
|
|
# Use SSL
|
|
AUTHENTIK_EMAIL__USE_SSL=false
|
|
AUTHENTIK_EMAIL__TIMEOUT=10
|
|
# Email address authentik will send from, should have a correct @domain
|
|
AUTHENTIK_EMAIL__FROM=no-reply@prestonhunter.space
|
|
|
|
COMPOSE_PORT_HTTP=80
|
|
COMPOSE_PORT_HTTPS=443 |