Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TI
Posts 2
Comments 45
Anyone here use GrapheneOS??
  • This is exactly why I don't have graphene os, the irony of having to support google is too much for me call me paranoid but i also dont trust them with the hardware piece either lol. I've been running lineage os without gapps and its honestly great, updates and patches are every few weeks, super stable and awesome.

  • Podman or rootless docker?
  • I'm actually in the process of switching over from docker to podman. Its definitely a learning curve, ie. Setting up systems integration etc.

    I do love it but its been a bit of a pain, for instance I'm still trying to figure out the errors I'm getting when trying to deploy my matrix and vikunja containers, I'm getting permission errors and can't find dB errors. I k ow little about podman right now but I would definitely recommend it since it is open source and runs rootless by deafult.

  • 💡 Matter Lights!
  • These look nice unfortunately I can't seem to find them on Amazon Canada, any other smart light changing bulb recommendations? I'm also looking for rgb outdoor pot lights but they need to be completely local.

  • Playing Repacked windows games on linux
  • I just switched over to using heroic launcher from lutris, its prettier and a smoother setup IMO. I have had issues as well installing some games from fitgirl, the install always failed. However they would install on windows just fine. So I did that then copied over the install files to my Linux hard drive and setup them up in heroic launcher.

    I've only had to do this with 3 games from fitgirl, maybe I'm missing something but I could not get these 3 games to install on linux. This is why I keep a hard drive with windows installed on it :)

  • Bleeding edge gaming distros with driver managers?
  • +1 to this used to use it and has all the wine packages pre installed so its super simple to setup lutris. I've since needed to go back to Windows just because there is no AMF encoding support for sunshine on Linux AFAIK

  • Figured out TCL roku

    I just bought a 58" TCL TV with roku built in and could not get it to work with homeassistant. It would go offline after 20 minutes of being powered off. I have my IOT devices in a clan with no internet access but I decided to update the TV and it still didn't work.

    What I found out I had to do was update the TV AND create a roku account so that this would finish the update. I then finally had the fast startup option and enabling that it works now! Even with internet access blocked again.

    Hopefully this helps someone else.

    1
    *Permanently Deleted*
  • This ^^ I thought this whole controversy was because they don't support the HA nix package BUT when people use it and their HA instance breaks.....they go to homeassistant support... Doesn't sound like a dictator but just saying they don't support that nix package etc. ?

  • Vaultwarden has such a steep learning curve
  • I have vaultwarden in docker but I don't expose my instance externally as you really don't need to. Put the bitwarden app on your phone sign into the instance and it will work even if your instance is borked. You can't add items but it works.

    My suggestion, run it in docker and just back up the entire docker compose and folder structure as that includes the database as well.

    If you want to expose it use nginx proxy manager its dead simple and awesome.

  • Chromecast / Firestick Self Host Replacement
  • I'm currently using osmc on raspberry pi 3s with the jellyfin kodi add-on installed. Works like a charm and can also install other video addons as well. Its been rock solid and you can airplay and stream from your phone. Been running this replacement for a year.

  • Need Help Bypassing Firewall Restrictions at My School
  • If you try to browse to the tailscale website does it work?

    If it does you could setup tailscale with an exit node at your house and tunnel your connection that way? Everything would then be coming from your home internet. I have had good success with tailscale being able to punch a hole through some pretty filtered firewalls.

  • What is the most neatest Open Source smartwatch?
  • I just picked up a banglejs 2 and I love it. I was using a galaxy smart watch 5 but didn't work without gapps on my lineage phone. Its obviously not as good as the Samsung smart watch but I've been super happy with it. No creating accounts, getting tokens etc. Just pair it via Bluetooth and gadget bridge and you are good to go. Its a little pricey but for open source watch its awesome, I've heard good things about pinetime as well.

  • HTTPS on homelab (just locally)
  • I do this too, have acls setup for my main LAN ips and all my internal hosts setup in opnsense in hosts override so they get redirected to NPM. Not sure if this is the correct way but it gives me all valid certificates. You could also do domain override and redirect just that domain to your NPM.

  • Radicals and NPM

    I've recently setup radicale using docker compose(tomsquestrwdicale-docker) and it works great I just can't get it to be accessible over the internet via my nginx proxy manager. Can somebody shed some light on what I need to do to get it working?

    I've added the nginx code as stated in the docs to the advanced tab in NPM but still nothing.

    3