aboutsummaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2023-12-22environment: Introduce record type for environment variables.Arun Isaac
2023-12-20klaus: Make klaus package a configurable keyword argument.Arun Isaac
2023-12-19forge: Allow building specific variables in channels.Arun Isaac
2023-12-19tissue: Explain permissions set on the tissue state directory.Arun Isaac
2023-12-19acme: Combine deploy hooks into a file-like object, not a raw G-exp.Arun Isaac
2023-10-04forge: Set repository ownership only when user field is set.Arun Isaac
2023-09-18acme: Import (ice-9 match) in acme-renew G-expression.Arun Isaac
2023-08-12cgit: Render org mode README files.Arun Isaac
2023-08-10forge: Import specific modules, not all of (gnu).Arun Isaac
2023-08-09gunicorn: Support <forge-host-socket> sockets.Arun Isaac
2023-08-09cgit: Add cgit service.Arun Isaac
2023-08-09fcgiwrap: Add fcgiwrap service.Arun Isaac
2023-08-09nginx: Add forge-nginx service.Arun Isaac
2023-08-09acme: Add ACME service.Arun Isaac
2023-08-09acme: Add uacme.Arun Isaac
2023-08-08socket: Introduce <forge-host-socket>.Arun Isaac
2023-07-28gunicorn: Squeeze adjacent strings together.Arun Isaac
2023-07-28gunicorn: Mention app name in shepherd service documentation.Arun Isaac
2023-07-27klaus: Mirror default socket used by gunicorn service.Arun Isaac
2023-07-27gunicorn: Set default socket to Unix socket.Arun Isaac
2023-07-26klaus: Serve klaus on a Unix socket by default.Arun Isaac
2023-07-25klaus: Add helper function to create klaus gunicorn app.Arun Isaac
2023-07-25gunicorn: Add gunicorn service.Arun Isaac
2023-07-25klaus: Add python-klaus.Arun Isaac
2023-07-25klaus: Add git-without-safe-directory-check.Arun Isaac
2023-07-22klaus: Add python-httpauth.Arun Isaac
2023-07-08forge: Show verbose build logs in guix-channel-job-gexp.Arun Isaac
2023-07-05forge: Set TLS certificate paths in guix-channel-job-gexp.Arun Isaac
2023-07-05Do not refer to (forge web).Arun Isaac
2023-07-05forge: Introduce guix-channel-job-gexp.Arun Isaac
2023-07-05tissue: Use latest tissue with a patched libgit2.Arun Isaac
2023-07-04webhook: Export webhook package.Arun Isaac
2023-03-18tissue: Use upstream Guix tissue package.Arun Isaac
2023-01-31tissue: Conditionally embed socket directory creation G-expression.Arun Isaac
2023-01-30socket: Replace string-contains? with string-contains.Arun Isaac
2023-01-27tissue: Update to 0.1.0.Arun Isaac
2023-01-20tissue: Use latest guile-xapian commit.Arun Isaac
2022-12-20forge: Refactor extension functions into named functions.Arun Isaac
2022-10-17webhook: Replace lambda function with define function.Arun Isaac
2022-10-17webhook: Run as webhook user and group.Arun Isaac
2022-10-17webhook: Use least-authority-wrapper.Arun Isaac
2022-10-17webhook: Use <forge-*-socket> to configure socket.Arun Isaac
2022-10-17tissue: Use least-authority-wrapper.Arun Isaac
2022-09-15Revert "tissue: Set ownership of state directory recursively."Arun Isaac
2022-09-15tissue: Set ownership of state directory recursively.Arun Isaac
2022-07-11tissue: Invoke `tissue web' instead of `tissue run-web'.Arun Isaac
2022-07-11tissue: Update to 0.1.0-1.6d6285d.Arun Isaac
2022-07-06tissue: Use skribilo from upstream git repository.Arun Isaac
2022-07-06tissue: Add tissue service.Arun Isaac
2022-07-05socket: Introduce <forge-*-socket> types.Arun Isaac