aboutsummaryrefslogtreecommitdiff
path: root/modules/services/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-11ref(drone): remove all modules and configurationsFranck Cuny1-1/+0
I do not use drone anymore, no need to keep this around. Change-Id: I8f9564747939a6d1a2b95bcfe8e2c70e46d8bc1e Reviewed-on: https://cl.fcuny.net/c/world/+/411 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-11ref(gitea): remove all modules for giteaFranck Cuny1-1/+0
I do not use it anymore, I don't need to keep this around. Change-Id: I42af32eec4ee8ab4c2a8c60b5a8306a4eb418f51 Reviewed-on: https://cl.fcuny.net/c/world/+/410 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-05-30feat(buildkite): configure the buildkite agentFranck Cuny1-0/+1
Change-Id: Icee60f2372e17f6477a91e7f562c04507788c713 Reviewed-on: https://cl.fcuny.net/c/world/+/168 Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-05-27feat(cgit): add a module for cgitFranck Cuny1-0/+1
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-26feat(gerrit): add the gerrit serverFranck Cuny1-0/+1
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-22feat(modules): create a module for sourcegraphFranck Cuny1-0/+1
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-04-21modules: add syncthing as a new moduleFranck Cuny1-0/+1
2022-04-13drone: initial attempt at configuring itFranck Cuny1-0/+1
2022-04-13traefik: remove the moduleFranck Cuny1-1/+0
2022-04-13nginx: add nginx as a reverse proxyFranck Cuny1-0/+1
This will ultimately replace traefik.
2022-04-10add a module for backup with resticFranck Cuny1-0/+1
Do a single backup for the host, instead of running multiple ones.
2022-04-08services: add avahiFranck Cuny1-0/+1
2022-04-08modules: add a few moreFranck Cuny1-0/+1
2022-04-06refactor transmission and metrics-exporterFranck Cuny1-0/+2
2022-04-06refactor traefikFranck Cuny1-0/+1
2022-04-06refactor rclone to a moduleFranck Cuny1-0/+1
2022-04-06refactor gitea as a moduleFranck Cuny1-0/+2
2022-04-06refactor prometheus as a moduleFranck Cuny1-0/+1
2022-04-06refactor unifi to a moduleFranck Cuny1-2/+10
2022-04-06import navidrome with other servicesFranck Cuny1-1/+2
2022-04-06refactor samba to a proper moduleFranck Cuny1-1/+5
The list of public share is configurable too.
2022-04-05refactor modules for btrfs, ssd, and fwupdFranck Cuny1-1/+1
2022-04-05create a profile for laptopFranck Cuny1-1/+1
2022-04-05network: move tailscale in modulesFranck Cuny1-1/+1
Move the networking configuration for the hosts to its own file.
2022-04-05ssh: refactor to a moduleFranck Cuny1-0/+1
Also install mosh and ensure the firewall opens the correct ports.