Christopher Perrin
Christopher Perrin
The same happens on NFS. Local works as expected. I see that in the request there is no file extension on the image name. When provisioning on local it works....
Pretty much every "official" image that has at least a SemVer like schema uses this pattern. See for exampe [MySQL](https://hub.docker.com/_/mysql) or [python](https://hub.docker.com/_/python)
It would already be useful if you only published a minor and mybe a major version docker tag with your production versions. You already have some logic for you latest...
A very simple first step we could take is to allow setting a media proxy url. If that is set this url is prepended to the media url. This way...
You don't need the `version` at all. See https://docs.docker.com/compose/compose-file/04-version-and-name/
Do you use the old `docker-compose` command or do you use the new docker compose plugin (`docker compose`)? If you are not using the plugin you should switch over.
That is a bit of a hard problem to solve. What is the right amount of time/requests to wait. It is possible that the Instance is just in maintenance mode...
The problem is that a vote in ActivityPub is a message that is sent to everyone who subscribed to the content (in easy terms). That means as soon as someone...
This would break DMs with all instances that are not Lemmy. How would you handle that? Apart from that it would be really hard to create a trustworthy E2E encryption....
I agree that this is useful but it is not really in line with the principles of federation. If that one site goes down all instances are affected. Someone has...