about summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-28fix(flake): remove duplicated definition of flake-utilsFranck Cuny2-18/+0
2022-06-26fix(tools/gerrit-hook): exit on errorFranck Cuny1-0/+1
2022-06-26fix(modules/cgit): don't log blackbox exporter requestsFranck Cuny1-0/+3
2022-06-26fix(tools/gerrit-hook): replace `.' with `-dot-' in project's nameFranck Cuny1-0/+5
2022-06-26feat(tools/gerrit-hook): run CI pipeline for all the repositoriesFranck Cuny1-3/+3
2022-06-23fix(modules/cgit): correct alias configuration for robots.txtFranck Cuny1-1/+3
2022-06-23fix(modules/cgit): exclude all web crawlersFranck Cuny1-0/+6
2022-06-23fix(modules/grafana): configure nginx to bind to tailscale IPFranck Cuny1-0/+12
2022-06-23fix(modules/sourcegraph): configure nginx to bind to tailscale IPFranck Cuny1-0/+12
2022-06-23fix(modules/unifi): configure nginx to bind to tailscale IPFranck Cuny1-0/+12
2022-06-23fix(modules/navidrome): configure nginx to bind to tailscale IPFranck Cuny1-0/+12
2022-06-23fix(modules/transmission): configure nginx to bind on tailscale IPFranck Cuny1-0/+12
2022-06-23fix(modules/cgit): make cgit the default server for nginxFranck Cuny1-0/+4
2022-06-23feat(hosts/home): use fish as my default shell everywhereFranck Cuny2-2/+2
2022-06-23fix(modules/unifi): only backup the backup directoryFranck Cuny1-1/+1
2022-06-23feat(home/shell): add alias to search nix packagesFranck Cuny1-0/+1
2022-06-23ref(tools/gerrit-hook): more idiomatic codeFranck Cuny1-3/+4
2022-06-23feat(home/go): install go-tools packageFranck Cuny1-1/+1
2022-06-20fix(tools/ipconverter): add missing new lines to print statementsFranck Cuny1-4/+4
2022-06-20fix(tools/ipconverter): fail if number of arguments is insufficientFranck Cuny1-0/+5
2022-06-20feat(home/shell): add aliases for ip2int and int2ipFranck Cuny1-0/+2
2022-06-20fix(home/emacs): don't create frame for emacsclientFranck Cuny1-2/+2
2022-06-20doc(home/git): comment some of the optionsFranck Cuny1-0/+4
2022-06-20feat(home/git): add a few more options in the default configurationFranck Cuny1-0/+5
2022-06-20fix(home/emacs): install the package nixpkgs-fmtFranck Cuny1-0/+1
2022-06-20feat(home/shell): manage fish's functions directoryFranck Cuny3-0/+14
2022-06-20ref(home/shell): switch default shell to fishFranck Cuny2-2/+2
2022-06-20ref(home/shell): move all shell aliases to a shared configurationFranck Cuny4-6/+20
2022-06-20ref(home/shell): make it easier to share common things between shellsFranck Cuny15-43/+53
2022-06-19feat(tools/seqstat): add a tool to report stats about a sequenceFranck Cuny4-0/+194
2022-06-19feat(tools/numap): add a tool to report NUMA topology of a hostFranck Cuny7-0/+512
2022-06-19feat(tools/schedlatency): add a tool to report scheduler latencyFranck Cuny2-0/+258
2022-06-19feat(tools/scheddomain): add a tool to report on scheduler domainsFranck Cuny2-0/+156
2022-06-18feat(tools/git-bootstrap): initialize a git repository with my defaultsFranck Cuny4-0/+250
2022-06-18feat(tools/ssh-key-to-forge): import a SSH key to a forgeFranck Cuny4-0/+591
2022-06-18feat(tools/music-organizer): add a CLI to organize my musicFranck Cuny5-0/+318
2022-06-18feat(tools/git-blame-stats): add the CLI with default git configurationFranck Cuny1-1/+2
2022-06-18feat(tools/git-blame-stats): add the tool to nix configurationFranck Cuny2-0/+2
2022-06-18feat(tools/git-blame-stats): add a CLI to report git blame statisticsFranck Cuny3-0/+104
2022-06-18ref(gerrit): add the plugin to delete projectsFranck Cuny1-0/+2
2022-06-18feat(ipconverter): install the tool with my other packagesFranck Cuny1-1/+2
2022-06-18feat(ipconverter): add the tool to nixFranck Cuny2-1/+5
2022-06-18feat(ipconverter): add a tool to convert IPv4 to int and vice-versaFranck Cuny4-0/+120
2022-06-16ref(scripts): remove the module for scriptsFranck Cuny6-46/+31
2022-06-15docs(tools/govanity): update instructionsFranck Cuny1-5/+1
2022-06-15ref(tools/govanity): simplify the deployment scriptFranck Cuny2-13/+11
2022-06-15ref(home/go): update to go version 1.18, ensure goplsFranck Cuny1-1/+3
2022-06-15ref(tools/go