dokploy/apps/dokploy
Mauricio Siu d42a859679 feat(templates): add JWT generation and expand template variable processing
- Implement generateJwt function for creating JWT tokens
- Add support for 'jwt' and 'jwt:length' template variables
- Introduce new base64 and password generation shortcuts
- Enhance template variable processing with additional utility functions
2025-03-09 21:27:45 -06:00
..
__test__ feat(templates): add JWT generation and expand template variable processing 2025-03-09 21:27:45 -06:00
components refactor(templates): replace Github icon with custom GithubIcon component 2025-03-09 18:55:27 -06:00
docker
drizzle Merge branch 'canary' into vicke4/canary 2025-03-09 02:48:19 -06:00
hooks Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
lib Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
pages feat(compose): add Docker Compose template import functionality 2025-03-09 18:10:58 -06:00
public refactor(templates): remove legacy template files and update project structure 2025-03-09 21:09:05 -06:00
server refactor(templates): remove legacy template files and update project structure 2025-03-09 21:09:05 -06:00
styles Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
templates refactor(templates): remove legacy template files and update project structure 2025-03-09 21:09:05 -06:00
utils
.dockerignore
.env.example
.env.production.example
.gitignore
.nvmrc
components.json
CONTRIBUTING.md
Dockerfile
esbuild.config.ts
LICENSE.MD
logo.png
middleware.ts
migrate.ts Reapply "Merge branch 'canary' into kucherenko/canary" 2025-03-02 00:30:02 -06:00
migration.ts
next.config.mjs chore(dependencies): remove unused webpack and related dependencies 2025-03-09 21:19:14 -06:00
package.json chore(dependencies): remove unused webpack and related dependencies 2025-03-09 21:19:14 -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
tsconfig.json
tsconfig.server.json