This is a thing that makes your URLs shady.
- Run
init.sh
- Put the SSL
key.pem
andcert.pem
from your certificate provider (or self-signed) along withmimetypes.txt
andconfig.toml
in the directory you intend to runshadyurl
.
This project uses Meson. Run meson setup build && cd build && meson compile && meson install
to install it.
This project depends on a C++20 compiler, OpenSSL, Boost, pthreads, and sqlite3.