coolify/app/Models
Andras Bacsai 63a1c5c0c7 feat(openclaw): add Openclaw service with environment variables and health checks
- Implemented Openclaw service in Service.php to manage environment variables and passwords.
- Added Openclaw SVG icon for branding.
- Created openclaw.yaml for Docker Compose configuration, including necessary environment variables and volume mappings.
- Updated service-templates-latest.json and service-templates.json to include Openclaw service details and metadata.
2026-02-09 12:33:17 +01:00
..
Application.php fix: switch custom labels check to UTF-8 2026-01-13 17:12:16 +01:00
ApplicationDeploymentQueue.php
ApplicationPreview.php
ApplicationSetting.php
BaseModel.php
CloudInitScript.php
CloudProviderToken.php
DiscordNotificationSettings.php
DockerCleanupExecution.php
EmailNotificationSettings.php
Environment.php
EnvironmentVariable.php fix(env): skip escaping for valid JSON in environment variables (#6160) 2026-01-28 10:59:00 +01:00
GithubApp.php
GitlabApp.php
InstanceSettings.php fix: optimize queries and caching for projects and environments 2026-01-16 11:51:26 +01:00
LocalFileVolume.php
LocalPersistentVolume.php
OauthSetting.php
PersonalAccessToken.php
PrivateKey.php
Project.php fix(docs): remove environments from projects endpoint 2026-01-05 21:52:10 +01:00
ProjectSetting.php
PushoverNotificationSettings.php
S3Storage.php
ScheduledDatabaseBackup.php
ScheduledDatabaseBackupExecution.php
ScheduledTask.php
ScheduledTaskExecution.php
Server.php fix: optimize queries and caching for projects and environments 2026-01-16 11:51:26 +01:00
ServerSetting.php
Service.php feat(openclaw): add Openclaw service with environment variables and health checks 2026-02-09 12:33:17 +01:00
ServiceApplication.php
ServiceDatabase.php
SharedEnvironmentVariable.php
SlackNotificationSettings.php feat(proxy): add Traefik version tracking with notifications and dismissible UI warnings 2025-11-14 11:35:22 +01:00
SslCertificate.php
StandaloneClickhouse.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandaloneDocker.php fix: optimize queries and caching for projects and environments 2026-01-16 11:51:26 +01:00
StandaloneDragonfly.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandaloneKeydb.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandaloneMariadb.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandaloneMongodb.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandaloneMysql.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandalonePostgresql.php fix(database): pgvector 18 version is not parsed properly 2026-02-04 17:59:49 +01:00
StandaloneRedis.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
Subscription.php
SwarmDocker.php fix: optimize queries and caching for projects and environments 2026-01-16 11:51:26 +01:00
Tag.php
Team.php
TeamInvitation.php
TelegramNotificationSettings.php feat(proxy): add Traefik version tracking with notifications and dismissible UI warnings 2025-11-14 11:35:22 +01:00
User.php chore: remove unused $server property and add missing import 2026-01-01 15:42:21 +01:00
UserChangelogRead.php
WebhookNotificationSettings.php