Commit Graph

71 Commits

Author SHA1 Message Date
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
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
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
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
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
6b2287dc9e
Update docker-compose.yml 2025-03-30 03:40:41 -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
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
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
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
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
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
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
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
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
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