aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/guix (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-22backup.sh: Do not run check by defaultEuAndreh1-4/+4
2023-10-19cronjob.sh: Increase timeout to 4 hoursEuAndreh1-1/+1
2023-10-19re 's/servers/server/g'EuAndreh7-11/+11
2023-09-19system.scm: Enforce forward-secrecy cyphers on nginxEuAndreh1-0/+2
2023-09-19system.scm: Add CAA record config to knotEuAndreh1-0/+4
2023-09-18system.scm: Explicitly disable compressionEuAndreh1-0/+1
2023-09-18system.scm: Increase HSTS max-age to 1 yearEuAndreh1-1/+1
2023-09-18system.scm: Enable TLSv1.2 besides TLSv1.3EuAndreh1-1/+3
2023-09-15src/infrastructure/guix/system.scm: TLS 1.3 only on nginxEuAndreh1-0/+1
2023-06-21Add "--lock-wait 1200" restriction to the SSH key commandEuAndreh2-2/+2
2023-05-23src/secrets/nginx.conf.txt.gpg: Add private nginx config, and include it in s...EuAndreh3-0/+20
2023-05-13backup.sh: Add -x flagEuAndreh1-5/+19
2023-05-13system.scm: Add kdig(1) (TLS dig) and tcpdump(8) toolsEuAndreh1-0/+2
2023-05-05cronjob.sh: Increase timeout to 3 hoursEuAndreh1-1/+1
2023-04-29gc.sh: Add 1 month window to keep Guix versionsEuAndreh1-2/+2
2023-04-29system.scm: Increase postfix size limitsEuAndreh1-1/+7
2023-04-29TODOs.md: Add extra solar-powered linkEuAndreh1-0/+1
2023-04-19cicd.sh: Use stub Guix fallback shellEuAndreh1-1/+1
2023-04-19cicd.sh: Update help stringEuAndreh1-12/+26
2023-04-16gc.sh: Add "-v" to gc_deployEuAndreh1-1/+1
2023-04-01WIP Git Guix shellEuAndreh2-1/+156
2023-04-01system.scm: Allow "git" to run mkdir(1) as "deployer"EuAndreh1-1/+1
2023-03-31system.scm: Use "git" over "git-minimal" packageEuAndreh1-1/+1
2023-03-30git-post-receive.sh: Add missing "$NAME" argument to log entryEuAndreh1-1/+1
2023-03-30git-post-receive.sh: report s/finished/generated/EuAndreh1-1/+1
2023-03-30git-post-receive.sh: Include project name in CI log entryEuAndreh1-3/+4
2023-03-30git-post-receive.sh: Notify start of CI HTML reportEuAndreh1-0/+1
2023-03-30git-post-receive.sh: Include PID on syslogd entryEuAndreh1-1/+1
2023-03-30git-post-receive.sh: Notify when report generation endsEuAndreh1-0/+1
2023-03-30git-post-receive.sh: Redirect STDOUT and STDERR so that the terminal SSH sess...EuAndreh1-1/+1
2023-03-30git-post-receive.sh: Send CI report output to syslog over /dev/nullEuAndreh1-1/+1
2023-03-30reconfigure: Stop deleting CI directory againEuAndreh2-2/+4
2023-03-30conf.env: Separate $HTML_OUTDIR into $HTML_OUTDIR_{OUT,CI}EuAndreh3-4/+5
2023-03-30Makefile: Fix directory of CI outputEuAndreh1-2/+2
2023-03-30ci report.sh: Add link to files under data/EuAndreh1-0/+1
2023-03-30Revert "src/infrastructure/scripts/report.sh: v2"EuAndreh1-152/+57
2023-03-30src/infrastructure/scripts/report.sh: v2EuAndreh1-57/+152
2023-03-30backup.sh: Fix capture of $STATUS to the desired behaviourEuAndreh1-2/+2
2023-03-28conf.env: Separate $RSYNC_ACCT from $RSYNC_ADDREuAndreh1-1/+2
2023-03-28Makefile: generate .pub.stripped in "all"EuAndreh1-1/+1
2023-03-28gitconfig: Use generic values for user.{email,name}EuAndreh1-2/+2
2023-03-28report.sh: Add CSS dark mode supportEuAndreh1-0/+23
2023-03-28report.sh: Use "find | while read" over "for `find`"EuAndreh1-1/+1
2023-03-28check.sh: Add btrfs-scrub(8) and btrfs-check(8) to routineEuAndreh1-1/+14
2023-03-28md2html.sh: Fix cat of $HEAD contentEuAndreh1-1/+1
2023-03-28system.scm: Do not export all repositories over git:// by defaultEuAndreh1-3/+1
2023-03-27conf.env: Use common $OUT_SUFFIXEuAndreh1-2/+3
2023-03-27src/infrastructure/scripts/report.sh: Auto-fetch missing commitsEuAndreh2-1/+8
2023-03-27src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) a...EuAndreh6-8/+32
2023-03-27rc.sh: Conditionally "mkdir -p $XDG_*"EuAndreh1-6/+10