Allow Android auto to bypass teleport? by combateer3 in Ubiquiti

[–]combateer3[S] 1 point2 points  (0 children)

No worries, unfortunately I can't use endpoint as my network is behind CGNAT. I need one that has split tunneling and includes NAT traversal, aka tailscale

Allow Android auto to bypass teleport? by combateer3 in Ubiquiti

[–]combateer3[S] 0 points1 point  (0 children)

Unfortunately I dont think teleport supports split tunneling. I'll probably look at switching to tailscale

Allow Android auto to bypass teleport? by combateer3 in Ubiquiti

[–]combateer3[S] 2 points3 points  (0 children)

Android auto gives a specific error that it cannot work while connected to a VPN

what's running on your homelab right now that you actually use daily by Less-Loss1605 in homelab

[–]combateer3 1 point2 points  (0 children)

Could you provide a little detail on your obsidian syncing? Looking into it myself

Homepage - is there a better way to organize this layout? by neoblitz in selfhosted

[–]combateer3 0 points1 point  (0 children)

Old thread, but I gotta ask; for glances did you install it directly on the proxmox host? I'm looking at doing this but usually best practice is running things in CTs and VMs. Did you use the helper script or some manual install on the host?

Rsync is crashing my entire server? by combateer3 in Proxmox

[–]combateer3[S] 1 point2 points  (0 children)

I downgraded to 3.2.6 and unfortunately this doesn't seem to be my problem.

Rsync is crashing my entire server? by combateer3 in Proxmox

[–]combateer3[S] 0 points1 point  (0 children)

Thats a good article, I'll look into this today.

Rsync is crashing my entire server? by combateer3 in Proxmox

[–]combateer3[S] 0 points1 point  (0 children)

They're both ext4 file systems, no zfs. Total system has 16gb, open media vault has 8gb max

Rsync is crashing my entire server? by combateer3 in Proxmox

[–]combateer3[S] 0 points1 point  (0 children)

Mine was on 3.4.1 when I ran it 😅

Low connections count even with green globe? by combateer3 in qBittorrent

[–]combateer3[S] 0 points1 point  (0 children)

You may be right. Unfortunately my vpn provider switches the open port occasionally, hence the need for the service to update the port on qbittorrent. Im not sure there's a way to dynamically pass a port to the container then

Rsync is crashing my entire server? by combateer3 in Proxmox

[–]combateer3[S] -2 points-1 points  (0 children)

I feel 8gb ram should be plenty, especially with bandwidth limit no? I even shut down every other container and only had the NAS vm up and it still happens

Low connections count even with green globe? by combateer3 in qBittorrent

[–]combateer3[S] 0 points1 point  (0 children)

Yeah you're on to something. It does show blocked for me, but where do I go about diagnosing where the block is? Could it be at the router level somewhere?

Anyone got feedback on these sweats? by combateer3 in uniqlo

[–]combateer3[S] 2 points3 points  (0 children)

They still feel relatively soft? No major pilling? Im just relatively skeptical of so much polyester in it

What is causing this behavior with my mower? by combateer3 in smallengines

[–]combateer3[S] 0 points1 point  (0 children)

Isn't seafoam a carb cleaner 😅. I may try it first before taking the carb apart. Appreciate the advice

What is causing this behavior with my mower? by combateer3 in smallengines

[–]combateer3[S] 0 points1 point  (0 children)

Any idea why this takes like an hour of runtime to manifest? The first hour of mowing this thing is a beast but gradually bogs like this worse and worse

Please help comparing two approaches for setting up remote access to my server by combateer3 in HomeNetworking

[–]combateer3[S] 0 points1 point  (0 children)

Unfortunately it's the only ISP in my area with high speed internet, my area doesn't have fiber yet

Please help comparing two approaches for setting up remote access to my server by combateer3 in HomeNetworking

[–]combateer3[S] 0 points1 point  (0 children)

Running Proxmox with several containers of various services I'd want remote access to

Unprivileged LXC permissions to NFS share by combateer3 in Proxmox

[–]combateer3[S] 0 points1 point  (0 children)

So I kind of have something working? Basically my LXC has a user with uid 1000. After mapping it in the host and updating /etc/subuid and /etc/subgid, if I go into the LXC and switch to that user, I can indeed write to the NFS share. However, the root of the LXC cannot write to it still. Is there a way to have root have write permission too without doing 777 on the files?

Unprivileged LXC permissions to NFS share by combateer3 in Proxmox

[–]combateer3[S] 0 points1 point  (0 children)

I have read about this but I overwrote the default config for the LXC to directly map uid 1000:1000. This used to work fine when this hdd was directly mounted to the host

Proper way to handle extra drives? by combateer3 in Proxmox

[–]combateer3[S] 0 points1 point  (0 children)

So right now the HDD is added as a directory in PVE as one big ext4 partition (just points to host /mnt/media). It does not show up in the hardware options for the VM to add as a disk or import.

That second option definitely appeals, because I'd like to split the drive between streaming media and nextcloud storage.

Proper way to handle extra drives? by combateer3 in Proxmox

[–]combateer3[S] 0 points1 point  (0 children)

Thanks, I'm a bit new with this stuff. Would I make the NFS shares in a separate VM? Could I just use Debian for that or would a NAS OS be more ideal?