about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* ref(blog): remove unneeded files for the blogFranck Cuny2022-05-235-28/+2
* Merge remote-tracking branch 'blog/main' into fcuny/migrate-monorepo-blogFranck Cuny2022-05-2332-0/+1091
|\
| * sign the drone configurationFranck Cuny2022-05-111-0/+6
| * deploy: stop the flyctl agent at the endFranck Cuny2022-05-101-0/+2
| * delete MakefileFranck Cuny2022-05-101-19/+0
| * who knowsFranck Cuny2022-05-101-1/+1
| * i don't think it will workFranck Cuny2022-05-102-9/+11
| * another tryFranck Cuny2022-05-101-0/+21
| * one more timeFranck Cuny2022-05-102-3/+2
| * maybe this timeFranck Cuny2022-05-101-1/+1
| * I'll get it right at some pointFranck Cuny2022-05-101-1/+1
| * fix name of the branch for doneFranck Cuny2022-05-102-19/+1
| * add a basic READMEFranck Cuny2022-05-101-0/+8
| * add drone configuration and cleanup nixFranck Cuny2022-05-104-14/+54
| * static: add my resume as a static pageFranck Cuny2022-05-011-0/+209
| * config: remove the link to the feedFranck Cuny2022-05-011-8/+1
| * scripts: actually deploy to flyFranck Cuny2022-05-011-0/+2
| * content: remove some notesFranck Cuny2022-05-014-1159/+0
| * build: slowly moving to nixFranck Cuny2022-05-015-16/+57
| * layout: improve readability and remove /notesFranck Cuny2022-02-166-96/+110
| * note: update list of chipset for alder lakeFranck Cuny2022-01-301-2/+11
| * build: use more recent version of hugoFranck Cuny2022-01-231-1/+1
| * notes: remove some columns for the various CPUsFranck Cuny2022-01-231-20/+22
| * CSS: improve readabilityFranck Cuny2022-01-231-6/+9
| * CSS: adjust some font sizesFranck Cuny2022-01-231-2/+2
| * CSS: switch from class to idFranck Cuny2022-01-232-14/+14
| * layout: no need for a class to element 'article'Franck Cuny2022-01-233-3/+3
| * css: TOC location based on display's sizeFranck Cuny2022-01-231-19/+82
| * layout: proper TOCFranck Cuny2022-01-231-4/+13
| * layout: wrap content in an "article" tagFranck Cuny2022-01-232-0/+8
| * layout: drop the div 'main'Franck Cuny2022-01-231-6/+4
| * css: change style for tablesFranck Cuny2022-01-231-4/+8
| * css: update color for the linksFranck Cuny2022-01-231-3/+3
| * nav: use 'fcuny.net' instead of template variableFranck Cuny2022-01-211-1/+1
| * css: major cleanupFranck Cuny2022-01-211-76/+84
| * nav: align the menu items to the rightFranck Cuny2022-01-211-2/+7
| * post: change formatting for the dateFranck Cuny2022-01-211-4/+4
| * nav: drop one item from the menuFranck Cuny2022-01-211-7/+0
| * blog: leaving twitterFranck Cuny2022-01-151-0/+10
| * css: more tweakingFranck Cuny2022-01-131-29/+21
| * index: rephraseFranck Cuny2022-01-101-1/+1
| * index: update current jobFranck Cuny2022-01-081-1/+1
| * blog: add content about PCIeFranck Cuny2022-01-081-0/+196
| * blog: notes about AMD and Intel CPUsFranck Cuny2021-12-291-0/+120
| * css: change colors for some sectionsFranck Cuny2021-12-291-7/+13
| * css: adjust line heightFranck Cuny2021-12-291-4/+1
| * css: highlight links with a background colorFranck Cuny2021-12-291-2/+13
| * blog: article on how to use tailscale + traefikFranck Cuny2021-12-291-0/+121
| * config: add author informationFranck Cuny2021-12-291-0/+4
| * layout: add a link to the RSS feed in the menuFranck Cuny2021-12-291-1/+10
| * RSS: fix the templateFranck Cuny2021-12-291-3/+5
| * css: improve the color and fontsFranck Cuny2021-12-201-116/+47
| * index: re-organize the main pageFranck Cuny2021-12-201-9/+11
| * menu: simplify the menuFranck Cuny2021-12-202-9/+10
| * build: push git branches / tags after deployFranck Cuny2021-12-061-0/+2
| * CSS: drop custom fonts + colorsFranck Cuny2021-12-061-19/+22
| * resume: updateFranck Cuny2021-11-121-0/+0
| * static: add my resumeFranck Cuny2021-11-121-0/+0
| * build: be explicit about the image to useFranck Cuny2021-10-211-1/+1
| * static: add ssh-key from desktopFranck Cuny2021-10-021-0/+1
| * build: get the proper version for taggingFranck Cuny2021-09-091-5/+2
| * blog: update elisp for git/sourcegraphFranck Cuny2021-09-091-3/+12
| * static: add profile pictureFranck Cuny2021-08-261-0/+0
| * blog: git-link and sourcegraphFranck Cuny2021-08-241-0/+40
| * blog: sort pages in reverse orderFranck Cuny2021-08-241-1/+1
| * build: sleep before taggingFranck Cuny2021-08-241-0/+1
| * CSS: various small fixesFranck Cuny2021-08-231-2/+2
| * index: drop the main headerFranck Cuny2021-08-231-2/+0
| * CSS: use decoration on headers only for articlesFranck Cuny2021-08-232-6/+10
| * CSS: rename the class for the tagsFranck Cuny2021-08-231-4/+6
| * CSS: makes the menu more readableFranck Cuny2021-08-232-23/+39
| * build: tag the repo after a deployFranck Cuny2021-08-151-2/+7
| * blog: working with go - initial contentFranck Cuny2021-08-151-0/+264
| * blog: add tags to firecracker notesFranck Cuny2021-08-151-1/+2
| * layout: don't use header tag in listFranck Cuny2021-08-151-1/+1
| * CSS: make the content more readableFranck Cuny2021-08-151-15/+24
| * CSS: support table of contentFranck Cuny2021-08-152-0/+19
| * CSS: use a class for the menuFranck Cuny2021-08-152-8/+7
| * blog: replace github with git.fcuny.netFranck Cuny2021-08-141-1/+1
| * blog: add link for containerd-to-vm codeFranck Cuny2021-08-141-1/+1
| * css: reduce the size of the fontFranck Cuny2021-08-141-1/+1
| * css: bigger font and highlight colorsFranck Cuny2021-08-052-6/+18
| * blog: update descriptionFranck Cuny2021-08-051-1/+1
| * blog: add SSH public keysFranck Cuny2021-08-052-0/+2
| * blog: add humans.txtFranck Cuny2021-08-052-0/+11
| * hugo: enable git information againFranck Cuny2021-08-051-1/+1
| * build: add a MakefileFranck Cuny2021-08-051-0/+29
| * build: add DockerfileFranck Cuny2021-08-051-0/+7
| * hugo: TLS by defaultFranck Cuny2021-07-191-1/+1
| * github: deploy to fly.io instead of GH pagesFranck Cuny2021-06-201-17/+5
| * hugo: don't enable git infoFranck Cuny2021-06-201-1/+1
| * fly: add configuration for fly.ioFranck Cuny2021-06-201-0/+40
| * blog: update to containerd articleFranck Cuny2021-05-191-1/+1
| * css: add a scroll bar if the content overflowsFranck Cuny2021-05-181-1/+1
| * blog: containerd to firecrackerFranck Cuny2021-05-171-0/+567
| * layout: add a navbarFranck Cuny2021-04-229-38/+75
| * toml: re-configure markupFranck Cuny2021-04-131-1/+18
| * css: switch to sans-serif; add tables; other tweaksFranck Cuny2021-04-131-5/+28
| * css: remove extra white spaceFranck Cuny2021-04-111-1/+1
| * blog: google doc failureFranck Cuny2021-04-111-0/+56
| * css: change font to roboto slabFranck Cuny2021-04-111-5/+5
| * taxonomy: add pages for tagsFranck Cuny2021-04-113-20/+48
| * layout: add date and tags to single pagesFranck Cuny2021-04-062-1/+42
| * css: update style for links and headersFranck Cuny2021-04-061-4/+8
| * css: set background color for code blockFranck Cuny2021-04-061-5/+9
| * css: change the default fontFranck Cuny2021-04-061-5/+5
| * layout: fix format for the dateFranck Cuny2021-04-061-1/+1
| * layout: clean up empty spaceFranck Cuny2021-04-061-1/+1
| * add action to publish to GH pagesFranck Cuny2021-03-071-0/+30
| * initial site with hugoFranck Cuny2021-03-0711-0/+180
* feat(tahoe): enable sourcegraphFranck Cuny2022-05-221-0/+4
* feat(modules): create a module for sourcegraphFranck Cuny2022-05-222-0/+47
* feat(dns): add cs.fcuny.xyzFranck Cuny2022-05-221-0/+1
* feat(home): add a script to create flamegraph from a processFranck Cuny2022-05-193-0/+28
* feat(git): add a template for commit messagesFranck Cuny2022-05-182-40/+66
* nix: bump dependenciesFranck Cuny2022-05-161-28/+28
* sway: comments and floating windows configurationFranck Cuny2022-05-161-4/+27
* swaybar: clean up description for bluetoothFranck Cuny2022-05-161-1/+1
* zsh: manage tmux and start swayFranck Cuny2022-05-162-1/+16
* bluetooh: enable on aptosFranck Cuny2022-05-163-0/+12
* alacritty: better colorsFranck Cuny2022-05-151-2/+2
* zsh: some cleanupFranck Cuny2022-05-153-4/+20
* terminal: once again, fix the colorsFranck Cuny2022-05-152-4/+7
* zsh: switch to zsh as the default shellFranck Cuny2022-05-159-4/+108
* home: run abcde in `~/import`Franck Cuny2022-05-141-0/+1
* home: drop custom colors for alacrittyFranck Cuny2022-05-131-26/+0
* home: fix name of the package for EmacsFranck Cuny2022-05-131-1/+1
* modules: fix configuration for syncthingFranck Cuny2022-05-132-2/+8
* nix: update dependenciesFranck Cuny2022-05-121-30/+62
* grafana: there was already something on port 3030 ...Franck Cuny2022-05-121-1/+1
* grafana: run on port 3030Franck Cuny2022-05-121-0/+1
* home: set environment variables for drone-cliFranck Cuny2022-05-121-1/+4
* aptos: enable bluetoothFranck Cuny2022-05-121-0/+1
* add modules to manage bluetoothFranck Cuny2022-05-124-2/+78
* docs: some documentationFranck Cuny2022-05-072-0/+28
* nix: add a command `dnsupdate` to update the DNSFranck Cuny2022-05-071-1/+13
* cmd: add a command to update fcuny.xyzFranck Cuny2022-05-074-0/+851
* repo: add support for direnvFranck Cuny2022-05-071-0/+1
* secrets: add a new secrets for gcloud (aptos only)Franck Cuny2022-05-072-0/+5
* modules: add a few packagesFranck Cuny2022-05-061-0/+2
* tahoe: enable exec runner for droneFranck Cuny2022-05-021-1/+1
* home: install the drone CLIFranck Cuny2022-05-023-0/+10
* modules: fix configuration for drone-runner-execFranck Cuny2022-05-021-1/+1
* home: add a module for direnvFranck Cuny2022-05-013-0/+30
* gitea: add a dashboard for grafanaFranck Cuny2022-04-241-0/+1176
* gitea: enable metric endpointFranck Cuny2022-04-242-7/+13
* backups: do backups for the laptopFranck Cuny2022-04-246-2/+46
* tmux: start windows at 1Franck Cuny2022-04-241-0/+3
* fish: start tmux on new sessionFranck Cuny2022-04-241-3/+6
* scanner: install tools on the laptopFranck Cuny2022-04-242-1/+9
* gcloud: add google-cloud-sdk on trusted hostsFranck Cuny2022-04-243-0/+12
* alacritty: use custom colorsFranck Cuny2022-04-221-0/+26
* syncthing: add pixel (my phone) to known devicesFranck Cuny2022-04-211-1/+12
* syncthing: configure devices and foldersFranck Cuny2022-04-211-0/+18
* syncthing: enable on trusted machinesFranck Cuny2022-04-215-2/+17
* syncthing: don't run from homeFranck Cuny2022-04-211-1/+0
* syncthing: configure the keys for tahoeFranck Cuny2022-04-214-3/+27
* syncthing: enable on tahoeFranck Cuny2022-04-213-20/+13
* syncthing: let's run it from home-managerFranck Cuny2022-04-212-0/+15
* modules: add syncthing as a new moduleFranck Cuny2022-04-212-0/+12
* mail: fix tags for notmuchFranck Cuny2022-04-211-1/+1
* flake: add checksFranck Cuny2022-04-132-0/+77
* drone: backup the state directoryFranck Cuny2022-04-131-0/+2
* drone: configuration fixesFranck Cuny2022-04-133-3/+8
* drone: initial attempt at configuring itFranck Cuny2022-04-139-0/+194
* nginx: configure correctly the dashboardFranck Cuny2022-04-131-2/+2
* nginx: install the default dashboardFranck Cuny2022-04-131-0/+6
* traefik: remove the moduleFranck Cuny2022-04-134-1934/+0
* modules: make the vhost be configurableFranck Cuny2022-04-134-18/+34
* grafana: correct domain name ...Franck Cuny2022-04-131-1/+1
* grafana: the vhost is configurableFranck Cuny2022-04-132-5/+15
* grafana: bind to localhostFranck Cuny2022-04-131-4/+0
* modules: set secretsFranck Cuny2022-04-132-2/+6
* unifi: use nginx for reverse proxyFranck Cuny2022-04-131-0/+14
* transmission: use nginx for reverse proxyFranck Cuny2022-04-131-0/+14
* navidrome: use nginx for reverse proxyFranck Cuny2022-04-131-0/+14
* grafana: set proper port for reverse proxyFranck Cuny2022-04-131-1/+1
* tahoe: set owner for secret related to ACMEFranck Cuny2022-04-131-1/+4
* secrets: we can specify which user owns itFranck Cuny2022-04-131-2/+7
* grafana: use proper certFranck Cuny2022-04-131-1/+1
* secrets: re-key all secrets for tahoeFranck Cuny2022-04-138-30/+27
* grafana: try to configure the domain with acme+dnsFranck Cuny2022-04-134-2/+26
* nginx: get a simple solution to work firstFranck Cuny2022-04-133-304/+13
* nginx: add nginx as a reverse proxyFranck Cuny2022-04-135-1/+426
* fish: only start sway when sway is installedFranck Cuny2022-04-131-6/+8
* fish: execute sway on login on tty1Franck Cuny2022-04-131-0/+5
* secrets: delete duplicated filesFranck Cuny2022-04-137-52/+0
* rclone: fix the order of the paramsFranck Cuny2022-04-131-2/+2
* secrets: move the actual secrets with hosts configFranck Cuny2022-04-1311-13/+56
* secrets: fix the path to the ssh keyFranck Cuny2022-04-131-4/+3
* secrets: load ssh key only if it existsFranck Cuny2022-04-131-1/+1
* users: add myself to the group 'nas'Franck Cuny2022-04-131-0/+1
* fish: start tmux on terminal startFranck Cuny2022-04-131-0/+6
* backups: rename system to hostFranck Cuny2022-04-111-1/+1
* grafana: backup the whole directoryFranck Cuny2022-04-111-1/+1
* tahoe: fix backup configurationFranck Cuny2022-04-111-2/+3
* home: enable ssh config on trusted hostsFranck Cuny2022-04-101-0/+1
* secrets: move all the secrets under module/Franck Cuny2022-04-1018-71/+76
* add a module for backup with resticFranck Cuny2022-04-108-75/+93
* tahoe: enable network with early bootFranck Cuny2022-04-092-11/+19
* delete configuration related to colorsFranck Cuny2022-04-097-154/+9
* add a few more packages for home/Franck Cuny2022-04-098-1/+50
* install documentations (man)Franck Cuny2022-04-094-4/+29
* add pcmanfm and easyeffectsFranck Cuny2022-04-094-0/+12
* remove `mkHome` from libFranck Cuny2022-04-093-61/+1
* small fixesFranck Cuny2022-04-095-5/+5
* add a few more modules to home/ and delete stuffFranck Cuny2022-04-0929-662/+93
* delete all CLI modulesFranck Cuny2022-04-088-197/+0
* delete all devel modulesFranck Cuny2022-04-084-28/+1
* remove old 'trusted' modulesFranck Cuny2022-04-087-151/+1
* carmel: configure the desktop properlyFranck Cuny2022-04-083-1/+22
* hosts: rename hardware-configuration to hardwareFranck Cuny2022-04-086-3/+3
* hosts: add services to tahoeFranck Cuny2022-04-083-11/+10
* delete unneeded modulesFranck Cuny2022-04-083-96/+0
* services: add avahiFranck Cuny2022-04-082-0/+15
* users: add myself to "cdrom" groupFranck Cuny2022-04-081-0/+1
* delete unused moduleFranck Cuny2022-04-081-25/+0
* home: move waybar's style to a CSS fileFranck Cuny2022-04-082-87/+84
* home: move css/config for wofi to external filesFranck Cuny2022-04-083-52/+49
* alacritty: use light colorsFranck Cuny2022-04-082-2/+34
* aptos: consume the new profilesFranck Cuny2022-04-084-3/+25
* profiles: create a few new profilesFranck Cuny2022-04-085-1/+67
* modules: add a few moreFranck Cuny2022-04-088-3/+100
* home: add more configurations for home-managerFranck Cuny2022-04-0822-0/+829
* home: fix for yt-dlp configurationFranck Cuny2022-04-071-1/+1
* home: misc fixesFranck Cuny2022-04-0710-23/+24
* initial attempt to reconfigure home-managerFranck Cuny2022-04-0717-1/+345
* gitea: fix the moduleFranck Cuny2022-04-061-3/+3
* modules: import packagesFranck Cuny2022-04-061-1/+2
* refactor transmission and metrics-exporterFranck Cuny2022-04-068-51/+56
* refactor traefikFranck Cuny2022-04-064-97/+105
* refactor rclone to a moduleFranck Cuny2022-04-064-33/+39
* refactor gitea as a moduleFranck Cuny2022-04-064-42/+58
* prometheus: proper name for the optionFranck Cuny2022-04-061-1/+1
* refactor grafana as a moduleFranck Cuny2022-04-068-42/+48
* refactor prometheus as a moduleFranck Cuny2022-04-064-180/+190
* refactor unifi to a moduleFranck Cuny2022-04-063-4/+18
* import navidrome with other servicesFranck Cuny2022-04-061-1/+2
* refactor navidrome to a moduleFranck Cuny2022-04-063-28/+46
* enable AMD module correctlyFranck Cuny2022-04-062-2/+2
* refactor samba to a proper moduleFranck Cuny2022-04-064-35/+61
* refactor boot configuration to a moduleFranck Cuny2022-04-0611-64/+68
* refactor configuration for AMDFranck Cuny2022-04-064-67/+79
* refactor intel related configurationFranck Cuny2022-04-056-38/+40
* refactor modules for btrfs, ssd, and fwupdFranck Cuny2022-04-058-12/+19
* refactor network configurationFranck Cuny2022-04-058-29/+70
* refactor security to a moduleFranck Cuny2022-04-053-3/+3
* refactor users to a moduleFranck Cuny2022-04-053-6/+11
* refactor default packages to a moduleFranck Cuny2022-04-052-15/+8
* move locale configuration to a moduleFranck Cuny2022-04-053-9/+3