Commit Graph

330 Commits

Author SHA1 Message Date
Mauricio Siu
d278e4e95d chore: enhance OpenAPI schema management
- Introduced a new script to fix OpenAPI schema issues, including adding a missing Authorization security scheme and addressing empty response schemas.
- Updated the build process to run this script before generating documentation, ensuring a more robust and accurate OpenAPI specification.
2025-11-30 01:37:01 -06:00
Mauricio Siu
213254dd1d chore: update .gitignore to remove generated API documentation path
- Removed the exclusion for the generated API documentation directory from .gitignore.
- This change ensures that the generated documentation files are no longer ignored during builds, aligning with recent documentation management efforts.
2025-11-30 01:35:23 -06:00
Mauricio Siu
346e073c51 chore: remove deprecated API documentation files
- Deleted multiple outdated API documentation files to streamline the documentation structure.
- This cleanup aligns with recent efforts to maintain an organized and efficient documentation system.
2025-11-30 01:31:07 -06:00
Mauricio Siu
3483f0ef27 chore: update Dockerfile.docs to remove openapi.json copy step
- Removed the step that copies openapi.json to the docs public folder, streamlining the Docker build process.
- Updated the documentation generation command to clarify the source of openapi.json.
2025-11-30 01:19:45 -06:00
Mauricio Siu
b594e5fbf3 chore: update .gitignore to exclude generated API documentation path
- Removed the exclusion for openapi.json and added the path for generated API documentation files.
- This change ensures that the generated documentation is properly managed and not ignored during builds.
2025-11-30 01:19:36 -06:00
Mauricio Siu
26cfcb6b46 chore: reintroduce openapi.json copy step in Dockerfile.docs
- Added a step to copy openapi.json to the docs public folder, necessary for both generation and build processes.
- This change ensures that the OpenAPI documentation is correctly accessible during the Docker build.
2025-11-30 01:17:44 -06:00
Mauricio Siu
3da6c92d01 chore: remove openapi.json copy step from Dockerfile.docs
- Eliminated the step that copied openapi.json to the docs public folder to streamline the Docker build process.
- This change aligns with recent documentation cleanup efforts and avoids redundancy in file management.
2025-11-30 01:15:19 -06:00
Dokploy Bot
fe3b4b2068 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@2d0669e288

Updated: 2025-11-30 07:14:23 UTC
2025-11-30 07:14:23 +00:00
Mauricio Siu
2a13c4e71f chore: remove openapi.json file from public directory
- Deleted the openapi.json file from the public directory as part of the documentation cleanup process.
- This change is intended to streamline the documentation structure and avoid redundancy.
2025-11-30 01:12:29 -06:00
Mauricio Siu
6dbf34e2fe chore: update OpenAPI documentation paths and add openapi.json file
- Copied openapi.json to the docs public folder for easier access.
- Updated paths in generated documentation files to reference the new location of openapi.json.
- Ensured all references to openapi.json are consistent across documentation files.
2025-11-30 01:12:13 -06:00
Mauricio Siu
09053b66fd chore: generate OpenAPI documentation during build process
- Added a step in the Dockerfile to generate OpenAPI documentation by running the build:docs script for the docs application.
2025-11-30 01:05:07 -06:00
Mauricio Siu
2e5564dea7 chore: update OpenAPI documentation paths and enhance references
- Changed input path for documentation generation from './api.json' to '../../public/openapi.json'.
- Updated multiple generated documentation files to reference the new OpenAPI document path.
- Added new documentation files for 'Environment', 'Gitea', 'Organization', 'Preview Deployment', 'Rollback', 'Schedule', 'Swarm', and 'Volume Backups'.
- Enhanced existing documentation with additional endpoints and improved structure for clarity.
2025-11-30 01:03:04 -06:00
Dokploy Bot
7a91ea003a chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@0f632e3f55

