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/)BR
brownmustardminion @lemmy.ml
Posts 40
Comments 111
Is this a bad idea? Mesh/VPN
  • I would say pretty secure. Of course, I would ensure all of the proper firewall, app pins, 2FA are in place in case my phone was ever compromised.

    I'm already accessing all of the services now over the web with authentication. This new configuration would shift thos services from being public to only devices on my private mesh network with the proper certificates.

  • Is this a bad idea? Mesh/VPN

    I’ve made a few posts in the past about my experimentation with connecting various devices and servers over a VPN (hub and spoke configuration) as well as my struggles adapting my setup towards a mesh network.

    I recently decided to give a mesh setup another go. My service of choice is Nebula. Very easy to grasp the system and get it up and running.

    My newest hurdle is now enabling access to the nebula network at the same time as being connected to my VPN service. At least on iOS, you cannot utilize a mesh network and a VPN simultaneously.

    TLDR: Is it a bad or a brilliant idea to connect my iOS device to a nebula mesh network to access for example my security camera server, as well as route all traffic/web requests through another nebula host that has a VPN such as mullvad on it so I can use my phone over a VPN connection while still having access to my mesh network servers?

    15
    Amcrest IP4M-1041B + Home Assistant
  • You can probably find a visual walkthrough of the GUI by searching youtube.

    There's a login page. After you authenticate, there's a live view page, a review/recordings page if you are recording to SD card in camera, and a few settings pages.

    I'd say you could absolutely access the camera standalone, but at least the cameras I have don't do any detection or notifications. That's where the NVR comes in. I know reolink has cameras that do all of the above including AI detection.

  • In-wall light switch recommendations
  • I know you’re in zigbee, but I’ve tested many different wall switches and IMO Zooz Zwave switches are the best option.

    They’re cheap, reliable, and most importantly don’t cause LED lights to flicker like every other brand I’ve tested. They also have replaceable paddles so you can change the color of the paddles. I purchased black paddles and used a sand blaster to make them matte like the rest of the outlets and plates around my apartment.

    Inovelli is also great however those switches are overkill for most situations and very pricey.

  • Amcrest IP4M-1041B + Home Assistant
  • I use a bunch of Amcrest PoE cameras. None with PTZ though. I run them to a dedicated box running frigatenvr. From there I allow access from Homeassistant with the frigate integration.

    IP cameras allow you to access the device via web gui where you can view and configure the camera for your needs. Once I’ve set them up I only ever access them again through frigate.

  • [HELP] Trouble Multi-Booting Fedora + Ubuntu

    As the title says, I'm trying to multiboot Fedora 40 and Ubuntu 24. The documentation and guides for this all seems pretty outdated through my searching and troubleshooting.

    I currently have ubuntu installed. My drive partition table looks like this:

    • sda1 -- EFI (250MB)
    • sda2 -- /boot (ext4, 2GB)
    • sda3 -- empty (ext4, 2TB) <-- Fedora partition
    • sda4 -- Ubuntu 24 (LUKS encrypted, 2TB)

    I'm trying to install Fedora now and it's giving me nothing but errors. The most useful guide I found for this specific setup just has you adding sda3 as the installation path (mounted at /) for Fedora and it's supposed to figure out the EFI and boot, but that doesn't happen. In fact, the EFI and /boot partitions show up under an "Unknown" tab in the Fedora custom partition window of the installation. They should be under a tab such as "Ubuntu 24 LTS". Fedora isn't recognizing the ubuntu installation (because it's encrypted?)

    Am I wrong in assuming that both OS's should be sharing the EFI and /boot partitions? Maybe that's the issue?

    Anybody out there successfully dual booting Linux distros with both distros encrypted?

    2
    Fully Virtualized Gaming Server?
  • I’m not the one making wild accusations about somebody wanting to selfhost a gpu server to edit…incest porn or whatever it is you’re on about.

    No idea what lie you think I’m telling. 🤷‍♂️

  • Fully Virtualized Gaming Server?
  • Maybe my situation is just unique, but due to my job I'm able to have a single workstation with multiple high VRAM GPUs. I wouldn't be able to justify the cost of buying new GPUs and an entire rig just for gaming or AI image/video. I wouldn't foresee more than 2 VMs using the GPU in high priority at any single time.

    When I'm not working this system sits idle or is running renders. Why not utilize the amazing resources I have to serve my other needs?

  • Fully Virtualized Gaming Server?
  • I have a workstation I use for video editing/vfx as well as gaming. Because of my work, I'm fortunate to have the latest high end GPUs and a 160" projector screen. I also have a few TVs in various rooms around the house.

    Traditionally, if I want to watch something or play a video game, I have to go to the room with the jellyfin/plex/roku box to watch something and am limited to the work/gaming rig to play games. I can't run renders and game at the same time. Buying an entire new pc so I can do both is a massive waste of money. If I want to do a test screening of a video I'm working on to see how it displays on various devices, I have to transfer the file around to these devices. This is limiting and inefficient to me.

    I want to be able to go to any screen in my house: my living room TV, my large projector in my studio room, my tablet, or even my phone and switch between:

    • my workstation display running on a Window 10 VM
    • my linux VM with youtube or jellyfin player I use as a daily driver
    • a fedora or Windows VM dedicated to gaming, maybe SteamOS
    • maybe a friend comes over for a LAN party and we both can game without having to set up a 2nd rig
    • I want to host an LLM or stablediffusion server without having to buy a new GPU with enough VRAM to run SDXL
  • Fully Virtualized Gaming Server?

    For years I’ve had a dream of building a rack mounted PC capable of splitting its resources to host multiple GPU intensive VMs:

    • a few gaming VMs
    • a VM for work that can run Davinci Resolve and Blender renders
    • an LLM server
    • a Stable Diffusion server
    • media server

    Just to name a few possibilities…

    Everytime I’ve looked into it, it seemed like the technology just wasn’t there yet. I remember a few years ago Linus TT took a shot at it, but in the end suggested the technology (for non-commercial entities) just wasn’t in a comfortable spot yet.

    So how far off are we? Obviously AI focused companies seem to make it work, but what possibilities exist for us self-hosters who might also want to run multiple displays in addition to the web gui LLM servers? And without forking out crazy money for GPU virtualization software licenses?

    95

    HACS Setup Without GitHub Account?

    HACS has a problem with hitting the GitHub rate limit when you first install it. It’s not really that big of a deal. You usually just need to wait an hour for the local database to populate.

    It used to be optional to link your GitHub to HACS to bypass the rate limiting but now it seems the installation requires it.

    I’m not a fan of this as somebody who uses Homeassistant for its privacy values and am kind of frustrated HACS removed the ability to install without a GitHub API key.

    Is there a manual way to override the API linking process?

    7

    [Question] Using DD to make a backup of an OS drive?

    Would this work or would I have problems:

    Using dd command to backup an entire SSD containing dual boot Windows/Ubuntu partitions into an .iso file, with the intent to then dd that iso back onto the same size SSD in the case of a drive failure?

    28

    Best Local Smart Lock for Privacy/Security

    I’m solidly leaning towards a Schlage Connect Lock due to its local only Zwave capabilities (which has the benefit of also extending battery life). I was strongly considering the Aqara U100 for its many features, but based on what I’ve seen I can foresee it being a nightmare to get working locally with home assistant and the need for a phone app makes me fear for long term support.

    I use the Schlage Encode for other houses and love the way it looks and how easy it is to setup and use. I really wish they would make a Zwave version with the same hardware.

    So before I jump in and buy the Schlage Connect, is there anybody who has experience with either of the locks I’ve mentioned? Feel free to chime in if you have a different lock that you think beats out these.

    26

    Local Only Water Meter?

    I tried my hand at rigging a proximity sensor to the water meter in my house. Sadly it doesn’t have the spinning magnet for the sensor to pick up.

    I looked into other options for pulling data from the meter, but for each method, my very antiquated meter had a complication that would prevent it from working.

    TLDR: Any recommendations for a home water meter that’s local and integrates well with home assistant?

    I’m going to check with my water company first, but likely will remove the old meter and replumb a new “smart” meter and an automated shut off valve into the water supply. I believe the current meter is leftover from before the utility added new meters further upstream, so I’d rather get rid of the rusty piece of junk anyway.

    7

    [Question] Securely Passing Host VPN to KVM?

    I've attempted to create a VM on my ubuntu host machine that is accessing the internet via a dedicated VPN app. I'm able to disconnect my host VPN and access the web within the VM, but cannot access the web when the host VPN is enabled. Ideally I'd like to enable the VPN on the host and pass through web access to the VM.

    I have two questions:

    1. If my use case is to use a VM to increase privacy and security as well as isolate my operations within the VM from my host, is it better to have the VPN app from inside the VM or pass the host's through to the VM?
    2. If it doesn't make much of a difference, how can I go about passing the host's VPN to the VM?

    In either scenario, I'd still like to keep the host's VPN active while being able to use the VM, which I currently cannot.

    3

    [WLED] Anybody manage to get WS2814 LEDs working?

    I'm following the settings on WLED's wiki for the WS2814 strip:

    >6-LED groups (24V) as one logical LED. Must be controlled as SK6812 type, color order: BRG, swap W and G (this option is available since WLED 0.14.0-b1)

    But the lights just flicker like crazy. Switching WLED settings definitely does something, but not the intended effect.

    Using the domestic automations controller. On the latest WLED firmware. LEDs are powered directly by a 24V 10A PSU. Originally I thought my data cable was too long but it still has all the issues plugged directly into the controller.

    Has anybody got these strips working? Is the WLED wiki wrong?

    3

    [Question] Alternative to NFS for Proxmox Backup Server

    I have a backup server running Proxmox Backup and OMV in separate VMs. OMV provides the storage as an NFS to the proxmox backup server VM.

    I have multiple remote servers that connect to the proxmox backup server but recently I keep having issues with backups. Something about file lock estale.

    Is there an alternative to NFS I can use in OMV to provide the storage for the proxmox backup server?

    I know there are vastly different configuration options, but I have some other things set up with OMV so I’m kinda stuck on that.

    10

    Looking for Low Voltage Wire Connectors for Home Automation Projects

    Try as I might, due to the abundance of various types of low voltage wire connector types, I can't seem to find exactly what I'm looking for.

    I do a lot of LED strips and DC powered automations and I've used many Wagos and soldered some stuff in place. These tend to have some problems though. Wagos can take up too much space, especially when connecting power to LED strips that can't be tucked away. Soldering in place sucks and usually ends with a poor connection. LED snap on clips are ridiculously unreliable and weak connections. Barrel connectors are nice and small but the connection has the potential to pull out.

    The holy grail IMO would be a very small plastic two wire housing that can clip together like a plastic belt buckle or those connectors that often come with 12V DC batteries in battery backups/motorized kids toys. I have no idea what term to search for to find these.

    Anybody got any hints?

    I like the idea of presoldering these onto the ends of LED strips in lieu of barrel connectors, so once you are ready to install in the location it's as easy as snapping in place. If the LEDs burn out it can be replaced easily as well.

    14

    Question for Metalworkers

    I realize this is a woodworking community so don’t kill me, but I’m in the process of upgrading my tablesaw with a new fence so it’s somewhat related. Plus there’s no metalworking community that I could find on Lemmy.

    To the point: I’ve got a piece of steel angle I want to use for the back rail on my table saw (where the end of the fence rests), buts its Swiss cheese full of holes and some holes are in awkward locations where I need to drill new holes to mount to the table saw to. Anybody dabble in welding know if I could fill in the holes with a mig welder and grind it flat? If so, any tips? I’ve got a flux core mig machine.

    I bought the Delta T3 fence kit for my rigid saw because people online said “super easy to install. You only need to drill and tap a hole or two”. That turned out to be bullshit. 😅

    4

    PSA: Twitch Shadowbans Users on VPN + Linux

    If you notice your chat messages show up in the chat feed but don't appear on the streamers in-screen chat, you have been shadowbanned.

    Twitch will still take your money for donations, subs, etc, but your feedback won't be seen by anybody but you. This shadowban does not appear in the appeals page and can be applied randomly and intermittently. You are never informed about this by the way. You'll likely be talking in a chat and assuming you're being ignored. Hop into a private tab and load up the stream where you'll be able to notice if your messages are missing in chat.

    From my observations, there seems to be some type of algorithm/system that determines who to shadowban. I'm assuming it assigns extra points for factors like VPN usage, Linux, and adblockers. Once you've been shadowbanned, switching one of those three will not work to unban you until some arbitrary timer expires.

    I'm posting this in case anybody else has experienced this and felt frustrated and isolated. You're not being ignored (unless you're a twat and are being ignored). You're just being punished by Twitch for being privacy conscious.

    50

    Custom Domain Email

    I self host pretty much everything, but one of the services I find makes more sense to not self host is an email server.

    I’ve got a few domains I’d like to have emails for, and usually I’d go for Tutanota or protonmail. But in this instance I’m looking for something dirt cheap. These domains are for a hobby club so I’m much less concerned with privacy like I usually would be. Anybody got any recommendations?

    So far namecheap seems like my best option for under $8/month. They would bundle with my domain registration and I’m assuming having both on the same service would make things pretty seamless to set up.

    Not crazy concerned with privacy for these particular accounts. Namecheap or similar is reputable enough.

    45

    [Help] Pfsense Routing OPT1 to Use Wireguard Interface / Gateway

    Hey guys.

    Having a bit of a headache trying to get wireguard working properly through my pfsense router.

    Configuration overview: VPS wireguard server set to forward all traffic from peers (it's operating as a self-hosted VPN). I have a port on my router we'll call OPT1 that I want to traffic all connections through wireguard to the VPN.

    So far I have the VPS and pfsense connected successful through wireguard. They are making active handshakes and I can ping between them perfectly fine.

    I followed the documentation, but my windows PC connected directly to OPT1 can't access the internet. From the PC I can ping the DHCP server of OPT1 as well as the wireguard tunnel, but I can't ping anything outside of that. I'm passing all traffic from OPT1 subnet to the wireguard interface in both OPT1 firewall rules and the wireguard interface rules.

    I'm sure many of you have dealt with this configuration before. Does this issue sound familiar?

    2

    [Question] Resizing Proxmox local / local-lvm?

    I'm dangerously close to running out of space for my VMs on local-lvm, but noticed I have a lot of free space in my local storage where I only have a dozen ISOs stored.

    Can anybody help me figure out how I'd go about shrinking the local storage so I can extend my local-lvm?

    0

    Quadro Card for Displays on 3D/Editing PC?

    Anybody familiar with quadro cards?

    I'm currently running an old Titan X for monitor display only and an RTX 3090 for computing/rendering.

    If I run any monitors off of my 3090, I eventually get a BSOD when running renders or AI models. I think it's a driver issue due to being forced to use the driver for the old Titan card.

    So I'm looking to get a quadro card for my 5 displays, a mixture of display port, dvi, and hdmi.

    Anybody got any affordable recommendations? It will need to have at least enough processing power to run my viewports in 3dsmax and blender.

    3

    Table Saw Fences in 2024?

    So I’ve been putting off upgrading the fence on my trusty Rigid 4512 for a few years.

    I’ve got a big cabinet project coming up and of course my fence of choice, the Vega 40 Pro is no longer available.

    Anybody have experience upgrading the 4512 and have any recommendations?

    EDIT: Considering Delta T30 and Shop Fox W2005.

    8

    Anybody Using Nebula?

    After a very enlightening discussion in a previous thread, I decided to plunge into a mesh type network to connect my various servers and devices.

    Nebula has been fairly straight forward to set up so far, but I’m having some trouble with the details and am curious if anybody has successfully got Nebula up and running for their network.

    Installation on Linux platforms has been a breeze. Windows I can’t seem to get working. I was able to install but the service refuses to start. Can’t find any documentation besides random GitHub issue threads. MacOS was easy to install but having issues due to a VPN that’s running already.

    I use a VPN because I travel a lot. I also use my MacBook to SSH into my servers or access remote file storage. My previous network configuration was connecting via wireguard to my network. I was able to do this while maintaining an always on VPN with the mullvad app. With Nebula that VPN seems to muck things up.

    I’m also curious if anybody has had experience setting up a dual config for Nextcloud. Essentially accessing a Nextcloud server from nebula with a trusted device while still allowing public access for things list public shared links.

    19

    Need Some Help Troubleshooting Ubuntu Surround Sound

    I had sound working fine with one problem: the center and rear right channel were swapped.

    I generated an /etc/asound.conf to work on the channel swap and reloaded and now I can see the audio in pulse audio monitor, but nothing from the speakers. I deleted asound.conf and rebooted and it's now back to the previous settings but still having an issue with no sound from the speakers.

    Any help is appreciated. I'm still also trying to figure out how to rearrange the surround channels so they are assigned to the correct speakers. Changing them from the hardware isn't an option unfortunately.

    3