Commit Graph

6 Commits

Author SHA1 Message Date
leo
f129606b8f
add bulk changes
All checks were successful
continuous-integration/drone/push Build is passing
* add handlers for signin,singup,logout...
* introduce ent ORM and add user schema
* add live mode, devel mode to selectively turn on features via
  config/flags
* add templates, handle embedding moar smarter:
  * live mode uses live folder structure, else embedded templates are
    used
* start using tailwindcss to style stuff
* add development goodies for hot-reloading (browser-sync - bs.js)
* pimp-up config.dhall with actual custom config Type (enables remote
  schema and local values only as needed)
* add justfile (alternative to makefile for process automation)
2023-04-13 00:07:08 +02:00
leo
345838cc76
go: add secure middleware 2023-03-22 23:15:04 +01:00
leo
5937a24ad9
go: add a handler for admin endpoint(s) 2023-03-22 23:11:14 +01:00
leo
5cfad662fc
go: make StartupSettings a method 2023-03-22 23:04:57 +01:00
leo
c945c9fcb7
go: add a method to setup routes 2023-03-22 23:03:21 +01:00
leo
6194f36d73
go: add app struct bearing e,logger; own startup 2023-03-22 22:13:23 +01:00