/opnlab

Primary LanguageHTML

opnlab

Experimental Go API server for homelab

Make sure we are feature complete between API and dashboard

Setup

Running

Start server by running air in base folder. Server will hot-reload on source changes (not database changes).

Database Manual Migrations

  • Up: migrate -source file://migrations -database sqlite://sqlite.db up
  • Down: migrate -source file://migrations -database sqlite://sqlite.db down