about summary refs log tree commit diff stats
path: root/modules/by-name/re/redlib/module.nix (unfollow)
Commit message (Collapse)Author
12 dayshosts/server2: Use new back configBenedikt Peetz
12 dayspkgs/back/package.nix: Include the html templates in the build sourceBenedikt Peetz
12 dayspkgs/back/config: Also try to open a repo if a directory with `.git` existsBenedikt Peetz
12 dayspkgs/back: Do not store repositories in configBenedikt Peetz
Otherwise, back will need to be restarted every time a new repository is added or removed.
12 days{modules,tests}/back: Update to deal with newest backBenedikt Peetz
12 dayspkgs/back/assets/style.css: Format with prettierBenedikt Peetz
12 dayspkgs/back/README.md: Update to reflect current statusBenedikt Peetz
12 dayspkgs/back: Support listing all repos via the `/` pathBenedikt Peetz
This change required porting all webhandling from rocket to hyper, because we needed fine grained control over the path the user requested. This should also improve the memory and resources footprint because hyper is more lower level. I also changed all of the templates from `format!()` calls to a real templat