Commit Graph

8 Commits

Author SHA1 Message Date
meeg_leeto d2e82de338 feat: links are logged to a separate file
This should help monitor the use of the link shortener, in particular
for nefarious uses.
Prompted to do this by https://app.y.gy/blog/honeypot

This addition included some minor refactoring.
Of note, is that, previously, every field was required to be defined in
`config.json`. The creation of field-specific types plus the inlcusion
of `#[serde(default)]` does away with this.

Also fixed debug message on config.json version mismatch.
2024-03-01 22:37:47 +00:00
meeg_leeto 4dfa764603 chore: updated config.json to match changes 2022-05-12 19:34:10 +01:00
meeg_leeto 31d8157618 wip: db communication 2022-04-25 17:59:30 +01:00
meeg_leeto c2d813e6c4 fix: finally docker/compose are set up correctly 2022-04-24 23:50:32 +01:00
meeg_leeto 2f3884b223 misc: updated config.json to match new defaults 2022-04-21 22:08:02 +01:00
meeg_leeto a19170db81 wip: flexibility in serve ip/port 2022-04-14 18:14:14 +01:00
meeg_leeto 1cc260b998 wip: still working torwards the Redis oriented arch. 2022-04-14 13:33:32 +01:00
meeg_leeto 703a52ea8f wip: fixes to last commit to successfully run 2022-04-08 22:47:09 +01:00