TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Oroboros – templated configuration server

10 pointsby eggsbyover 10 years ago

1 comment

eggsbyover 10 years ago
I made oroboros for working with large collections of app and server configuration that need to be shared across many systems.<p>Previously I had been using an automation tool to template my configuration variables and found myself frustrated that I couldn&#x27;t access their processed values outside of the tool.<p>Oroboros exposes all configuration as JSON over HTTP by recursively templating &amp; assembling configuration files under some directory. This makes it simple to track &amp; release changes through version control.<p>This project solves a particular need of mine, hopefully someone else find will find useful it as well.<p>Happy Hacking,<p>Thomas