dokploy/apps/dokploy
Mauricio Siu 86b56e2597 Refactor appName generation in dashboard components
- Updated the appName generation logic in `AddApplication`, `AddCompose`, and `AddDatabase` components to use the `slugify` function for improved consistency and readability.
- Enhanced the `slugify` function to return a default value of "service" if the input is empty, ensuring robustness in name generation.
- Improved project name validation in `handle-project.tsx` to enforce stricter rules on naming conventions.
2025-05-04 20:14:49 -06:00
..
__test__ Add triggerType field to baseApp configuration in drop and traefik test files 2025-04-26 22:18:43 -06:00
components Refactor appName generation in dashboard components 2025-05-04 20:14:49 -06:00
docker
drizzle Enhance backup table schema with dynamic appName generation 2025-05-04 15:52:37 -06:00
hooks
lib Refactor appName generation in dashboard components 2025-05-04 20:14:49 -06:00
pages Update deployments tab styling for improved layout 2025-05-04 19:31:18 -06:00
public Merge pull request #1634 from f3liiix/canary 2025-04-17 01:59:35 -06:00
server Refactor user role handling in TRPC context and routers 2025-05-04 19:26:09 -06:00
styles
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
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 drizzle-zod dependency and enhance deployment tracking features 2025-05-03 00:12:49 -06:00
postcss.config.cjs
reset-password.ts
setup.ts
tailwind.config.ts fix(config): large screens support 2025-03-12 19:16:16 +07:00
tsconfig.json
tsconfig.server.json