Updated: 2025-11-30 06:57:28 UTC
2025-11-30 06:57:28 +00:00
Mauricio Siu
74f902e3d9 Merge pull request #81 from nhridoy/patch-1
docs: Add Dokploy Deploy Action 3 to goodies list
2025-11-30 00:16:26 -06:00
Mauricio Siu
4e70b92740 Merge pull request #85 from nenas1ya/patch-1
docs(troubleshooting): correct instructions for recreate Traefik swarm service
2025-11-30 00:15:59 -06:00
Mauricio Siu
f24f9e8aa0 Merge branch 'main' into patch-1 2025-11-30 00:15:34 -06:00
Mauricio Siu
e58a3d75a9 Merge pull request #79 from Fradd747/docs/update-app-file-mount-desc-and-image
docs: update app file mount desc and image
2025-11-30 00:13:08 -06:00
Mauricio Siu
8fb8b05f5e Merge pull request #73 from microfauna/patch-1
docs: Update Railpack Docs
2025-11-30 00:12:03 -06:00
Mauricio Siu
bf8b92919d Merge pull request #66 from danielepintore/docs-add-cloudflare-origin-certs
docs: add instructions on how to use cloudflare origin certificates
2025-11-30 00:05:34 -06:00
Mauricio Siu
3c24d631da docs: enhance Cloudflare section by adding detailed steps for using Let's Encrypt and removing redundant instructions 2025-11-30 00:05:07 -06:00
Mauricio Siu
520060d2a4 Merge branch 'main' into docs-add-cloudflare-origin-certs 2025-11-29 23:56:10 -06:00
Mauricio Siu
f865b00d11 fix: update pricing text for improved clarity 2025-11-28 11:44:57 -06:00
Mauricio Siu
60a1ce4fb7 refactor: comment out motion.a component in Hero for future use 2025-11-28 02:58:59 -06:00
Mauricio Siu
13690fa233 fix: update text for clarity and consistency across various components 2025-11-28 02:57:05 -06:00
Mauricio Siu
9fdaa8957b style: update Header component for improved sticky behavior and visual clarity 2025-11-28 02:52:57 -06:00
Mauricio Siu
8543d064b2 chore: remove CatchAll page, add Privacy Policy, Terms and Conditions, and Changelog pages 2025-11-28 02:51:09 -06:00
Mauricio Siu
a6a8480b0f chore: remove unused translation files and dependencies to simplify codebase 2025-11-28 02:47:09 -06:00
Mauricio Siu
8adf935b39 chore: remove pnpm-lock.yaml file to streamline dependency management 2025-11-28 02:27:38 -06:00
Mauricio Siu
f012865423 chore: update Docker socket permissions to read-only in installation and troubleshooting documentation 2025-11-22 11:00:39 -05:00
Mauricio Siu
3d90099476 Make Docker socket volume read-only
Changed Docker socket volume to read-only.
2025-11-22 10:59:09 -05:00
Mauricio Siu
12a677f0ca Change Docker socket volume to read-only 2025-11-22 10:58:53 -05:00
Mauricio Siu
080f7f3bce Specify Docker version during installation 2025-11-22 10:58:19 -05:00
Mauricio Siu
d325949db9 Update install.sh 2025-11-22 10:46:51 -05:00
Mauricio Siu
00488f3e7e Specify Docker version during installation 2025-11-22 10:07:04 -05:00
Mauricio Siu
0c70d5773d chore: enhance security and improve Docker socket handling in dokploy installation script 2025-11-21 15:22:33 -05:00
Mauricio Siu
82e04c3b84 feat: add API endpoint for fetching GitHub stars and update GithubStars component to utilize the new endpoint for dynamic star count 2025-11-18 11:59:24 -06:00
nst
49f3061f7f docs(troubleshooting): correct Traefik recreate instructions to use swarm service 2025-11-18 17:18:59 +05:00
Mauricio Siu
bde61bf0b4 docs: clarify file mounting requirements for AutoDeploy users in troubleshooting and docker-compose documentation https://github.com/Dokploy/dokploy/issues/1922 2025-11-16 20:20:38 -06:00
Mauricio Siu
447617ab2a docs: add warning about configuring bash as the default shell for remote server deployments in multi-server documentation https://github.com/Dokploy/dokploy/issues/1428 2025-11-16 20:16:37 -06:00
Mauricio Siu
7477a87b08 chore: update Traefik version from v3.5.0 to v3.6.1 across installation and troubleshooting documentation 2025-11-16 18:27:36 -06:00
Nahidujjaman Hridoy
6e9e7f20d1 chore: Add Dokploy Deploy Action 3 to goodies list 2025-11-10 16:00:43 +06:00
Mauricio Siu
ef0890b506 fix: update GitHub stars count from 26k to 26.4k in GithubStars component 2025-11-05 01:16:28 -06:00
Mauricio Siu
7afd2c290c feat: add GithubStars component to display GitHub stars with animated visuals and integrate it into the Header component 2025-11-05 01:16:24 -06:00
Mauricio Siu
4d525715e7 feat: implement blog page structure with post listing, filtering, and individual post views; add components for code highlighting, table of contents, and zoomable images 2025-11-05 01:12:31 -06:00
Mauricio Siu
b51c6a8f58 refactor: remove internationalization middleware and related localization files; update layout and components to use new translation utility 2025-11-05 01:11:41 -06:00
Jan Korbay
40aa760d67 docs: update applications advanced docs; make file mount more specific 2025-10-27 14:27:10 +01:00
Fradd747
f71cbf04aa feat: update file mount configuration image for latest version 2025-10-27 14:26:52 +01:00
Mauricio Siu
d0c5bf91ab fix: update GitHub stars count in statistics from 25000 to 26000 2025-10-26 01:45:40 -06:00
Mauricio Siu
6113a977ce feat: add login and sign-up links to the layout configuration with corresponding icons 2025-10-15 22:13:14 -06:00
Mauricio Siu
7e810fa809 feat: enhance contact form with first and last name fields, integrate HubSpot submission, and update localization files 2025-10-11 00:52:26 -06:00