Add validation for the template.toml file in CI #150

Open
opened 2025-11-22 20:31:13 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @Shrest4647 on GitHub (Nov 10, 2025).

FYI: I am not good at toml.
During few of my pull requests, I have noticed this pattern of errors in which the problems in template.toml file syntax would pass undetected throughout my local test, and also the CI. I only notice it when fetching the template to run on a dokploy instance sometimes only after deploy. Although one could say it's a skill issue but I bet even seasoned developers would appreciate these fixes considering the convoluted toml syntax compared to yaml.

Some solutions for better experience:

  • Add a script for validating the template.toml file locally as well as on CI.
  • Add a detailed docs for the template.toml with multiple examples ranging from basic to advanced.
Originally created by @Shrest4647 on GitHub (Nov 10, 2025). FYI: I am not good at toml. During few of my pull requests, I have noticed this pattern of errors in which the problems in `template.toml` file syntax would pass undetected throughout my local test, and also the CI. I only notice it when fetching the template to run on a dokploy instance sometimes only after deploy. Although one could say it's a skill issue but I bet even seasoned developers would appreciate these fixes considering the convoluted toml syntax compared to yaml. Some solutions for better experience: - Add a script for validating the template.toml file locally as well as on CI. - Add a detailed docs for the template.toml with multiple examples ranging from basic to advanced.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#150