You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're looking for an **executable** to run your webserver with, see [Mölla](https://github.com/Icelk/moella).
24
43
Using Mölla, you can configure your host(s), add a search engine, authentication, and other parts of the
@@ -36,7 +55,7 @@ If you need to develop custom extension (like [those on icelk.dev](https://githu
36
55
you need to compile Kvarn yourself. Luckily,
37
56
[Mölla makes it easy to add custom extensions](https://github.com/Icelk/icelk.dev/blob/659df7f19b2ac22efbe4d20f0978c9f58964c76b/server/src/main.rs#L13-L21).
38
57
39
-
To use the latest and greatest you can add Kvarn as a git dependency:
58
+
To use the latest and greatest you can add Kvarn as a git dependency, though the latest version is recommended:
To increase security, build-times, reliability, and speed, I use the minimal reasonable number of dependencies.
67
+
To increase security, build-times, reliability, and speed, I use dependencies sparingly.
49
68
50
69
The two heavy-hitters are `tokio` (async runtime for async networking, file access, and extensions) and `rustls` (for encryption, optional if you want to run a unsafe (often local) web server).
51
70
`brotli` and `flate2` are enabled by default to provide compression, but can be turned off.
0 commit comments