Commit Graph

230 Commits

Author SHA1 Message Date
Mauricio Siu
04d83432df fix: remove unnecessary comment from build preview workflow
- Eliminated an internal issue comment from the artifact upload step for clarity.
- Ensured the workflow remains clean and focused on essential configurations.
2025-03-16 12:25:26 -06:00
Mauricio Siu
0ef9970aff refactor: update build preview workflow for clarity and efficiency
- Renamed job to "Build Preview Deployment" and adjusted concurrency settings.
- Streamlined steps by removing unnecessary permissions and comments.
- Updated pnpm action to the latest version and ensured Node.js setup is consistent.
- Removed deployment step to Cloudflare Pages and related verification steps for simplification.
2025-03-16 12:24:30 -06:00
Mauricio Siu
6584947972
Merge pull request #21 from Dokploy/feat/preview-cloudflare-pages
feat: add GitHub Actions workflows for build and deploy preview
2025-03-16 11:31:44 -06:00
Mauricio Siu
c0449a62bb chore: add production deployment workflow for Cloudflare Pages
- Introduced a new GitHub Actions workflow for deploying the application to Cloudflare Pages upon pushes to the main branch.
- Configured steps for Node.js setup, dependency installation, and build processes using pnpm.
- Included necessary permissions and secrets for secure deployment.
2025-03-16 11:30:44 -06:00
Mauricio Siu
d198755d25 chore: remove deploy preview workflow from GitHub Actions
- Deleted the deploy preview workflow file as it is no longer needed.
- This change simplifies the workflow configuration and reduces maintenance overhead.
2025-03-16 11:19:59 -06:00
Mauricio Siu
6779856340 chore: update build preview workflow to include deployment step
- Renamed job to "Build and Deploy Preview" for clarity.
- Added a deployment step to Cloudflare Pages with necessary configurations.
- Updated permissions to include deployment rights.
2025-03-16 11:17:03 -06:00
Mauricio Siu
6687f2723d chore: enhance build preview workflow with additional debug information
- Updated workflow name to use quotes for consistency.
- Added event name and event type to the debug output for improved context during deployments.
2025-03-16 11:15:34 -06:00
Mauricio Siu
1bb88e7c93 chore: refactor GitHub Actions workflow for clarity and structure
- Updated workflow trigger to use a list format for better readability.
- Separated the deploy preview job into distinct steps for improved organization.
- Enhanced debug information to provide more detailed event context.
- Updated artifact download action to the latest version for better performance.
2025-03-16 11:14:43 -06:00
Mauricio Siu
7e9dda562b chore: update GitHub Actions workflows for improved artifact handling and debugging
- Added an ID to the artifact upload step for better tracking.
- Enhanced the verification step to include workflow and repository information.
- Updated permissions to allow writing actions in the deploy workflow.
- Added debug information to the deploy workflow for better visibility of event details.
2025-03-16 11:12:45 -06:00
Mauricio Siu
2291e9a5d1 chore: enhance GitHub Actions workflow with additional steps and permissions
- Updated permissions to allow writing actions.
- Added a step to list build output for verification.
- Included a verification step to confirm artifact upload completion.
2025-03-16 11:10:02 -06:00
Mauricio Siu
5aa80f8c96 chore: update GitHub Actions workflow permissions and artifact retention
- Added permissions for reading contents, actions, and writing pull requests.
- Set artifact retention period to 1 day for the preview build.
2025-03-16 11:06:50 -06:00
Mauricio Siu
4f25e703d0
Update README.md 2025-03-16 11:04:58 -06:00
Mauricio Siu
4fde69f674 feat: add GitHub Actions workflows for build and deploy preview
- Introduced a new workflow for building the preview site and uploading build artifacts.
- Added a deployment workflow to Cloudflare Pages triggered by the successful completion of the build workflow.
- Configured Node.js and pnpm for dependency management and build processes.
2025-03-16 11:02:43 -06:00
Mauricio Siu
986f73c0be
Merge pull request #13 from Dokploy/11-supabase-template-fails-running
chore(ui): adjust padding and logo size in Navigation and Search comp…
2025-03-15 13:19:01 -06:00
Mauricio Siu
a3d3c32112 fix: standardize command substitution syntax in Supabase template SQL scripts
- Updated command substitution syntax to use backticks consistently across SQL scripts.
- Ensured proper formatting for JWT and PostgreSQL user settings.
2025-03-15 13:16:06 -06:00
Mauricio Siu
e422bf9ecd fix: correct password handling syntax in Supabase template SQL scripts
- Updated the password setting syntax to use backticks for command substitution.
- Ensured the echo command for the POSTGRES_PASSWORD variable is correctly formatted.
2025-03-15 13:13:14 -06:00
Mauricio Siu
0b41b1513d fix: correct password handling syntax in Supabase template SQL scripts
- Updated the password setting syntax to use backticks for command substitution.
- Ensured the echo command for the POSTGRES_PASSWORD variable is correctly formatted for production environments.
2025-03-15 13:10:41 -06:00
Mauricio Siu
20e3889d4c refactor: improve formatting and consistency in Supabase template logging configuration
- Added a blank line for better separation in the configuration.
- Corrected regex pattern formatting for clarity.
- Ensured consistent indentation for logging sink configurations.
2025-03-15 12:47:06 -06:00
Mauricio Siu
c358d824fd refactor: standardize indentation and formatting in Supabase template logging configuration
- Adjusted indentation for better readability.
- Reformatted logging sink configurations for consistency and clarity.
2025-03-15 12:24:53 -06:00
Mauricio Siu
1b20dd74d1 refactor: clean up Deno function and logging URIs in Supabase template
- Reformatted Deno function response and improved readability.
- Updated logging URIs to use consistent string interpolation syntax.
- Ensured error messages and log paths are correctly formatted for clarity.
2025-03-15 12:15:21 -06:00
Mauricio Siu
4d5eddd1d4 fix: update password handling in Supabase template SQL scripts
- Changed password setting syntax to use single quotes for consistency.
- Ensured the password echo command is correctly formatted for production environments.
2025-03-15 12:12:54 -06:00
Mauricio Siu
72a574a85d feat: enhance Supabase template with new routes and database configurations
- Added new routes for Realtime, Storage, Edge Functions, Analytics, and Database access.
- Implemented ACL and key-auth plugins for enhanced security.
- Updated database initialization scripts for JWT and role management.
- Improved logging configuration for better observability.
2025-03-15 12:08:51 -06:00
Mauricio Siu
9ec6c4f944 chore(ui): adjust padding and logo size in Navigation and Search components 2025-03-15 12:01:55 -06:00
Mauricio Siu
205179f816
Merge pull request #9 from zaaakher/ui/minor-fixes
chore: minor ui fixes
2025-03-11 22:45:13 -06:00
Zakher Masri
6b812866bd fix: bottom padding in dialog header 2025-03-12 06:51:51 +03:00
Zakher Masri
3866b6b382 chore: minor ui fixes 2025-03-12 06:50:36 +03:00
Mauricio Siu
96ee890079
Merge pull request #8 from zaaakher/ui/loading
chore(ui): improve search UI
2025-03-11 20:50:18 -06:00
Mauricio Siu
523d12e6f3 Merge branch 'main' into ui/loading 2025-03-11 20:49:16 -06:00
Mauricio Siu
3a400a86e2
Merge pull request #7 from zaaakher/feat/tags
feat: add tags and ability to filter by them
2025-03-11 20:48:43 -06:00
Mauricio Siu
53359d81c5 Merge branch 'main' into feat/tags 2025-03-11 20:48:25 -06:00
Mauricio Siu
958d896c3a
Merge pull request #6 from zaaakher/chore/ui-2
chore(ui): improve template dialog
2025-03-11 20:47:39 -06:00
Mauricio Siu
f9ba3adf8f
Merge branch 'main' into chore/ui-2 2025-03-11 20:47:31 -06:00
Mauricio Siu
5e54d001e6
Merge pull request #5 from zaaakher/chore/ui-1
chore: ui improvements + add github button
2025-03-11 20:44:26 -06:00
Mauricio Siu
8a9bc2f02d chore: Add Zustand state management library 2025-03-11 20:44:16 -06:00
Zakher Masri
f84929af35 chore: minor ui fixes 2025-03-11 18:10:55 +03:00
Zakher Masri
8edfd658f6 fix: clicking on tag in card 2025-03-11 17:55:50 +03:00
Zakher Masri
df2ddfdab0 chore(ui): improve search UI 2025-03-11 17:43:30 +03:00
Zakher Masri
cf5195f40c chore: ability to click tag in card 2025-03-11 17:19:40 +03:00
Zakher Masri
41f66e23a4 feat: add tags ability to filter by tags 2025-03-11 17:15:21 +03:00
Zakher Masri
41e6f00685 fix: dialog close button z index 2025-03-11 16:40:52 +03:00
Zakher Masri
0028fcffc7 chore(ui): improve template dialog 2025-03-11 16:38:13 +03:00
Zakher Masri
42302fd53d chore: ui improvements + add github button 2025-03-11 16:03:44 +03:00
Mauricio Siu
197f4e20f7
Merge pull request #3 from knowsuchagency/fix-hoarder-1
fix hoarder docker compose template
2025-03-11 00:49:11 -06:00
Stephan Fitzpatrick
2b264c868c
fix hoarder docker compose template 2025-03-10 22:13:46 -07:00
Mauricio Siu
023367da8c
Update template.yml 2025-03-10 03:21:24 -06:00
Mauricio Siu
d642f231a1 docs: Minor README configuration path syntax correction 2025-03-10 00:42:58 -06:00
Mauricio Siu
fef6046861 docs: Update README with additional template testing instructions 2025-03-10 00:42:35 -06:00
Mauricio Siu
85e427ac63
Merge pull request #2 from Dokploy/feat/templates
feat: Add numerous new blueprint templates for various applications
2025-03-10 00:41:11 -06:00
Mauricio Siu
df6f80cc59 feat: Integrate CodeMirror for enhanced code viewing with syntax highlighting 2025-03-10 00:39:32 -06:00
Mauricio Siu
f2be84585e feat: Add copy to clipboard functionality for Docker Compose and configuration files 2025-03-10 00:32:47 -06:00