dokploy/apps/dokploy
Mauricio Siu f5fa39b97e
Some checks are pending
Auto PR to main when version changes / create-pr (push) Waiting to run
Build Docker images / build-and-push-cloud-image (push) Waiting to run
Build Docker images / build-and-push-schedule-image (push) Waiting to run
Build Docker images / build-and-push-server-image (push) Waiting to run
Dokploy Docker Build / docker-amd (push) Waiting to run
Dokploy Docker Build / docker-arm (push) Waiting to run
Dokploy Docker Build / combine-manifests (push) Blocked by required conditions
Dokploy Docker Build / generate-release (push) Blocked by required conditions
autofix.ci / format (push) Waiting to run
Dokploy Monitoring Build / docker-amd (push) Waiting to run
Dokploy Monitoring Build / docker-arm (push) Waiting to run
Dokploy Monitoring Build / combine-manifests (push) Blocked by required conditions
Generate and Sync OpenAPI / Generate OpenAPI and commit to Dokploy repo (push) Waiting to run
refactor(dokploy): restrict license key access to owners only and enhance validation
- Updated the license key settings to ensure only users with the "owner" role can access certain functionalities.
- Modified the license key activation input validation to require a non-empty string.
- Improved error handling for network issues when validating license keys, providing clearer feedback to users.
- Adjusted the dashboard settings to redirect non-owner users appropriately.
2026-02-09 01:15:35 -06:00
..
__test__ Merge branch 'canary' into ulimits-at-0a401843 2026-02-08 23:30:14 -06:00
components refactor(dokploy): restrict license key access to owners only and enhance validation 2026-02-09 01:15:35 -06:00
docker
drizzle feat(dokploy): add ulimitsSwarm column to multiple database tables and update journal 2026-02-08 23:31:22 -06:00
hooks [autofix.ci] apply automated fixes 2026-02-07 05:25:34 +00:00
lib Implement Single Sign-On (SSO) Feature: Add SSO settings page, integrate OIDC provider registration dialog, and update dependencies for better-auth to version 1.4.18. Enhance user interface with new SSO menu item and improve database schema for SSO providers. 2026-01-29 22:01:48 -06:00
pages refactor(dokploy): restrict license key access to owners only and enhance validation 2026-02-09 01:15:35 -06:00
proprietary feat(license): introduce proprietary license and update core license terms 2026-01-21 19:43:33 +01:00
public Replace logo.svg with updated SVG design 2026-02-04 11:10:13 -03:00
scripts feat: add OpenAPI generation script and workflow 2025-11-30 00:30:40 -06:00
server refactor(dokploy): restrict license key access to owners only and enhance validation 2026-02-09 01:15:35 -06:00
styles feat(dashboard): replace Chatwoot widget with HubSpot widget in dashboard layout 2025-12-09 16:46:29 -06:00
templates Removed apps/dokploy/templates/infisical/index.ts 2025-03-27 13:12:02 -06:00
types [autofix.ci] apply automated fixes 2025-07-14 15:30:24 +09:00
utils change gitea permissions to new instances (#1832) 2025-08-26 07:53:20 +02:00
.dockerignore
.env.example Fix newline at end of .env.example file 2025-11-25 12:02:52 -05:00
.env.production.example chore(env): remove hardcoded DATABASE_URL from production example file 2026-01-21 16:56:30 +01:00
.gitignore
.nvmrc chore: update Node.js version to 20.16.0 in configuration files 2025-05-26 03:09:09 -06:00
components.json
esbuild.config.ts feat(dokploy): add wait-for-postgres script and update Dockerfile and package.json 2026-02-08 15:43:58 -06:00
logo.png
migration.ts refactor(db): centralize database URL configuration by importing dbUrl from constants 2026-01-21 17:33:06 +01:00
next.config.mjs feat(config): add security headers to enhance application security 2026-01-21 18:52:57 +01:00
package.json fix(dokploy): remove wait-for-postgres script from start command in package.json 2026-02-08 16:22:26 -06:00
postcss.config.cjs
reset-2fa.ts refactor(auth): replace findAdmin with findOwner in user management logic and update role-based permissions in the dashboard 2025-12-07 02:51:03 -06:00
reset-password.ts refactor(auth): replace findAdmin with findOwner in user management logic and update role-based permissions in the dashboard 2025-12-07 02:51:03 -06:00
setup.ts Merge pull request #3624 from horsley/fix/setup-import-side-effect 2026-02-07 15:53:27 -06:00
tailwind.config.ts fix(config): the min- and max- variants are not supported with a screens configuration containing mixed units 2025-07-09 18:17:32 +07:00
tsconfig.json [autofix.ci] apply automated fixes 2025-12-06 18:39:15 +00:00
tsconfig.server.json refactor: remove save on build on next app and integrate turbopack 2024-10-24 23:13:24 -06:00
wait-for-postgres.ts feat(dokploy): add wait-for-postgres script and update Dockerfile and package.json 2026-02-08 15:43:58 -06:00