dokploy/apps/dokploy
Mauricio Siu 1605aedd6e feat(settings): add HTTPS support and update user schema
- Introduced a new boolean field 'https' in the user schema to manage HTTPS settings.
- Updated the web domain form to include an HTTPS toggle, allowing users to enable or disable HTTPS.
- Enhanced validation logic to ensure certificate type is required when HTTPS is enabled.
- Modified Traefik configuration to handle HTTPS routing based on user settings.
2025-04-06 01:41:47 -06:00
..
__test__ Enhance environment variable handling in processTemplate: support boolean and number types in env configuration, with tests for both array and object formats. 2025-03-30 01:29:23 -06:00
components feat(settings): add HTTPS support and update user schema 2025-04-06 01:41:47 -06:00
docker
drizzle feat(settings): add HTTPS support and update user schema 2025-04-06 01:41:47 -06:00
hooks Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
lib Revert "feat(i18n): update zh-Hans translation" 2025-03-15 22:08:49 -06:00
pages Refactor Duplicate Project component and integrate with project detail page 2025-03-30 02:42:35 -06:00
public Revert "feat(i18n): update zh-Hans translation" 2025-03-15 22:08:49 -06:00
server feat(settings): add HTTPS support and update user schema 2025-04-06 01:41:47 -06:00
styles Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
templates Removed apps/dokploy/templates/infisical/index.ts 2025-03-27 13:12:02 -06:00
utils feat(websocket): enhance WebSocket server with request validation and client instantiation 2025-04-06 00:07:41 -06:00
.dockerignore
.env.example
.env.production.example
.gitignore
.nvmrc
components.json
Dockerfile
esbuild.config.ts
LICENSE.MD
logo.png
migrate.ts Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
migration.ts
next.config.mjs refactor(dokploy): standardize code formatting and improve readability across multiple components 2025-03-29 13:26:44 -06:00
package.json Update dokploy version to v0.21.3 in package.json 2025-04-03 00:22:57 -06:00
postcss.config.cjs
reset-password.ts Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
setup.ts
tailwind.config.ts fix(config): large screens support 2025-03-12 19:16:16 +07:00
tsconfig.json
tsconfig.server.json