aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-09Forward http and https ports to the containerWojtek Kosior
2023-09-09Make TLS functionalWojtek Kosior
Enable letsencrypt certificates in httpd while making all daemons fall back to self-issued certs when /etc/letsencrypt/live is unpopulated.
2023-09-07Serve archived hydrillabugs.koszko.org websiteWojtek Kosior
2023-09-05Make submakes always use the same Guix we useWojtek Kosior
2023-09-05make an old article about ethereum viewable againWojtek Kosior
2023-09-02Correct 1984 IP address for AXFR transfersWojtek Kosior
2023-09-02Enable logging in KnotWojtek Kosior
2023-09-02Add Knot to the containerWojtek Kosior
2023-09-01Add Dovecot to the containerWojtek Kosior
2023-09-01Use user-configured Guix command/revision everywhereWojtek Kosior
2023-09-01Add a note with command for queuing test email in eximWojtek Kosior
2023-09-01Compute test root path onceWojtek Kosior
It looked ugly and confusing when sed command was being embedded everywhere.
2023-08-31Prevent creation of /home/<name> directories for system usersWojtek Kosior
2023-08-31Correct remaining mistakes in Exim serviceWojtek Kosior
Set exim user and group in the package, don't fail on existing symlink. Make exim setuid. Also refactor some code into more readable separate functions.
2023-08-30make local SMTP connections able to reach containerized Exim even when using ↵Wojtek Kosior
the external IP address
2023-08-30add a sample Makefile.local for running with user's current GuixWojtek Kosior
2023-08-30update copyright yearsWojtek Kosior
2023-08-30Make it more convenient to override the guix command and commitWojtek Kosior
2023-08-30run Exim in containerWojtek Kosior
2023-08-29fix building of Hydrilla server after cleanWojtek Kosior
2023-08-29Adapt exim4 config for koszko.org email serverWojtek Kosior
2023-08-28check in the sample Exim4 configWojtek Kosior
2023-08-25make it possible to test the container without SysV init helper toolsWojtek Kosior
2023-08-25don't pull mitmproxy just for running hydrilla serverWojtek Kosior
2023-08-05GDPR "fix"Wojtek Kosior
2023-05-06update websiteWojtek Kosior
2023-05-03make TLS certs usable by both guix' and host's daemonsWojtek Kosior
2023-05-03make certbot functionalWojtek Kosior
2023-05-03Don't connect to the real net when running in a test environment.Wojtek Kosior
2023-05-03fix duplicated "httpd" group and user definitionWojtek Kosior
2023-05-03don't use multiple use-{package,service}-modules clausesWojtek Kosior
2023-05-02allow Guix container to access host's network via NATWojtek Kosior
2023-04-27use `python-pygments` instead of `highlight` for pretty-printing git blobs ↵Wojtek Kosior
(rn cgit is not packaged correctly to use highlight)
2023-04-27add gitolite user (no processes are run as this user but it is expected by ↵Wojtek Kosior
CGI process when it tries to determine file permissions
2022-12-17add certbot service; replace trivial lambdas with `cut`Wojtek Kosior
2022-12-17refactor virtualost definitionsWojtek Kosior
2022-12-14use `file-append` from (guix gexp) instead of our own gexp functionWojtek Kosior
2022-12-13fix redirects between Apache2 virtualhostsWojtek Kosior
2022-12-10redirect renamed "pydrilla" repo to "haketilo-hydrilla"Wojtek Kosior
2022-12-10add git.koszko.org virtualhostWojtek Kosior
2022-12-10enable Apache-generated directory indexes for hydrillarepos.koszko.org ↵Wojtek Kosior
virtualhost
2022-12-10make hydrillarepos.koszko.org virtualhost testableWojtek Kosior
2022-12-10expose file downloads in hydrilla.koszko.org virtualhostWojtek Kosior
2022-12-10add sheets.koszko.org and pray.koszko.org virtualhostsWojtek Kosior
2022-11-30update to koszko.orgWojtek Kosior
2022-11-29remove the unneeded `reinstall` targetWojtek Kosior
2022-11-29correct the prerequisites for `install` targetWojtek Kosior
2022-11-29include omitted subrepos in the `clean` ruleWojtek Kosior
2022-11-29update to koszko.orgWojtek Kosior
2022-11-25put double exclamation mark (!!) in single quotes for safetyWojtek Kosior