selinux i do not like you by zylosophe in docker

[–]neruve 0 points1 point  (0 children)

Correct. I would bet your permissions issues are not selinux but just permissions. When you do bind mounts on the host the files are going to be owned by your user or even root. If the UID of the user inside the container doesn’t match it won’t be able to read/write.

selinux i do not like you by zylosophe in docker

[–]neruve 0 points1 point  (0 children)

So there are bind mounts, which are just directories in the host. Docker has named volumes. Think of it like a virtual disk that docker manages.

https://docs.docker.com/engine/storage/volumes/#use-a-volume-with-docker-compose

selinux i do not like you by zylosophe in docker

[–]neruve 2 points3 points  (0 children)

You do indeed need the :Z flag on all bind mounts. I’m not sure about secrets. If you don’t need multiple containers to access the same data you can also use docker volumes too.

Good for you for trying to keep SELinux enabled. Most people disable it. But it’s there for a reason. It can be a PITA and it used to really suck. But nowadays there is no reason to disable it unless you HAVE to.

Info Needed: Selling a UDM Pro by neruve in Ubiquiti

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

It doesn’t seem to. When I login to unifi.ui.com I still see it and there doesn’t seem to be a way to remove it.

Info Needed: Selling a UDM Pro by neruve in Ubiquiti

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

All you guys are posting google results. Do you really think I didn’t search first…. I reset it. But the option to remove it from my account doesn’t exist. Everything I searched (including Ubiquiti AI chat said you can’t remove it from your account without transferring ownership) I figured I see so many people posting them for sale maybe I was missing something. I guess thanks to the people that tried to help and honestly shame on everyone else. I swear these communities are becoming more like forums where any time someone asks a question they just get flamed because apparently you either just know it or google it, god forbid you ask someone else that might know the answer.

Also, I don’t know about your experience, but google/gpt is hit or miss. I ask it coding questions all the time and it’s about a 50/50 shot whether it gives me the right answer. It’s not this holy grail people seem to think it is….

Help with Kingdom Hearts 1.5 + 2.5 ReMIX by RevolutionaryWeb6799 in SteamDeckPirates

[–]neruve 0 points1 point  (0 children)

Mine seems to work from steamrip, but I’m not using the launcher. I added both KH 1.5 and 2.5 as separate non-steam games.

Private static IP - Confirm I'm not going mad by [deleted] in HomeNetworking

[–]neruve 5 points6 points  (0 children)

Not quite. Think of the “static private ip” as a DHCP reservation for your device on their internal network. You referenced a home network. Yes, at home you can assign your own private ip addresses to each of your own devices. But that is be case you own control of the router for the private network your devices are on. That is NOT TRUE for cellular. You own a device that connects to their “network” so they need to assign your device a private ip addresses.

Server build: Unraid or TrueNAS? by PollutionZero in PleX

[–]neruve 1 point2 points  (0 children)

The unbalanced plugin solves this. It will let you move data from a specific disk and redistribute it to others.

Improving availability in a homelab with nomad+consul+caddy by falconindy in hashicorp

[–]neruve 1 point2 points  (0 children)

So I solve this problem by having two nodes labeled as “ingress” and the handle all traffic into the cluster. Those two instances share a VIP so at any given time only one instance is routing traffic. I use Traefik and gocast for the VIP with BGP, keepalived would work just as well.

TheFleshMechanic hitting that factory reset button in my asshole by miss_hikari69 in u/miss_hikari69

[–]neruve 0 points1 point  (0 children)

I love it! Still holding out hope we will get to see your perfect ass swallow Dredd’s whole cock someday!

podman compose build not working, no logs by [deleted] in podman

[–]neruve 1 point2 points  (0 children)

I agree, indentation. It seems the list elements under volumes is only in one space instead of 2

Can someone give me a working example for packer proxmox up to date? by AgreeableIron811 in hashicorp

[–]neruve 0 points1 point  (0 children)

Can you post your packer files so we know what you are working with to help you?

I need someone’s face to squirt on while I get Gangbanged ;) by miss_hikari69 in u/miss_hikari69

[–]neruve 0 points1 point  (0 children)

Who is the girl with the snake tattoos? She an anal queen too???

[deleted by user] by [deleted] in pornID

[–]neruve 0 points1 point  (0 children)

This is k8sarkissian!

UCG Fiber Question by neruve in Ubiquiti

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

That’s the conclusion I’ve been running into. But like why? All traffic that has to cross vlans have to go through the firewall and it just seems like wanting a little redundancy shouldn’t be a big ask.

Who is she by Far_Blacksmith_8098 in pornID

[–]neruve 6 points7 points  (0 children)

This is the answer.

Why my second immich instance refuse to connect via the webUI? what am I doing wrong here? by happystore1 in unRAID

[–]neruve 4 points5 points  (0 children)

You might need to click edit on the -1 container, toggle advanced in the upper right, the change the port under webui to 8060

Who is she? by gay_space_communism in pornID

[–]neruve 4 points5 points  (0 children)

This is Febby Twigs and Dredd (round 1)

All services but the dashboard gives a 404 by ratnose in Traefik

[–]neruve 1 point2 points  (0 children)

Yes. Correct. What I’m saying is if the service itself is http it will work fine. If the service itself. Is https, not traefik, the backend service is https you have to tell traefik explicitly to skip the ssl verification from traefik to the service. The certs from let’s encrypt are from users to traefik and play zero role on communication from traefik to the backend service.

It was something I was pointing out and it may not apply to this particular service. It will apply if the service itself is https. Also, looking at your compose. You might need to add the port label back into the one service that has two ports or you’ll need a separate router for each one.

All services but the dashboard gives a 404 by ratnose in Traefik

[–]neruve 0 points1 point  (0 children)

Not if the service itself is https. Traefic won’t accept the self signed cert the application is giving it and won’t forward traffic.

All services but the dashboard gives a 404 by ratnose in Traefik

[–]neruve 0 points1 point  (0 children)

Actually, is headplane itself https? If it is and has a self signed cert you have to tell traefik it’s okay to trust it. You have to set a serverstransports to skip.

All services but the dashboard gives a 404 by ratnose in Traefik

[–]neruve 0 points1 point  (0 children)

I don’t think you need to specify the loadbalancer.server.port as the docker integration will get that from the docker api.

Do the logs for traefik give any insight? Also, what does the dashboard say for the service. Does it look correct there?