aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure (follow)
Commit message (Expand)AuthorAgeFilesLines
* cicd.sh: Use stub Guix fallback shellEuAndreh2023-04-191-1/+1
* cicd.sh: Update help stringEuAndreh2023-04-191-12/+26
* gc.sh: Add "-v" to gc_deployEuAndreh2023-04-161-1/+1
* WIP Git Guix shellEuAndreh2023-04-012-1/+156
* system.scm: Allow "git" to run mkdir(1) as "deployer"EuAndreh2023-04-011-1/+1
* system.scm: Use "git" over "git-minimal" packageEuAndreh2023-03-311-1/+1
* git-post-receive.sh: Add missing "$NAME" argument to log entryEuAndreh2023-03-301-1/+1
* git-post-receive.sh: report s/finished/generated/EuAndreh2023-03-301-1/+1
* git-post-receive.sh: Include project name in CI log entryEuAndreh2023-03-301-3/+4
* git-post-receive.sh: Notify start of CI HTML reportEuAndreh2023-03-301-0/+1
* git-post-receive.sh: Include PID on syslogd entryEuAndreh2023-03-301-1/+1
* git-post-receive.sh: Notify when report generation endsEuAndreh2023-03-301-0/+1
* git-post-receive.sh: Redirect STDOUT and STDERR so that the terminal SSH sess...EuAndreh2023-03-301-1/+1
* git-post-receive.sh: Send CI report output to syslog over /dev/nullEuAndreh2023-03-301-1/+1
* reconfigure: Stop deleting CI directory againEuAndreh2023-03-302-2/+4
* conf.env: Separate $HTML_OUTDIR into $HTML_OUTDIR_{OUT,CI}EuAndreh2023-03-303-4/+5
* ci report.sh: Add link to files under data/EuAndreh2023-03-301-0/+1
* Revert "src/infrastructure/scripts/report.sh: v2"EuAndreh2023-03-301-152/+57
* src/infrastructure/scripts/report.sh: v2EuAndreh2023-03-301-57/+152
* backup.sh: Fix capture of $STATUS to the desired behaviourEuAndreh2023-03-301-2/+2
* conf.env: Separate $RSYNC_ACCT from $RSYNC_ADDREuAndreh2023-03-281-1/+2
* gitconfig: Use generic values for user.{email,name}EuAndreh2023-03-281-2/+2
* report.sh: Add CSS dark mode supportEuAndreh2023-03-281-0/+23
* report.sh: Use "find | while read" over "for `find`"EuAndreh2023-03-281-1/+1
* check.sh: Add btrfs-scrub(8) and btrfs-check(8) to routineEuAndreh2023-03-281-1/+14
* system.scm: Do not export all repositories over git:// by defaultEuAndreh2023-03-281-3/+1
* conf.env: Use common $OUT_SUFFIXEuAndreh2023-03-271-2/+3
* src/infrastructure/scripts/report.sh: Auto-fetch missing commitsEuAndreh2023-03-272-1/+8
* src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) a...EuAndreh2023-03-276-8/+32
* rc.sh: Conditionally "mkdir -p $XDG_*"EuAndreh2023-03-271-6/+10
* Use "deployer" as the owner of HTML filesEuAndreh2023-03-272-3/+3
* packages.scm: Add missing input packagesEuAndreh2023-03-271-0/+3
* reconfigure.sh: Fix permissions of rsynced filesEuAndreh2023-03-271-1/+2
* Build HTML and install it via CIEuAndreh2023-03-273-0/+82
* system.scm: Simpler code for extending the "user" listEuAndreh2023-03-271-2/+1
* system.scm: Stop trimming slurped files by defaultEuAndreh2023-03-271-6/+4
* system.scm: Strip "-latest" suffix from "guile-heredoc"EuAndreh2023-03-211-1/+1
* known_hosts.txt: Add keys for "azula"EuAndreh2023-03-201-0/+10
* system.scm: Set (mail-in-home? #f)EuAndreh2023-03-201-7/+2
* reconfigure.sh: Make "current" a relative symlinkEuAndreh2023-03-201-1/+1
* system.scm: Move nginx /r/velhinho config to the beginning of the listEuAndreh2023-03-201-8/+8
* system.scm: Derive SSH key name from tldEuAndreh2023-03-201-1/+1
* src/infrastructure/config/known_hosts.txt: Add "velhinho" keysEuAndreh2023-03-201-0/+10
* src/infrastructure/config/known_hosts.txt: Remove note on pilotis.netEuAndreh2023-03-201-1/+1
* system.scm: Better handling of newline at the end of all read filesEuAndreh2023-03-201-3/+3
* Manage public SSH files as "extra-etc-file" instead of like a secretEuAndreh2023-03-203-4/+7
* Makefile: Also upload managed SSH known_hosts fileEuAndreh2023-03-201-0/+7
* system.scm: Use correct rottlog configEuAndreh2023-03-191-1/+1
* system.scm: Enable directory listing of nginxEuAndreh2023-03-181-0/+1
* system.scm: Use queue:cgit-pre-configurationEuAndreh2023-03-171-28/+1