| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-05-29 | feat(cgit): update cgit configuration | Franck Cuny | 1 | -0/+9 | |
| - enable git configuration to read the section out of it - don't display the owner (it's git by default) - sort branches and repositories by age Change-Id: I3f21ec6eb25747d21c23a68b6f24f7cb8345fb02 Reviewed-on: https://cl.fcuny.net/c/world/+/125 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-29 | feat(cgit): exclude some repositories | Franck Cuny | 1 | -1/+8 | |
| There are a few repositories that I want to have active in gerrit but I don't want to list in cgit. Change-Id: I341801cddba0909d5c32d2653c8cc5eb8aae94ed Reviewed-on: https://cl.fcuny.net/c/world/+/124 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-28 | fix(cgit): ensure permissions are set correctly | Franck Cuny | 1 | -0/+2 | |
| Change-Id: I65efa49a904ab1885bd72566e450b6678be6aa21 Reviewed-on: https://cl.fcuny.net/c/world/+/123 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-28 | fix(cgit): define the list of repos prior to scan path | Franck Cuny | 1 | -2/+2 | |
| From the documentation for `project-list`: A list of subdirectories inside of scan-path, relative to it, that should loaded as git repositories. This must be defined prior to scan-path Change-Id: Iab176a800e8ff0abd515a525d89ef524ba6ab097 Reviewed-on: https://cl.fcuny.net/c/world/+/122 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-28 | fix(cgit): generate a proper list of repositories | Franck Cuny | 1 | -1/+3 | |
| The logic was previously incorrect. If a repository becomes hidden in gerrit, it will not be removed from the list. Instead, we create a temporary file which we use to dump the new list and then move it over the current list. Change-Id: I990588ac98ad4024ba144c4c76ad7e4ae27202bc Reviewed-on: https://cl.fcuny.net/c/world/+/121 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-28 | feat(gerrit): link to cgit | Franck Cuny | 1 | -0/+14 | |
| Configure gitweb to link to our cgit instance Change-Id: I55cb96e7199bf2636a30689b277978008d6605eb Reviewed-on: https://cl.fcuny.net/c/world/+/88 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-28 | feat(cgit): generate the list of projects from gerrit | Franck Cuny | 1 | -4/+35 | |
| Query the gerrit API to get the list of active projects, and generate the list of repositories from it. This run every 10 minutes as a systemd timer. Change-Id: I016a6d748597ff4d03af893e0a95b96830bdb3f7 Reviewed-on: https://cl.fcuny.net/c/world/+/87 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-28 | feat(cgit): set the clone URL to gerrit | Franck Cuny | 1 | -0/+1 | |
| Change-Id: I2328abdbd369358e59747a220fe1e57edd8c5126 Reviewed-on: https://cl.fcuny.net/c/world/+/86 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-28 | feat(cgit): support org mode files for README | Franck Cuny | 1 | -0/+2 | |
| Change-Id: Ia0b3c7e5c2b1f399f7eaf5db2e926dc3a0859790 Reviewed-on: https://cl.fcuny.net/c/world/+/85 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-28 | feat(gerrit): backup all relevant directories | Franck Cuny | 1 | -0/+2 | |
| Change-Id: I7d70a25f95cddedaba5e5186b6e7f83ddf9e7eb9 Reviewed-on: https://cl.fcuny.net/c/world/+/84 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-27 | feat(gerrit): enable sending emails | Franck Cuny | 1 | -1/+10 | |
| Configure gerrit to send emails using fastmail's SMTP servers. Change-Id: I658373a2c1e9b3c5dcbe214a02ebe8ca1be69580 Reviewed-on: https://cl.fcuny.net/c/world/+/81 Reviewed-by: Franck Cuny <franck@fcuny.net> | |||||
| 2022-05-27 | fix(gerrit): set the OAUTH client ID | Franck Cuny | 1 | -0/+5 | |
| Change-Id: I2a5b554be29af9184ad504bcb8beca30c605e6c4 Reviewed-on: https://cl.fcuny.net/c/world/+/63 Reviewed-by: Franck Cuny <franck.cuny@gmail.com> | |||||
| 2022-05-27 | fix(gerrit): set the home directory for git | Franck Cuny | 1 | -1/+1 | |
| Change-Id: Idba41215b58e8cd77d8d4efa354a3acf52c6bc6d Reviewed-on: https://cl.fcuny.net/c/world/+/61 Reviewed-by: Franck Cuny <franck.cuny@gmail.com> | |||||
| 2022-05-27 | feat(cgit): add a module for cgit | Franck Cuny | 2 | -0/+52 | |
| cgit is a git web viewer, it will be hosted at git.fcuny.net to replace gitea. Change-Id: I16561776fa90a3561d6a13f8545bd2e8f67f409a Reviewed-on: https://cl.fcuny.net/c/world/+/46 Reviewed-by: Franck Cuny <franck.cuny@gmail.com> | |||||
| 2022-05-26 | ref(gerrit): ensure the git user is present | Franck Cuny | 1 | -0/+9 | |
| Change-Id: Ie217a14a20474b626a2c66116663b785193978c2 | |||||
| 2022-05-26 | fix(gerrit): use a compatible JDK | Franck Cuny | 1 | -0/+3 | |
| Change-Id: I3fadf8a3a9a81c7966b4c048ace1ae259f0e3668 | |||||
| 2022-05-26 | fix(gerrit): install the plugin for oauth | Franck Cuny | 1 | -2/+8 | |
| Change-Id: I3e4a215b47a5a368210b268fa170aa2dddab721f | |||||
| 2022-05-26 | fix(gerrit): settings where in wrong place | Franck Cuny | 1 | -8/+8 | |
| Change-Id: I449f9032e32911fa33c26ec41faadb4f8acc8b1f | |||||
| 2022-05-26 | feat(gerrit): use OAUTH for authentication | Franck Cuny | 1 | -0/+10 | |
| 2022-05-26 | fix(gerrit): force gerrit to run as the git user | Franck Cuny | 1 | -0/+11 | |
| The default configuration wants to run gerrit with a DynamicUser. However, this prevent the server to generate the ssh keys needed by gerrit. Instead, we can force the server to run with the 'git' user, which already exists. | |||||
| 2022-05-26 | fix(gerrit): use localhost for the proxy | Franck Cuny | 1 | -1/+1 | |
| 2022-05-26 | fix(gerrit): remove extra '}' from string | Franck Cuny | 1 | -1/+1 | |
| 2022-05-26 | fix(sourcegraph): remove extra '}' from string | Franck Cuny | 1 | -1/+1 | |
| 2022-05-26 | fix(gerrit): apply a serverId | Franck Cuny | 1 | -0/+1 | |
| This identify the server (see https://github.com/NixOS/nixpkgs/blob/634141959076a8ab69ca2cca0f266852256d79ee/nixos/modules/services/web-apps/gerrit.nix#L141). | |||||
| 2022-05-26 | feat(gerrit): add the gerrit server | Franck Cuny | 2 | -0/+51 | |
| Gerrit is a tool for doing code review for git. It will be running at cl.fcuny.net and will be the main way to interact with my git repositories. | |||||
| 2022-05-22 | feat(modules): create a module for sourcegraph | Franck Cuny | 2 | -0/+47 | |
| Run sourcegraph ([0]) in a docker container. It's exposed as cs.fcuny.xyz, and we backup some of the directories. [0] https://docs.sourcegraph.com | |||||
| 2022-05-13 | modules: fix configuration for syncthing | Franck Cuny | 1 | -2/+2 | |
| The `documents` folder was not being synced. | |||||
| 2022-05-12 | grafana: there was already something on port 3030 ... | Franck Cuny | 1 | -1/+1 | |
| 2022-05-12 | grafana: run on port 3030 | Franck Cuny | 1 | -0/+1 | |
| There's already something on port 3000. | |||||
| 2022-05-02 | modules: fix configuration for drone-runner-exec | Franck Cuny | 1 | -1/+1 | |
| 2022-04-24 | gitea: add a dashboard for grafana | Franck Cuny | 1 | -0/+1176 | |
| 2022-04-24 | gitea: enable metric endpoint | Franck Cuny | 2 | -7/+13 | |
| Move configuration for the scraper into the gitea module itself. | |||||
| 2022-04-24 | backups: do backups for the laptop | Franck Cuny | 1 | -1/+10 | |
| From the laptop I only backup /home/fcuny, as the rest should be straightforward to rebuild with nix. I run that backup as my own user, since I need my ssh key to use the remote repository (which is on the NAS). I also need a new secret for it (I might have been able to use `pass' for this, but well, that's easy enough). For the NAS, I update the list of directories to backup to include home, this will be on the systems backup. | |||||
| 2022-04-21 | syncthing: add pixel (my phone) to known devices | Franck Cuny | 1 | -1/+12 | |
| Copy the pictures from the phone on all my machines. Don't sync the documents on the phone (at least for now). | |||||
| 2022-04-21 | syncthing: configure devices and folders | Franck Cuny | 1 | -0/+18 | |
| 2022-04-21 | syncthing: configure the keys for tahoe | Franck Cuny | 1 | -3/+7 | |
| 2022-04-21 | syncthing: enable on tahoe | Franck Cuny | 1 | -6/+12 | |
| 2022-04-21 | modules: add syncthing as a new module | Franck Cuny | 2 | -0/+12 | |
| 2022-04-13 | drone: backup the state directory | Franck Cuny | 1 | -0/+2 | |
| 2022-04-13 | drone: configuration fixes | Franck Cuny | 2 | -2/+7 | |
| 2022-04-13 | drone: initial attempt at configuring it | Franck Cuny | 5 | -0/+178 | |
| 2022-04-13 | nginx: configure correctly the dashboard | Franck Cuny | 1 | -2/+2 | |
| 2022-04-13 | nginx: install the default dashboard | Franck Cuny | 1 | -0/+6 | |
| 2022-04-13 | traefik: remove the module | Franck Cuny | 4 | -1934/+0 | |
| 2022-04-13 | modules: make the vhost be configurable | Franck Cuny | 3 | -15/+25 | |
| 2022-04-13 | grafana: the vhost is configurable | Franck Cuny | 1 | -4/+11 | |
| 2022-04-13 | grafana: bind to localhost | Franck Cuny | 1 | -4/+0 | |
| 2022-04-13 | modules: set secrets | Franck Cuny | 2 | -2/+6 | |
| 2022-04-13 | unifi: use nginx for reverse proxy | Franck Cuny | 1 | -0/+14 | |
| 2022-04-13 | transmission: use nginx for reverse proxy | Franck Cuny | 1 | -0/+14 | |
| 2022-04-13 | navidrome: use nginx for reverse proxy | Franck Cuny | 1 | -0/+14 | |
| 2022-04-13 | grafana: set proper port for reverse proxy | Franck Cuny | 1 | -1/+1 | |
| 2022-04-13 | grafana: use proper cert | Franck Cuny | 1 | -1/+1 | |
| 2022-04-13 | grafana: try to configure the domain with acme+dns | Franck Cuny | 1 | -1/+17 | |
| 2022-04-13 | nginx: get a simple solution to work first | Franck Cuny | 2 | -291/+12 | |
| 2022-04-13 | nginx: add nginx as a reverse proxy | Franck Cuny | 4 | -0/+412 | |
| This will ultimately replace traefik. | |||||
| 2022-04-13 | rclone: fix the order of the params | Franck Cuny | 1 | -2/+2 | |
| 2022-04-11 | backups: rename system to host | Franck Cuny | 1 | -1/+1 | |
| Since this is a host level backup. | |||||
| 2022-04-11 | grafana: backup the whole directory | Franck Cuny | 1 | -1/+1 | |
| 2022-04-10 | secrets: move all the secrets under module/ | Franck Cuny | 4 | -26/+15 | |
| Refactor a bit the configuration, which should simplify the management and usage of secrets from now on. | |||||
| 2022-04-10 | add a module for backup with restic | Franck Cuny | 7 | -65/+89 | |
| Do a single backup for the host, instead of running multiple ones. | |||||
| 2022-04-08 | services: add avahi | Franck Cuny | 2 | -0/+15 | |
| 2022-04-08 | modules: add a few more | Franck Cuny | 2 | -0/+28 | |
| 2022-04-06 | gitea: fix the module | Franck Cuny | 1 | -3/+3 | |
| Quick fix for now, we will add these values as options to the module once we confirm everything is still working. | |||||
| 2022-04-06 | refactor transmission and metrics-exporter | Franck Cuny | 4 | -1/+54 | |
| 2022-04-06 | refactor traefik | Franck Cuny | 2 | -0/+104 | |
| 2022-04-06 | refactor rclone to a module | Franck Cuny | 2 | -0/+38 | |
| 2022-04-06 | refactor gitea as a module | Franck Cuny | 2 | -0/+54 | |
| 2022-04-06 | prometheus: proper name for the option | Franck Cuny | 1 | -1/+1 | |
| 2022-04-06 | refactor grafana as a module | Franck Cuny | 6 | -0/+26438 | |
| 2022-04-06 | refactor prometheus as a module | Franck Cuny | 2 | -0/+189 | |
| 2022-04-06 | refactor unifi to a module | Franck Cuny | 2 | -2/+97 | |
| 2022-04-06 | import navidrome with other services | Franck Cuny | 1 | -1/+2 | |
| 2022-04-06 | refactor navidrome to a module | Franck Cuny | 1 | -0/+37 | |
| 2022-04-06 | refactor samba to a proper module | Franck Cuny | 2 | -1/+56 | |
| The list of public share is configurable too. | |||||
| 2022-04-05 | refactor modules for btrfs, ssd, and fwupd | Franck Cuny | 2 | -1/+6 | |
| 2022-04-05 | create a profile for laptop | Franck Cuny | 3 | -1/+35 | |
| 2022-04-05 | network: move tailscale in modules | Franck Cuny | 2 | -1/+14 | |
| Move the networking configuration for the hosts to its own file. | |||||
| 2022-04-05 | ssh: refactor to a module | Franck Cuny | 2 | -0/+18 | |
| Also install mosh and ensure the firewall opens the correct ports. | |||||
