No description
Find a file
Vincent Ambo c3586aa8ba feat(infra/k8s): Rewrite cgit URLs by routing them through nginx
Configures nginx to rewrite all requests to cgit, except for those
retrieving static files, to `/depot/`.

In combination with the previous commits that apply patches to cgit
itself, this effectively means that the depot is rendered on the site
root.

This is pretty cool: It lets people do stuff like `git clone
https://git.tazj.in` and get the depot!
2019-12-20 18:42:56 +00:00
infra feat(infra/k8s): Rewrite cgit URLs by routing them through nginx 2019-12-20 18:42:56 +00:00
overrides fix(buildGo): Use builder directory as fake $HOME 2019-12-20 14:30:36 +00:00
secrets feat(infra/k8s): Add git cookie secret for repository sync 2019-12-20 13:15:58 +00:00
services feat(cgit-taz): Enable display of remote branches in listing 2019-12-20 18:39:58 +00:00
third_party chore(third_party): Expose nginx 2019-12-20 15:48:22 +00:00
tools fix(tools): Correctly resolve kms_pass->pass 2019-12-20 13:13:06 +00:00
.envrc feat(tools): Introduce pass-compatible wrapper using Cloud KMS 2019-09-03 16:12:30 +01:00
.gitignore chore: Catch all Nix results in gitignore 2019-09-02 17:12:06 +01:00
.travis.yml refactor: Move CI setup to separate Nix file 2019-12-09 10:58:09 +00:00
ci-builds.nix chore(build): Build tools.emacs in CI 2019-12-14 16:00:04 +00:00
default.nix chore(build): Add package required for buildGo at the top-level 2019-12-19 15:38:53 +00:00
LICENSE chore: Keep project root under MIT license 2019-06-28 22:56:48 +01:00
read-tree.nix feat(readTree): Add support for skipping directory subtrees 2019-12-19 15:33:30 +00:00
README.md docs: fix typo 2019-12-16 14:24:16 +00:00

depot

Build Status

This repository is the monorepo for my personal infrastructure. It is built using Nix and services are deployed on Google Cloud Platform using Nixery.

Everything in here is MIT-licensed unless otherwise indicated in a service subfolder.