[GH-ISSUE #519] Add validation for the template.toml file in CI #684

Open
opened 2026-04-16 11:12:34 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @Shrest4647 on GitHub (Nov 10, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/519

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). Original GitHub issue: https://github.com/Dokploy/templates/issues/519 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#684