Commit Graph

12 Commits

Author SHA1 Message Date
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
47f31b80cd
Update template.yml 2025-03-26 01:49:16 -06: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