Christian Winther

Results 180 comments of Christian Winther

I'm okay with either

PR away - on debian (dotdeb) I actually think php5-mysql is php-mysqlnd

I ended up with this nginx configuration to make it work ```nginx map $http_x_forwarded_proto $proxy_x_forwarded_proto { default $http_x_forwarded_proto; '' $scheme; } map $http_upgrade $connection_upgrade { default upgrade; '' close; }...

Would love to see this land. @olekukonko is the code/approach fine? if yes, I'm happy to do the work to revive this PR so its mergeable :)

@olekukonko thank you, I appreciate it :) Please let me know if I can support it in any way as well

Thank you @WillAbides ! :) @olekukonko How does it look from your point of view? Does it need any further polishing / tweaks?

@spf13 👋 Any chance of this landing? I have exactly this use-case as well :) If it needs work, I would be happy to take it on

My current Pixelfed-on-Docker are not part of the main repo, but a separate project, which has both nightly and up-to-date tags https://jippi.github.io/docker-pixelfed/customize/tags/ :) The docker images there should work just...

I believe @dansup plans to point to my Pixelfed + Docker as the canonical Pixelfed+Docker project; and is a continuation of the original contribution I made back in #4844 with...