~dricottone/huttese

ref: 7c249f079fdb02d7674c4999b6c61b5fa5b0e60f huttese/sr/etc/postfix/generic.changeme -rw-r--r-- 50 bytes
Version 1.0

Fully functional and mature implementation for x86 and aarch64, for
docker and podman. The process from source code to live deployment is
now reproducible and documented in both the README and the Makefile
recipes.

Git repos are now accessible by SSH or HTTP(S).

The `lists.sr.ht` functionality is deferred as out-of-scope and the
`builds.sr.ht` functionality is permanently declared out-of-scope.
Running the maintenance cron jobs is a TODO, as the relevence to this
project is dubious.
Refactoring

The site is no more functional now. But the databases are now in
separate containers, and there is a working recipe for managing the
database initialization/migration (via `make dbinit` and `make dbmigrate`).
This should speed up image builds and container starts, and make the
entire development cycle faster.

Sourcehut files have been moved to `sr/`.
Initial commit

Site not yet working. Cannot reach meta.intra.dominic-ricottone.com
(502 Bad Gateway). Cannot get CGI or PHP FastCGI test scripts to work
reliably (502 Bad Gateway or 403 Forbidden). But static HTML is working
great, so the NGINX server is at least minimally working.

postgres database is working, though no migrations have been tested.

redis database is unknown.

postfix service is working within the container. Whether the sourcehut
services are configured to use it properly or not is unknown.

Need to find a better way to redact sensitive information than manual
edits.