Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-11 | r/909 feat(monorepo-gerrit): link to git.tazj.in as source browser | Luke Granger-Brown | 1 | -0/+14 | |
Change-Id: Ia31389a958c1927b63dfebb7c2ed2054177410b4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/23 Reviewed-by: tazjin <mail@tazj.in> | |||||
2020-06-11 | r/907 fix(monorepo-gerrit): Disable 'DynamicUser' feature for Gerrit | Vincent Ambo | 1 | -0/+13 | |
This change makes Gerrit run as the 'git' user, which can be shared by other services such as hound or cgit to access the git trees. Change-Id: Ic6c91f3e852184f5ef21f4374738cbf687462194 Reviewed-on: https://cl.tvl.fyi/c/depot/+/21 Reviewed-by: lukegb <lukegb@tvl.fyi> Reviewed-by: isomer <isomer@tvl.in> | |||||
2020-06-11 | r/906 fix(monorepo-gerrit): Extract SSH username from LDAP correctly | Vincent Ambo | 2 | -2/+3 | |
2020-06-11 | r/905 feat(tvl-slapd): Add lukegb's user account | Vincent Ambo | 1 | -0/+9 | |
2020-06-11 | r/904 fix(monorepo-gerrit): Configure nginx reverse proxy correctly | Vincent Ambo | 1 | -3/+7 | |
Configures the reverse-proxy as per Gerrit's documentation at https://gerrit-review.googlesource.com/Documentation/config-reverseproxy.html | |||||
2020-06-11 | r/903 feat(ops/nixos/modules): Add myself. | Perry Lorier | 1 | -6/+15 | |
Also alphabetise | |||||
2020-06-11 | r/902 chore(ops/nixos/modules): Add riking to slapd | Kane York | 2 | -0/+14 | |
2020-06-11 | r/899 feat(monorepo-gerrit): Configure Gerrit for LDAP authentication | Vincent Ambo | 1 | -0/+15 | |
2020-06-11 | r/898 feat(ops/nixos/modules): Add TVL slapd module | Vincent Ambo | 2 | -0/+59 | |
This initialises an OpenLDAP server for tvl.fyi This is the least annoying way to bootstrap Gerrit. Yep. | |||||
2020-06-11 | r/897 feat(ops/nixos): Add module for configuring Gerrit for the repo | Vincent Ambo | 1 | -0/+16 | |
2020-05-26 | r/854 feat(ops/nixos): Add a module for hound | Vincent Ambo | 1 | -0/+62 | |
This module sets up hound, a generic code search engine. | |||||
2020-05-26 | r/853 ffeat(ops/nixos): Add a dummy to make depot available in modules | Vincent Ambo | 1 | -0/+16 | |
Because modules are not called via the default depot setup (for now ...), this introduces a dummy module that stores the depot tree itself in the module configurations. This makes it possible to write modules that use packages from the depot. | |||||
2020-04-04 | r/621 chore(third_party): Remove Tailscale derivation | Vincent Ambo | 1 | -77/+0 | |
This is now part of nixpkgs itself. | |||||
2020-04-04 | r/615 feat(ops/nixos/nugget): Add module for v4l2loopback support | Vincent Ambo | 1 | -0/+12 | |
This kernel module creates a fake video input device to which I can stream various things, such as screen grabs or qyliss' video stream for TVL. | |||||
2020-02-11 | r/532 feat(ops/nixos): Add NixOS module for running tailscale | Vincent Ambo | 2 | -0/+78 | |
This uses the "legacy" tailscale Linux client, but built from source as per the previous commits. |