Paul Littlefield

Results 54 comments of Paul Littlefield

UPDATE If I change the image to **6.0-alpine** my script works again. Hope this helps to fix it with the _ubuntu2204_ images.

I have these images ... ``` REPOSITORY TAG IMAGE ID CREATED SIZE jrottenberg/ffmpeg 7.0.1-ubuntu2204 4d6c50fba7eb 4 days ago 280MB jrottenberg/ffmpeg 6.1.1-ubuntu2204 cbee29b560be 4 days ago 278MB jrottenberg/ffmpeg 6.0-alpine 18fbe59e95a1 16...

UPDATE I pulled **7.0-alpine** and my script works, which shows it's the _ubuntu2204_ image that my old Ubuntu Linux host does not like. I'm more concerned with getting the latest...

Ah, I wonder if that change has inadvertently caused this - https://github.com/jrottenberg/ffmpeg/issues/401

Same here, I'm behind Traefik but have Tailscale running on my nodes so CAN use that perfectly. This is my config ... ``` $ (mbp-linux) cat .headscale/config.yaml cli: address: headscale.mydomain.uk:443...

I can confirm that this was an issue for me as well. I tried to use the dns digitalocean plugin and it flatly refused to obtain certificates using Caddy v2.8.4...

Wow, quick response - thanks everyone! :-)

I run the script stated in the [Docker Deployment page](https://docs.btcpayserver.org/Docker/#full-installation-for-technical-users) after setting the variables. . ./btcpay-setup.sh -i I do have to say that I made a few changes to the...

Oooo, I am trying to go the other way and get BTCPay working with my existing Traefik on my VPS. Perhaps I should consider this method and letting BTCPay control...