Commit Graph

230 Commits

Author SHA1 Message Date
Mauricio Siu
04efd82725
Update blueprints/blinko/template.yml 2025-03-30 03:47:53 -06:00
Mauricio Siu
b774a045fc
Merge pull request #36 from maelp/main
Add Backrest web backup
2025-03-30 03:41:24 -06:00
Mauricio Siu
6b2287dc9e
Update docker-compose.yml 2025-03-30 03:40:41 -06:00
Mauricio Siu
71ff264c19 docs: update README to reflect changes from template.yml to template.toml
- Revised references in the README to replace 'template.yml' with 'template.toml'.
- Updated the structure section to provide details on the new TOML format for variables and configuration settings.
2025-03-30 01:39:44 -06:00
Mauricio Siu
3a1f5f7c88 refactor: standardize domain configuration in template files
- Updated the configuration structure in multiple blueprint template files to ensure consistent formatting for 'domains' and 'env' sections.
- Adjusted indentation and alignment for better readability across various templates.
2025-03-30 01:36:48 -06:00
Mauricio Siu
291ef71661 refactor: remove lowcoder template YAML file
- Deleted the 'template.yml' file from the lowcoder blueprint as part of the transition to TOML format.
2025-03-30 01:29:44 -06:00
Mauricio Siu
99304283f6 refactor: update configuration structure in lowcoder template
- Changed the configuration sections from single entries to arrays for 'domains' and 'env' in template.toml to allow for multiple configurations in the future.
2025-03-30 01:18:59 -06:00
Mauricio Siu
a14872b61f fix: update ENABLE_USER_SIGN_UP value type in lowcoder template
- Changed the ENABLE_USER_SIGN_UP configuration from a string to a boolean in template.toml for better type consistency.
2025-03-30 01:16:00 -06:00
Mauricio Siu
5a9c5ccaac feat: add lowcoder template configuration in TOML format
- Introduced a new 'template.toml' file for the lowcoder blueprint.
- Defined variables and configuration settings including domain, encryption, and API key secrets.
2025-03-30 01:15:29 -06:00
Mauricio Siu
70c35b7fb7 Merge branch 'main' into feat/reaplce-yaml-with-toml 2025-03-30 01:13:45 -06:00
Mauricio Siu
4d089e1f58 refactor: remove unused blueprints path variable
- Deleted the blueprints path variable from script.js as it is no longer needed after recent changes to the template file format.
2025-03-30 00:56:01 -06:00
Mauricio Siu
efe26cc173 refactor: remove deprecated YAML template files
- Deleted all 'template.yml' files from various blueprints as part of the transition to TOML format.
- Updated the script to delete the 'template.yml' files instead of converting them to 'template.toml'.
2025-03-30 00:55:40 -06:00
Mauricio Siu
2dab17bbc0 refactor: change template file format from YAML to TOML
- Updated the TemplateDialog and TemplateGrid components to use 'template.toml' instead of 'template.yml'.
- Modified the CodeEditor component to support 'toml' as a valid language option.
2025-03-30 00:54:42 -06:00
Mauricio Siu
d21f87f42c fix: update template file extension in validation workflow
- Changed the expected template file from 'template.yml' to 'template.toml' in the GitHub Actions validation workflow to reflect recent changes in file format.
2025-03-30 00:52:31 -06:00
Mauricio Siu
0f16376f98 chore: add yaml and toml dependencies, and create script for converting YAML to TOML
- Added 'yaml' and '@iarna/toml' dependencies in package.json.
- Created a new script.js file to process YAML files and convert them to TOML format.
- Added template.toml files for various blueprints in the blueprints directory.
2025-03-30 00:51:49 -06:00
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