Commit Graph

198 Commits

Author SHA1 Message Date
Mauricio Siu
ee91373ea7 Update AdGuard Home template.toml to streamline configuration
- Removed unnecessary environment variable and mounts sections for a cleaner setup.
- Ensured the template focuses on essential configuration parameters for AdGuard Home.
2025-03-30 13:21:46 -06:00
Mauricio Siu
f2b6b3fa10 Reintroduce AdGuard Home entry in meta.json
- Restored AdGuard Home metadata including description, logo, links, and tags.
- Ensured consistency in the structure of the meta.json file.
2025-03-30 13:15:57 -06:00
Mauricio Siu
720ca72c0a Add AdGuard Home blueprint with Docker Compose and metadata
- Introduced AdGuard Home entry in meta.json with detailed description, logo, and relevant links.
- Added Docker Compose configuration for AdGuard Home service.
- Created template.toml for AdGuard Home configuration with default variables.
2025-03-30 13:15:20 -06:00
Mauricio Siu
60c1c62264 Refactor README and Ackee template.toml to use TOML format
- Updated README.md to replace YAML configuration with TOML format for clarity and consistency.
- Modified the Ackee template.toml to correct the host variable from `${main_domain}` to `${domain}` for accurate configuration.
2025-03-30 13:09:45 -06:00
Mauricio Siu
996600bf55 Update Ackee Docker Compose to include MongoDB data volume
- Added a volume for MongoDB to persist data across container restarts.
- Cleaned up the Docker Compose file by removing unnecessary blank lines.
2025-03-30 13:05:13 -06:00
Mauricio Siu
2b6d0cb694 Add MongoDB root password variable to Ackee template.toml
- Added MONGO_INITDB_ROOT_PASSWORD to the configuration for improved security and setup flexibility.
2025-03-30 13:02:46 -06:00
Mauricio Siu
187108f0e7 Add Ackee entry to meta.json with relevant details and links
- Included Ackee as a self-hosted analytics tool with its description, logo, and associated links.
- Added tags for better categorization.
2025-03-30 13:00:45 -06:00
Mauricio Siu
722ce8ca2e Add Ackee blueprint with Docker Compose and configuration files
- Introduced Docker Compose setup for Ackee service and MongoDB.
- Added logo for Ackee.
- Created template.toml for Ackee configuration with default variables.
2025-03-30 12:59:48 -06:00
Mauricio Siu
e57c7cac96
Merge pull request #50 from Dokploy/feat/add-pgadmin
Add pgAdmin blueprint with Docker Compose and metadata
2025-03-30 04:37:34 -06:00
Mauricio Siu
482ad1f927 Remove unused network configuration from pgAdmin Docker Compose file 2025-03-30 04:36:08 -06:00
Mauricio Siu
495dd53f80 Update pgAdmin template.toml to set default admin email 2025-03-30 04:34:37 -06:00
Mauricio Siu
6401bbdd0a Add pgAdmin blueprint with Docker Compose and metadata
- Introduced pgAdmin entry in meta.json with relevant details and links.
- Added Docker Compose configuration for pgAdmin service.
- Included pgAdmin logo and template.toml for configuration settings.
2025-03-30 04:33:29 -06:00
Mauricio Siu
5e53a3a4fc
Merge pull request #49 from Dokploy/feat/reaplce-yaml-with-toml
Feat/reaplce yaml with toml
2025-03-30 04:12:27 -06:00
Mauricio Siu
ec644490be refactor: convert template.yml files to template.toml format
- Updated the script to convert 'template.yml' files to 'template.toml' files during directory processing.
- Added new 'template.toml' files for Backrest and BlinkO blueprints with appropriate configuration settings.
2025-03-30 04:04:27 -06:00
Mauricio Siu
38e8d9e66a Merge branch 'main' into feat/reaplce-yaml-with-toml 2025-03-30 03:53:16 -06:00
Mauricio Siu
f922d109b9
Merge pull request #43 from DrMxrcy/app/blinko
Add Blinko
2025-03-30 03:51:06 -06:00
Mauricio Siu
405acfc145 Add Backrest entry to meta.json with details and links 2025-03-30 03:50:54 -06:00
Mauricio Siu
84d9271cc1 Merge branch 'main' into app/blinko 2025-03-30 03:49:40 -06:00
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