summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-25adds http/vendor to http imageJoe Carstairs
2026-06-25fixes COPY instructions in gemini.DockerfileJoe Carstairs
2026-06-25adds gcc (dependency for agate) in gemini/DockerfileJoe Carstairs
2026-06-25compose down timeout is 5s, not 300sJoe Carstairs
2026-06-25don't make anything in gemini/run.shJoe Carstairs
2026-06-25rc-update adds joeac.net service to 'default'Joe Carstairs
2026-06-25replaces 'stop' with 'down' to remove containers (so that they getJoe Carstairs
re-created with fresh images)
2026-06-25Revert "adds --rm to podman-compose up command to remove containers after"Joe Carstairs
This reverts commit 812d59e4dd7d7755ceac6ff7286be1d72d0b56b8.
2026-06-25copies gemini/run.sh into imageJoe Carstairs
2026-06-25adds --rm to podman-compose up command to remove containers afterJoe Carstairs
stopped
2026-06-25adds install, uninstall rules to MakefileJoe Carstairs
2026-06-25removes dependencies from openrc/joeac.netJoe Carstairs
2026-06-25removes extra command make from openrc/joeac.netJoe Carstairs
2026-06-25removes redundant JOEACNET_USER var from openrc/joeac.netJoe Carstairs
2026-06-25uses rootless podman in MakefileJoe Carstairs
2026-06-25bin/pp is executable and a dependency of out rule in http/MakefileJoe Carstairs
2026-06-25openrc/joeac.netJoe Carstairs
2026-06-25maps env vars for msmtp image in smtp.DockerfileJoe Carstairs
2026-06-25replaces prune_blog script with http/Makefile rulesJoe Carstairs
2026-06-25http: replaces prune_out script with make rulesJoe Carstairs
2026-06-24uses grep short flags for POSIX compatibilityJoe Carstairs
2026-06-24minor changes to composer.lockJoe Carstairs
2026-06-23adds composer install to http/MakefileJoe Carstairs
2026-06-23php-fpm gets env varsJoe Carstairs
2026-06-23php-fpm logs errorsJoe Carstairs
2026-06-23fastcgi SCRIPT_FILENAME looks in /usr/share/nginx/htmlJoe Carstairs
2026-06-23adds =404 to end of try_files directiveJoe Carstairs
2026-06-23adds ; in fastcgi_pass directive in http/nginx.confJoe Carstairs
2026-06-23php-fpm.conf lives in /etc/php85/fpm/pool.d in http imageJoe Carstairs
2026-06-23php-fpm runs on socket in /runJoe Carstairs
2026-06-23http.Dockerfile: runs php-fpm and nginxJoe Carstairs
2026-06-23nginx.conf: moves server into http blockJoe Carstairs
2026-06-22adds nginx/php-fpm configJoe Carstairs
2026-06-22http ports: 8080:80, not 8080:8080Joe Carstairs
2026-06-22Makefile: build_$(module) depends on $(module).DockerfileJoe Carstairs
2026-06-22move smtp/Dockerfile to smtp.DockerfileJoe Carstairs
2026-06-22http/Dockerfile: COPY to nginx folderJoe Carstairs
2026-06-22gemini/Makefile: FEED_TARGET includes comitium.json, notJoe Carstairs
subscriptions.json
2026-06-22cleans $(FEED_TARGET) before rebuildings comitium feeds inJoe Carstairs
gemini/Makefile
2026-06-22removes line breaks from gemini.Dockerfile for prettinessJoe Carstairs
2026-06-22adds placeholder rules to smtp/MakefileJoe Carstairs
2026-06-22gemini.Dockerfile: don't make in image build, make before image buildJoe Carstairs
2026-06-22gemini.Dockerfile: apk add makeJoe Carstairs
2026-06-22crond version has -r30Joe Carstairs
2026-06-22Revert "forget about crond container"Joe Carstairs
This reverts commit 63e3b7fb175b3e5b28e1efc295e8216736da76a2.
2026-06-22forget about crond containerJoe Carstairs
2026-06-22removes unnecessary http args from compose.ymlJoe Carstairs
2026-06-22uses crond container in gemini.DockerfileJoe Carstairs
2026-06-22adds stuff for http to example.envJoe Carstairs
2026-06-22replace another :: with cut for POSIX compatibilityJoe Carstairs