I’ve just updated (the Docker images powering) my …
I’ve just updated (the Docker images powering) my Aperture install—Aperture is an RSS and IndieWeb aggregator. Working on a blog post, too. (A lot of work, actually, because of Aperture’s many dependencies. Should probably just create a Git repo and let the config files speak for themselves.)
doubleloop.net on
I’d love to see this Aperture Docker repo!
Via doubleloop.net, in reply to .
Jan Boddez on
A very early attempt: https://github.com/janboddez/aperture-docker-compose. (Note that this won’t give you a working install, at all. It’s missing a web server config, the Watchtower service and cron job,
composer install
, and database migrations.)Via mastodon.social, in reply to .
Jan Boddez on
What does it do, then? Well, spin up a couple PHP-FPM containers and pull some files inside (and write them to the host as well) when they’re first run.
Via mastodon.social, in reply to .
Jan Boddez on
And even that could be improved.
Via mastodon.social, in reply to .
Jan Boddez on
Got somewhat closer to a working product—main thing missing is some NGINX examples, I think, and the ugliest bit is having to, for now, manually insert that one database row.
Via mastodon.social, in reply to .
Jan Boddez on
(Most of them migrations could probably move in the shell files as well, tho.)
Via mastodon.social, in reply to .
Just set up a new, working Docker-powered Aperture/Watchtower/Camo instance with these exact instructions! ? Main thing still missing, except maybe better docs, is an example NGINX config.
Via mastodon.social, in reply to .
(Had to quickly disable some debug/SQL logging because of a permissions thingy, but the updated defaults should just work. I think.)
Via mastodon.social, in reply to .