I tried it out for a while and I think a new feature? is that you can control de brightness of the monitor through Plasma. Cool for one monitor but I have 2 and one is brighter than the other at a given brightness %, so it got a bit annoying. I didn’t look further into it but when 6.1 is released on Fedora I will probably need to.
Additionally the SDR colors when HDR is turned on looked better overall. Better than Windows was able to do even. Awesome stuff
Not really through Caddy but for my setup I have it so the ssh port for Forgejo is only accessible through tailscale. So for push/pulling updated my ssh config file to something like
Host git.mysite.com HostName tailscaleMachineName User git Port 1234
Then doing git pull git@git.mysite.com:user/project.git works just fine as long as I am connected to tailscale
Otherwise you could open the port for Forgejo’s ssh so that you can access it without any vpn