Mainly here to keep up with the news on Linux.

  • 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: July 15th, 2023

help-circle
  • Kekin@lemy.loltoSelfhosted@lemmy.worldCaddy and forgejo
    link
    fedilink
    English
    arrow-up
    4
    ·
    21 days ago

    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




  • 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





  • I can speak at least for rootless podman, I spent some hours on it and different ways I tried all ended in permission issues.

    I gave up on trying to do it properly and just set the permissions of the /dev/dri device to 666, so that my podman container can use the gpu for transcoding.

    Part of the issue with the container images that I tried is that they create a new user with whatever uid:gid I pass to the container, and so even if my nonroot user is part of the render group, the new user inside the container is not and so it can’t write to the /dev/dri/renderD128 (gpu), and so transcode wouldn’t work.

    That’s where I left the troubleshooting at cause it was being a headache












  • Just between yesterday and today I was struggling with this, to get DoH or DoT working, but Network Manager would override /etc/resolv.conf. At least I figured out how to stop NM from modifying the DNS.

    I tried my putting my dns settings in /etc/systemd/resolv.conf, as suggested by Nextdns setup page, but that didn’t seem to work, at least on Tumbleweed. On my Debian laptop running as a headless server, the /etc/systemd/resolv.conf does work.

    I’m currently with Stubby, and it’s working at least, but I would’ve liked to figure out the systemd-resolved way on Tumbleweed.


  • I would say option 3.

    I can share my current setup in case you’re interested.

    I recently moved back to Tumbleweed, and did the following:

    / -> 50GB, BTRFS, currently 13GB used I think

    /home -> 800something GB, BTRFS, same drive

    /boot/efi -> 512MB i think, same drive

    Then a separate drive mounted to a folder in my home directory, for games mostly.

    So far it eworks well, at least for me. BTRFS snapshots are working fine too. Flatpaks I have installed as user so they get installed in my home directory.