Commit Graph

19 Commits

Author SHA1 Message Date
73ebb89863 Update Dockerfile 2022-01-26 11:35:47 +01:00
1489cb16bf Update GoReleaser config 2022-01-25 13:20:16 +01:00
d84d2d0905 Replace SQLite with BadgerDB 2022-01-21 11:45:54 +01:00
569f7bc76f Use embed instead of rice 2021-04-26 09:24:45 +02:00
ca3a729c36 Add linter, fix linting issue 2021-04-25 16:23:53 +02:00
d2e97f2acc Fix typo "is" > "if" in CLI cert help text (#63)
* Fix typo "is" > "if" in main.go

* Fix typo "is" > "if" in documentation

Update to match the code.
2021-04-23 20:01:50 +02:00
0d04996f06 Add scope support 2020-10-29 20:55:22 +01:00
fedb425381 Add project management 2020-10-11 17:09:39 +02:00
ba7d88dfc5 Replace Cayley with SQLite3 2020-10-04 11:50:03 +02:00
d48f1f058d Add scaffolding for scope package 2020-10-01 21:46:35 +02:00
ce4805452f Add support for ~ expansion for DB filepath 2020-09-28 21:53:51 +02:00
8712151e8f Change default location of DB 2020-09-28 20:43:43 +02:00
5c7165ebf3 Change default port to :8080 2020-09-28 20:41:43 +02:00
8b04747855 Add support for CA key and certificate generation 2020-09-28 20:37:25 +02:00
91947b9ffa Enforce trailing slashes on API paths
This ensures that the Next.js app works consistently both when running in dev mode as well as when it has been exported to static HTML/JS.
2020-09-27 11:33:10 +02:00
adba24b78f Fix file path for db/cayley pkg 2020-09-27 10:48:16 +02:00
2e88b4abc8 Add initial (rough) database support 2020-09-26 23:36:48 +02:00
618ed61314 Fix package name 2020-09-26 00:15:10 +02:00
226762f8e1 Embed static admin resources on build, add goreleaser config 2020-09-25 02:53:41 +02:00