mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #49] [MERGED] Feat/reaplce yaml with toml #186
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/49
Author: @Siumauricio
Created: 3/30/2025
Status: ✅ Merged
Merged: 3/30/2025
Merged by: @Siumauricio
Base:
main← Head:feat/reaplce-yaml-with-toml📝 Commits (10+)
0f16376chore: add yaml and toml dependencies, and create script for converting YAML to TOMLd21f87ffix: update template file extension in validation workflow2dab17brefactor: change template file format from YAML to TOMLefe26ccrefactor: remove deprecated YAML template files4d089e1refactor: remove unused blueprints path variable70c35b7Merge branch 'main' into feat/reaplce-yaml-with-toml5a9c5ccfeat: add lowcoder template configuration in TOML formata14872bfix: update ENABLE_USER_SIGN_UP value type in lowcoder template9930428refactor: update configuration structure in lowcoder template291ef71refactor: remove lowcoder template YAML file📊 Changes
235 files changed (+3412 additions, -3396 deletions)
View changed files
📝
.github/workflows/validate.yml(+2 -2)📝
README.md(+32 -30)📝
app/package.json(+2 -0)📝
app/pnpm-lock.yaml(+30 -11)➕
app/script.js(+36 -0)📝
app/src/components/TemplateDialog.tsx(+1 -1)📝
app/src/components/TemplateGrid.tsx(+1 -1)📝
app/src/components/ui/code-editor.tsx(+1 -1)➕
blueprints/activepieces/template.toml(+21 -0)➖
blueprints/activepieces/template.yml(+0 -21)➕
blueprints/actualbudget/template.toml(+11 -0)➖
blueprints/actualbudget/template.yml(+0 -12)➕
blueprints/alist/template.toml(+11 -0)➖
blueprints/alist/template.yml(+0 -12)➕
blueprints/answer/template.toml(+12 -0)➖
blueprints/answer/template.yml(+0 -15)➕
blueprints/appsmith/template.toml(+11 -0)➖
blueprints/appsmith/template.yml(+0 -12)➕
blueprints/appwrite/template.toml(+143 -0)➖
blueprints/appwrite/template.yml(+0 -139)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.