Commit Graph

315 Commits

Author SHA1 Message Date
DrMxrcy
8a214b00f9 Fix Postgres 2025-03-28 13:58:28 -04:00
DrMxrcy
270843ba39 Add Blinko 2025-03-28 13:52:13 -04:00
Mauricio Siu
5ad0e0dc65
Update meta.json 2025-03-26 01:59:13 -06:00
Mauricio Siu
7050ed95e7
Merge branch 'main' into main 2025-03-26 01:57:20 -06:00
Mauricio Siu
31038da0f8
Update docker-compose.yml 2025-03-26 01:56:34 -06:00
Mauricio Siu
0180f74eba
Merge pull request #33 from malko/lowcoder
Add Lowcoder template
2025-03-26 01:52:57 -06:00
Mauricio Siu
47f31b80cd
Update template.yml 2025-03-26 01:49:16 -06:00
Mael
4d55a64895
Update blueprints/backrest/docker-compose.yml
Co-authored-by: Nicholas Penree <nick@penree.com>
2025-03-24 18:09:35 +01:00
Mael
71d6fe7161
Update blueprints/backrest/docker-compose.yml
Co-authored-by: Nicholas Penree <nick@penree.com>
2025-03-24 18:09:28 +01:00
Mael Primet
b4926c1de1 feat: add backrest 2025-03-24 16:24:06 +01:00
malko
8919bb077d Remove unused meta.json and update readme 2025-03-24 08:44:30 +01:00
Jonathan Gotti
ed9c3e6ab5
Update meta.json 2025-03-24 08:37:33 +01:00
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