Age | Commit message (Collapse) | Author |
|
The embed package makes it useless to handle static files from the
source tree during runtime. All those files go simply to the embed.FS
variable and are thus embedded into the binary which is easier to
handle.
|
|
This removes the need to deploy the simple.css file to the target
machine.
|
|
Those two configuration files should not be the same. The default
configuration should be more or less empty while the example
configuration should demonstrate the server's capabilities.
|
|
This source is targeted at all Linux-based operating systems. Since they
are not all based on systemd the removed code should be re-introduced in
packaging repositories for specific distributions.
|
|
This very simple CSS framework is far better / beautiful / easy to
maintain than my own CSS.
|
|
Passing this as part of the configuration file is not flexible. With
args it can be easily tweaked for the debug use case while the default
path for production is included in the argument parsing.
|
|
|
|
|
|
|
|
|
|
|
|
|