Commit Graph

11 Commits

Author SHA1 Message Date
decentral1se 49fa1fde14
chore: ignore new test files 2022-04-10 10:21:06 +02:00
Henry a249fd8bee fix SPDX headers and add reuse API badge 2021-10-08 14:39:31 +02:00
Peter van der Meulen 93208fa1e3 Add docker and docker-compose with instructions for people that want to deploy that way. 2021-06-06 23:19:53 +02:00
henry 1f680c5cf6 use goreleaser for packaging .deb release
updates #203
2021-05-24 16:31:20 +02:00
Henry e7b4d171d9 add deployment version of style.css 2021-05-18 18:34:02 +02:00
Henry cec7bc0e44 add flash message helper 2021-04-12 14:09:09 +02:00
cblgh c7b7d2ebd1 ignore vim swap files 2021-03-16 14:08:12 +01:00
Henry e013a5604d meta fixes
* update gitignore
* dont commit testruns
* fix github actions script
2021-03-11 09:31:46 +01:00
Andre Staltz 0eb957dbb8
fix css flash-of-unstyled-content 2021-02-12 17:34:20 +02:00
Andre Staltz 8401472b8f
setup Tailwind css project in web/styles 2021-02-11 18:30:16 +02:00
Henry 830678c914 admindb: add migrations based on rubenv/sql-migrate
This removes the nasty need for creating the database manually.

Migrations are kept in an embedded filesystem, just like the templates
and assets for the web frontend. The same -tags dev trick applies for
them.
2021-02-09 16:49:48 +01:00