summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-03-27Remove systemd-specific codexengineering
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.
2023-03-27Switch to simple.cssxengineering
This very simple CSS framework is far better / beautiful / easy to maintain than my own CSS.
2023-03-27Pass appdata directory by argumentxengineering
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.
2022-05-16Implement CSS installationxengineering
2022-05-16Deploy HTML via Makefilexengineering
2022-05-16Fix sysusers installationxengineering
2022-05-16Remove unnecessary mkdir in Makefilexengineering
2022-05-16Implement install of systemd filesxengineering
2022-05-15Add Makefilexengineering