Commit Graph

10 Commits (master)

Author SHA1 Message Date
James Batt 8559679a99 removed dev db.sqlite3 4 years ago
James Batt d7cb4a0b86 deprecated file:// and recommended the use of sqlite3:// 4 years ago
Gavin Mogan bda474ce34
SQL Storage Support (#37)
* First pass at sql/postgresql support

* didn't realize go build adds but never removes from go.md, delete the sqlx deps

* Migrate storage to uri style

add in sqlite, postgres, mysql

Tests don't pass cause they don't have a db to talk to

Signed-off-by: Gavin Mogan <git@gavinmogan.com>

* update docs

* Refactor to not open till main.go, makes tests work, easier to default to inmemory
4 years ago
James Batt 8b6872f99f gitignore for built docs 4 years ago
PLACE 304a6526cc
basic admin feature, network isolation, docs, helm, k8s, docs (#15)
* wip

* wip

* wip

* wip

* wip

* wip

* helm update

* wip

* wip

* wip

* secret for private key

* updated publish script

* wip

* refactored to mobx, added list all devices for admins

* dockerfile fix

* fixed basic auth

* healthcheck fix

* removed healthcheck because it caused issues with traefik

* helm chart updates

* wip

* wip

* super basic healthcheck endpoint

* wip

* added changelog, updated docs
4 years ago
Antoine Boucher d2ba60e3d3
Change react template, format code and added some comments 4 years ago
James Batt 8e35e75101 added helm 4 years ago
James Batt dff8fcefb1 wip 4 years ago
James Batt e8d88f7e71 wip 4 years ago
James Batt 52df6a6cc7 logging
wip

wip

wip

wip
4 years ago