Commit message (Collapse) | Author | ||
---|---|---|---|
3 days | hosts/server2: Use new back config | Benedikt Peetz | |
3 days | pkgs/back/package.nix: Include the html templates in the build source | Benedikt Peetz | |
3 days | pkgs/back/config: Also try to open a repo if a directory with `.git` exists | Benedikt Peetz | |
3 days | pkgs/back: Do not store repositories in config | Benedikt Peetz | |
Otherwise, back will need to be restarted every time a new repository is added or removed. | |||
3 days | {modules,tests}/back: Update to deal with newest back | Benedikt Peetz | |
3 days | pkgs/back/assets/style.css: Format with prettier | Benedikt Peetz | |
3 days | pkgs/back/README.md: Update to reflect current status | Benedikt Peetz | |
3 days | pkgs/back: Support listing all repos via the `/` path | Benedikt 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 |