aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* system.scm: Adapt (ssh-file-for ...) function for new SSH key pathEuAndreh2023-03-131-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 813266827378f6e53a092140274c690f45edcf26 git notes --ref=refs/notes/ci-data show 813266827378f6e53a092140274c690f45edcf26 Exit status: 0 Duration: 11
* src/infrastructure/keys/andreh.pub: Remove old fileEuAndreh2023-03-131-1/+0
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 657e61472c082b87b3d34a678811889024a3a79e git notes --ref=refs/notes/ci-data show 657e61472c082b87b3d34a678811889024a3a79e Exit status: 0 Duration: 16
* Make server get SSH keypair from repo over local files in server diskEuAndreh2023-03-133-0/+0
|
* Include root@euandre.org private key to the repositoryEuAndreh2023-03-131-0/+58
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show a7afe43f322d1ee3f48f29eae2f544bec4204c40 git notes --ref=refs/notes/ci-data show a7afe43f322d1ee3f48f29eae2f544bec4204c40 Exit status: 0 Duration: 13
* src/infrastructure/config/rc.sh: Fix address to rsync.net accountEuAndreh2023-03-131-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 49bdb6cfc97dbab5f203a2306fe0fa8ae6e22bc2 git notes --ref=refs/notes/ci-data show 49bdb6cfc97dbab5f203a2306fe0fa8ae6e22bc2 Exit status: 0 Duration: 14
* git-post-receive.sh: Derive $LOGS_DIR from repository directory nameEuAndreh2023-03-131-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 1aae8bf19fb588853c6ec594d0b6fbc2aebf07b9 git notes --ref=refs/notes/ci-data show 1aae8bf19fb588853c6ec594d0b6fbc2aebf07b9 Exit status: 0 Duration: 20
* src/infrastructure/scripts/report.sh: Remove redundant margin CSS valueEuAndreh2023-03-131-1/+1
|
* {git-post-receive,cronjob}.sh: Improve portabilityEuAndreh2023-03-132-6/+19
| | | | | | | - don't use GNU's date(1) "%s" proprietary option, and leverage AWK's default behaviour of `srand()` to get the seconds since UNIX epoch; - don't rely on GNU's sed(1) "-u" proprietary option of unbuffering, and do a manual `while` loop instead.
* Makefile: Add "upload-secrets" target, and include borg-passphrase.txt in itEuAndreh2023-03-121-0/+33
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show d0d1fffee8dc94c53f4841dacf8b6bbdc99ee58a git notes --ref=refs/notes/ci-data show d0d1fffee8dc94c53f4841dacf8b6bbdc99ee58a Exit status: 0 Duration: 19
* system.scm: Use generic title for CGit root-titleEuAndreh2023-03-121-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 9005779ac6b1b66e35afa23e9a102a96e808ac57 git notes --ref=refs/notes/ci-data show 9005779ac6b1b66e35afa23e9a102a96e808ac57 Exit status: 0 Duration: 27
* system.scm: Use root@tld for certbot emailEuAndreh2023-03-121-1/+1
|
* system.scm: Require /mnt/production to be mounted for bootEuAndreh2023-03-121-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 7c4b4e70f36fe41b4443a8557e97cbfbfd75bc16 git notes --ref=refs/notes/ci-data show 7c4b4e70f36fe41b4443a8557e97cbfbfd75bc16 Exit status: 0 Duration: 44
* system.scm: Explicitly say where mail is storedEuAndreh2023-03-121-1/+4
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show be0c169a0ca7dbfe6a996b769c653578189d6dea git notes --ref=refs/notes/ci-data show be0c169a0ca7dbfe6a996b769c653578189d6dea Exit status: 0 Duration: 16
* src/infrastructure/keys/SSH/andreh.pub: Add now with correct nameEuAndreh2023-03-121-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show e14ff0a0136c177fb0c68a0ec86915f5ee86d4cf git notes --ref=refs/notes/ci-data show e14ff0a0136c177fb0c68a0ec86915f5ee86d4cf Exit status: 0 Duration: 21
* system.scm: Put dovecot together with postfix service in listEuAndreh2023-03-121-1/+1
|
* system.scm: Use "queue:" prefix for (xyz euandreh queue)EuAndreh2023-03-121-7/+7
|
* system.scm: Remove leftover spaceEuAndreh2023-03-111-1/+1
|
* system.scm: (enable-index-links? #t) for cgitEuAndreh2023-03-111-0/+1
|
* system.scm: Add cache by default for nginx static assetsEuAndreh2023-03-111-1/+6
|
* system.scm: Fix all importsEuAndreh2023-03-111-26/+5
|
* system.scm: Shrinkmore by removing inlined filesEuAndreh2023-03-111-620/+48
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 6ce2c272fb6e12c556991a85ec7ba216a1d64d84 git notes --ref=refs/notes/ci-data show 6ce2c272fb6e12c556991a85ec7ba216a1d64d84 Exit status: 0 Duration: 26
* src/infrastructure/guix/system.scm: Start to shrink itEuAndreh2023-03-112-1168/+218
| | | | | | | | | | | | Remove all the email-related code. Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 4c4332c451caab5950e5c20e29219c7e0824dd1b git notes --ref=refs/notes/ci-data show 4c4332c451caab5950e5c20e29219c7e0824dd1b Exit status: 0 Duration: 12
* Copy files backEuAndreh2023-03-1116-2/+1231
|
* channels.scm: Remove "nonguix" channelEuAndreh2023-03-111-9/+1
|
* Split SSH public keys into files, and upload it via a make targetEuAndreh2023-03-102-1/+1
|
* src/infrastructure/rsync.net/authorized_keys: Remove keys from old serversEuAndreh2023-03-101-3/+0
|
* src/infrastructure/guix/channels.scm: Do not depend on forked "guix" channelEuAndreh2023-03-101-11/+1
|
* src/infrastructure/ssh.conf: Move to dotfilesEuAndreh2023-03-101-10/+0
|
* system.scm: Fix position of -r REPO argument for backup jobEuAndreh2022-12-091-2/+2
|
* system.scm: Parameterize "etc-shadow" group for dovecot2 configurationEuAndreh2022-12-081-16/+18
|
* system.scm: Do not create /var/empty home directory for system usersEuAndreh2022-12-081-0/+5
|
* src/infrastructure/guix/system.scm: Checkpoint on commited changesEuAndreh2022-12-081-97/+596
| | | | | | | | | | | | | | | | Too many changes that accumulated over time: - shell aliases in /etc/rc; - SSH client configuration in /etc/ssh.conf; - Guile setup script in /etc/init.scm - r(1) command for running thing with the correct environment; - borg -r REPO option, and an extra cronjob for backing up to /mnt/backup/borg; - an extra btrfs disk on /mnt/backup/ - WIP setup of services in containers using (least-authority-wrapper ...); - a couple of FIXME markers for WIP tasks; - azula joins the WireGuard VPN.
* src/doc/: Remove ad-hoc helper filesEuAndreh2022-12-063-137/+0
|
* Revert "system.scm: Decrease permission of Postfix queue dir"EuAndreh2022-11-301-1/+1
| | | | | | This reverts commit a2e771b597c7b1fb6f9e5438002e8250f1fa906c. It breaks Postfix.
* system.scm: Use default config of dkimproxyout-service-typeEuAndreh2022-11-301-3/+1
|
* system.scm: Decrease permission of Postfix queue dirEuAndreh2022-11-301-1/+1
|
* system.scm: Add config for mta-sts subdomainEuAndreh2022-11-301-1/+23
|
* system.scm: Disable WIP Cyrus SASL auth in ProsodyEuAndreh2022-11-301-1/+2
|
* src/infrastructure/guix/channels.scm: Use fork of "guix" channelEuAndreh2022-11-302-2/+12
|
* system.scm: Add "btop" packageEuAndreh2022-11-291-0/+1
|
* src/infrastructure/guix/system.scm: Cleanup doc strings; shuffle things aroundEuAndreh2022-11-291-58/+12
|
* src/infrastructure/guix/system.scm: Remove nanolist-service-typeEuAndreh2022-11-291-1/+0
|
* src/infrastructure/guix/system.scm: Move many services to package-repositoryEuAndreh2022-11-291-505/+0
|
* src/infrastructure/guix/system.scm: Create "git-dir" variable to store ↵EuAndreh2022-11-281-6/+8
| | | | "/srv/git/git"
* src/infrastructure/guix/system.scm: Fix email loop with virtual_alias_databaseEuAndreh2022-11-281-4/+5
|
* src/infrastructure/guix/system.scm: Use alias_database with "static:" is not ↵EuAndreh2022-11-281-3/+4
| | | | working
* src/infrastructure/guix/: Make uniform path for git:// and https:// accessEuAndreh2022-11-282-2/+3
| | | | | | Instead of having repositories served over the Git protocol differ from when they are served via the Dumb HTTP protocol. Previously, nginx was doing the URL rewriting, and
* src/infrastructure/guix/system.scm: Add hostname to cronjob email subjectEuAndreh2022-11-281-1/+1
|
* src/infrastructure/guix/channels.scm: Change org-euandre channelEuAndreh2022-11-281-2/+2
|
* Build TODOs.html on "public" targetEuAndreh2022-11-274-4/+156
|