Hyperlink-Redirect/README.md

49 lines
978 B
Markdown
Raw Permalink Normal View History

2023-08-29 18:41:56 -04:00
# Hyperlink-Redirect
2023-09-23 00:44:32 -04:00
A "useful" tool for turning hyperlinks into redirects in the name of shortening hyperlinks! 🧠 🧑‍🔬
2023-09-23 01:03:27 -04:00
## Run locally
### Install dependencies
2023-10-08 02:08:20 -04:00
zef -v install --deps-only .
2023-09-23 01:03:27 -04:00
### Run the guy
./bin/hyperlink-redirect
2023-09-23 01:03:27 -04:00
2023-10-08 00:06:08 -04:00
## Container stuff
### Build
podman build -t hyperlink-redirect .
### Tag
podman tag hyperlink-redirect \
git.minimally.online/swaggboi_priv/hyperlink-redirect
### Push
podman push git.minimally.online/swaggboi_priv/hyperlink-redirect
### Pull
podman pull git.minimally.online/swaggboi_priv/hyperlink-redirect
### Run
podman run -dt --rm --name hyperlink-redirect -p 3003:3000 \
hyperlink-redirect
### Generate unit file
podman generate systemd --files --new --name hyperlink-redirect
2023-09-23 00:44:32 -04:00
## TODO
2023-11-13 21:56:36 -05:00
1. Charset should be `utf-8` not `utf8` (in Content-Type response header)
1. Verify status of meta-refresh; should it be 200 or 3xx?
1. Tests
1. Test UTF-8 chars in return-url