aboutsummaryrefslogtreecommitdiff
path: root/long-description (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-22Remove redundant "-latest" variants of packages in Guix and NixEuAndreh3-47/+15
2023-03-22Support HomebrewEuAndreh13-40/+216
2023-03-22src/bin/paku: Get Base64 from paku.lock instead of calculating itEuAndreh2-12/+23
2023-03-22tests/vm-check.sh: Add markers of what is running whereEuAndreh1-8/+17
2023-03-22tests/vm-check.sh: Still shutdown if "check.sh" fails when -x is givenEuAndreh1-4/+7
2023-03-21TODOs.md: CleanupEuAndreh1-173/+4
2023-03-21tests/vm-check.sh: Shutdown at the end if -x is givenEuAndreh1-1/+5
2023-03-21src/bin/paku: Add "debian-packages" action, do not depend on dpkg-scanpackagesEuAndreh1-8/+49
2023-03-21src/bin/paku: Use "label" field from paku.lockEuAndreh2-33/+17
2023-03-21src/bin/paku: First-ish version of HTML outputEuAndreh2-0/+173
2023-03-21src/bin/paku: Turn value of $dir into Make variable $(DIR)EuAndreh1-27/+29
2023-03-21src/bin/paku: General cleanup and tidynessEuAndreh4-197/+222
2023-03-21Add generated Guix and Nix files as dependencies of paku.lockEuAndreh1-4/+6
2023-03-21paku.lock: Use flat format for packagesEuAndreh2-281/+259
2023-03-21src/bin/paku: Use list of strings over multiple loopsEuAndreh1-100/+59
2023-03-21Use stripped "-latest" name in package official name tooEuAndreh2-3/+12
2023-03-21Big revamp of paku(1): now in Perl, genating Debian packagesEuAndreh11-421/+1073
2023-03-20queue.scm: Remove (mail-in-home? ...) option from Postfix and DovecotEuAndreh1-16/+7
2023-03-20Makefile: Add "guix-packages" as dependency to the "guix-services-*" targetsEuAndreh1-2/+2
2023-03-20queue.scm: Disable NIS on postfixEuAndreh1-0/+1
2023-03-20queue.scm: Use (string-join ...) for setting $CCARGS of postfixEuAndreh1-3/+9
2023-03-17queue.scm: Disable newaliases in Postfix activation againEuAndreh1-0/+2
2023-03-17Revert "queue.scm: Remove trailing "/" from Postfix "mail-directory" variable"...This reverts commit f32c1bd78f1399cedd2167dc113237cab1878f30. EuAndreh1-2/+2
2023-03-17queue.scm: Play it save when creating /var/mailEuAndreh1-3/+4
2023-03-17queue.scm: Remove trailing "/" from Postfix "mail-directory" variableEuAndreh1-2/+2
2023-03-17queue.scm: Export missing Dovecot namesEuAndreh1-1/+32
2023-03-17queue.scm: Add docstrings to Dovecot variables, and mark it as finishedEuAndreh1-16/+34
2023-03-17queue.scm: Prepare Dovecot service for namespaces withtou activating it yetEuAndreh1-9/+23
2023-03-17queue.scm: Fix Dovecot profile-service-type extensionEuAndreh1-1/+1
2023-03-17queue.scm: Parameterize Dovecot /var/mail/ locationEuAndreh1-3/+4
2023-03-17queue.scm: Remove FIXME marker on personal server automationEuAndreh1-8/+0
2023-03-17queue.scm: Simplify Dovecot activationEuAndreh1-14/+14
2023-03-17queue.scm: Rename dovecot-configuration-{dovecot => package}EuAndreh1-3/+3
2023-03-17queue.scm: Add supplementary-groups to Dovecot {,untrusted-}userEuAndreh1-20/+22
2023-03-17queue.scm: Add documentation to all postfix variables...And move it to the "finished services" section. EuAndreh1-57/+52
2023-03-17queue.scm: Cleanup Postfix configEuAndreh1-39/+17
2023-03-17queue.scm: Add supplementary-groups to PostfixEuAndreh1-1/+3
2023-03-17queue.scm: Add missing #$ ungexp to mail-directoryEuAndreh1-1/+1
2023-03-17queue.scm: Parameterize Postfix Cyrus SASL directoryEuAndreh1-9/+9
2023-03-17queue.scm: Use newaliases(1) over postalias(8) on Postfix activationEuAndreh1-5/+3
2023-03-17queue.scm: Parameterize "/var/mail/" Postfix mail spool directoryEuAndreh1-8/+8
2023-03-17queue.scm: Rename postfix-configuration-{postfix => package}EuAndreh1-10/+10
2023-03-17queue.scm: Add explicit "finished" and "WIP" sectionsEuAndreh1-9/+9
2023-03-17queue.scm: Parameterize address of DKIM mail filter in PostfixEuAndreh1-16/+22
2023-03-17queue.scm: Put Dovecot config file under /etc/dovecot/dovecot.conf by defaultEuAndreh4-15/+19
2023-03-17Makefile: Streamline verification of generated config filesEuAndreh10-16/+100
2023-03-17queue.scm: Fix positional argument of dkimproxyout config fileEuAndreh1-1/+0
2023-03-17queue.scm: Add docstrings to dkimproxy service variablesEuAndreh1-8/+12
2023-03-17queue.scm: Add flexible "config-extra" and "raw-file" options for dkimproxyoutEuAndreh1-5/+12
2023-03-17queue.scm: Add missing mapping to DKIMPorxy.out container and enable it by de......By manually enabling `(run-in-container? #t)` in the server and doing an strace(1) of the running processes: $ strace `pgrep -fi dkimproxy.out-real | sed 's|^| -p|' | tr -d '\n'` ...revealed that dkimproxy_out(1) failed when it couldn't find the `/etc/protocols` file in its namespace. After adding that manually via the `(extra-mappings ...)` list, it worked correctly. EuAndreh1-1/+4