Commit Graph

353 Commits

Author SHA1 Message Date
Mauricio Siu
7e1d9df7e1 fix: update navigation link for issue reporting
- Changed the button link in the Navigation component to direct users to the new issues page for templates instead of the discussions page for ideas.
2025-03-24 00:14:24 -06:00
Jonathan Gotti
cdacdfdfe6
Create meta.json 2025-03-24 01:44:59 +01:00
Jonathan Gotti
81152d2555
Update docker-compose.yml 2025-03-24 01:38:32 +01:00
Jonathan Gotti
8cf5891dfc
Add icon 2025-03-24 01:20:18 +01:00
Jonathan Gotti
f25522325d
Create docker-compose.yml 2025-03-24 01:19:04 +01:00
Jonathan Gotti
168ff3999c
Create template.yml 2025-03-24 01:18:15 +01:00
Mauricio Siu
8613af7942
Merge pull request #29 from drudge/update/budibase
chore: bump budibase to 3.5.3
2025-03-23 04:26:54 -06:00
Mauricio Siu
6780c8ce4f
Merge pull request #30 from drudge/update/n8n
chore: bump n8n version to 1.83.2
2025-03-23 04:26:48 -06:00
Mauricio Siu
0833fc20e4
Merge pull request #31 from drudge/update/kimai
chore: bump kimai version to 2.31.0
2025-03-23 04:26:41 -06:00
Nicholas Penree
0a91e7df9c chore: bump kimai version to 2.31.0 2025-03-20 21:24:51 -04:00
Nicholas Penree
66c53764a2 chore: bump n8n version to 1.83.2 2025-03-20 21:14:46 -04:00
Nicholas Penree
526b7b9976 chore: bump budibase to 3.5.3 2025-03-20 21:11:04 -04:00
Mauricio Siu
0304bc5408
Merge pull request #25 from mbpictures/patch-1
template: update huly version
2025-03-18 20:59:04 -06:00
Mauricio Siu
0ec010ad85
Merge pull request #26 from DrMxrcy/app/otterwiki
feat: Add OtterWiki
2025-03-18 20:56:47 -06:00
DrMxrcy
8ff4cdd45e feat: Add OtterWiki 2025-03-18 21:32:06 -04:00
Marius
3dfeaedcc6
template: update huly version 2025-03-18 17:06:21 +01:00
Mauricio Siu
06b8db5cb6
Merge pull request #24 from ChrisvanChip/main
Push chatwoot to 4.0.3
2025-03-16 21:36:17 -06:00
Chris
8198f91754
Remove debugging 2025-03-16 22:42:34 +01:00
Chris
8ecb3d73fb
Update docker-compose.yml 2025-03-16 22:39:00 +01:00
Chris
893e0f4e5d
Push chatwoot to 4.0.3 2025-03-16 22:09:20 +01:00
Mauricio Siu
46664e05d5 refactor: clean up build preview workflow by removing commented deployment steps
- Removed commented-out deployment steps for Cloudflare Pages to enhance clarity and focus on the build process.
- Maintained the artifact upload step to ensure build outputs are preserved.
2025-03-16 12:49:58 -06:00
Mauricio Siu
e885e2be29
Merge pull request #22 from Dokploy/fix/ci/cd
refactor: update build preview workflow for clarity and efficiency
2025-03-16 12:36:56 -06:00
Mauricio Siu
05c8bcd839 feat: add deploy preview workflow for Cloudflare Pages
- Introduced a new GitHub Actions workflow to handle deployment of preview builds to Cloudflare Pages upon successful completion of the build preview workflow.
- Configured necessary permissions and steps for downloading build artifacts and deploying to the specified Cloudflare project.
2025-03-16 12:26:21 -06:00
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