ccoverstreet / Jablko

Smart Home Interface powered by Go.
MIT License
1 stars 0 forks source link

New jablkoconfig.json format #133

Open ccoverstreet opened 2 years ago

ccoverstreet commented 2 years ago

Since the module configs will reside in their own file, the jablkoconfig.json layout will change. The idea for the new format is shown below:

{
  "port": 8080,
  "jmods": {
    "module/name": {
      "tag": "latest",
      "moretags": "maybepermissionsinthefuture"
    }
  }