gathering / gondul

Network management/monitoring system specialized for temporary events
http://tech.gathering.org
GNU General Public License v2.0
43 stars 10 forks source link

Templating: Support reading templates from POST requests. #146

Closed KristianLyng closed 7 years ago

KristianLyng commented 7 years ago

The idea is simple and easy enough to implement. Instead of requiring pre-existing templates, anyone can make a template and just POST it to gondul for rendering. If it's useful to keep around, we'll add it server-side.

Easy to implement.

Kinda depends on #140