@@ -283,11 +283,34 @@ https://authentik.<your_domain>/if/flow/initial-setup/
283283 - Description: Professional publishing platform
284284 - Type: CMS
285285
286+ - ** WordPress**
287+ - Description: Popular content management system
288+ - Type: CMS
289+
290+ ### Development
291+ - ** Gitea**
292+ - Description: Self-hosted Git service with web interface
293+ - Type: Version Control
294+
295+ ### AI & Productivity
296+ - ** LibreChat**
297+ - Description: AI chat interface supporting multiple providers
298+ - Type: AI Assistant
299+
300+ ### Analytics
301+ - ** Matomo**
302+ - Description: Privacy-focused web analytics platform
303+ - Type: Analytics
304+
286305### System
287306- ** Homer**
288307 - Description: Homepage dashboard
289308 - Type: System Dashboard
290309
310+ - ** Portainer**
311+ - Description: Container management web interface
312+ - Type: Container Management
313+
291314## Coming Soon
292315The following services are in development or planned for future releases:
293316
@@ -451,3 +474,52 @@ For bug reports and feature requests, please use the GitHub repository at [https
451474| ` VIDEO_ZOOM_CLIENT_ID ` | Zoom Client ID | * Optional* |
452475| ` VIDEO_ZOOM_CLIENT_SECRET ` | Zoom Client Secret | * Optional* |
453476| ` SOCIAL_AUTH_OIDC_SECRET ` | OIDC authentication secret | * Optional* |
477+
478+ ## Gitea
479+
480+ | Variable | Description | Default |
481+ | ----------| -------------| ---------|
482+ | ` GITEA_POSTGRES_USER ` | PostgreSQL username | ` gitea ` |
483+ | ` GITEA_POSTGRES_DB ` | PostgreSQL database name | ` gitea ` |
484+ | ` GITEA_POSTGRES_PASSWORD ` | PostgreSQL password | * Required* |
485+
486+ ## LibreChat
487+
488+ | Variable | Description | Default |
489+ | ----------| -------------| ---------|
490+ | ` LIBRECHAT_PORT ` | LibreChat application port | ` 3080 ` |
491+ | ` UID ` | User ID for container permissions | ` 1000 ` |
492+ | ` GID ` | Group ID for container permissions | ` 1000 ` |
493+ | ` ALLOW_EMAIL_LOGIN ` | Enable email login | ` true ` |
494+ | ` ALLOW_REGISTRATION ` | Enable user registration | ` true ` |
495+ | ` JWT_SECRET ` | JWT token secret key | * Required* |
496+ | ` JWT_REFRESH_SECRET ` | JWT refresh token secret | * Required* |
497+ | ` CREDS_KEY ` | Credentials encryption key | * Required* |
498+ | ` CREDS_IV ` | Credentials initialization vector | * Required* |
499+ | ` MEILI_MASTER_KEY ` | Meilisearch master key | * Required* |
500+ | ` SESSION_EXPIRY ` | Session expiration time (ms) | ` 900000 ` |
501+ | ` REFRESH_TOKEN_EXPIRY ` | Refresh token expiration (ms) | ` 604800000 ` |
502+
503+ ## Matomo
504+
505+ | Variable | Description | Default |
506+ | ----------| -------------| ---------|
507+ | ` MATOMO_MYSQL_ROOT_PASSWORD ` | MariaDB root password | * Required* |
508+ | ` MATOMO_MYSQL_USER ` | MariaDB username | ` matomo ` |
509+ | ` MATOMO_MYSQL_PASSWORD ` | MariaDB user password | * Required* |
510+ | ` MATOMO_MYSQL_DATABASE ` | MariaDB database name | ` matomo ` |
511+
512+ ## WordPress
513+
514+ | Variable | Description | Default |
515+ | ----------| -------------| ---------|
516+ | ` WORDPRESS_MYSQL_ROOT_PASSWORD ` | MariaDB root password | * Required* |
517+ | ` WORDPRESS_MYSQL_USER ` | MariaDB username | ` wordpress ` |
518+ | ` WORDPRESS_MYSQL_PASSWORD ` | MariaDB user password | * Required* |
519+ | ` WORDPRESS_MYSQL_DATABASE ` | MariaDB database name | ` wordpress ` |
520+
521+ ## Portainer
522+
523+ | Variable | Description | Default |
524+ | ----------| -------------| ---------|
525+ | * No additional variables* | Uses Docker socket and data volume | - |
0 commit comments