Commit graph

6 commits

Author SHA1 Message Date
ff226908ea
fix: separate description and preview
since description allows html tags, you may end up with escaped html
inside the embed preview description. add a separate config option
2024-01-16 20:30:43 +01:00
6824526c27
fix: make sure we don't fetch concurrently 2024-01-04 04:34:46 +01:00
eb858264ca
feat: allow customizing footer/descr with html 2024-01-03 22:32:42 +01:00
5d83cf39b9
feat: bundle and serve logo + favicon too
~500kB more, but binary is already ~24MB
to change those just replace files inside ./web/ and rebuild, at runtime
it's possible to add hrefs to other locations but not to change the
static file served (because we don't read fs at runtime)
2024-01-03 22:30:44 +01:00
878db4c3c3
fix: larger tiny text 2024-01-03 20:00:05 +01:00
6ad5bc86bb
feat: integrated frontend
also fix `$ guestbook default` and refactored a little
2024-01-03 18:16:54 +01:00