aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/ba/back/contrib (unfollow)
Commit message (Collapse)Author
2025-03-09pkgs/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 templating language because I needed to touch most code paths anyway.
2024-12-31fix(pkgs/back/contrib/config.json): add root_urlSilas Schöffel
2024-12-26chore(pkgs/back): Add missing license headersBenedikt Peetz
2024-12-26fix(pkgs/back): Use rocket to manage the configuration valuesBenedikt Peetz
This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes.