feat: Implement comprehensive service management features
- 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.
This commit is contained in:
20
Oracle Homelab/authentik/compose/.env
Executable file
20
Oracle Homelab/authentik/compose/.env
Executable file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user