selfhosted

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

djoot, in Radarr: Path: Folder '/data/' is not writable by user 'abc'

On my OpenSuse server I had to add :Z after /data in the bind, dont know if it applies to your setup, but it is easy to test and see if it works

PrivateNoob,

It doesn’t even start unfortunately, but thanks for your help tho!

ericjmorey, in What software does the Internet Archive run?
@ericjmorey@programming.dev avatar

Does Linkwarden fit your intended use?

avidamoeba,
@avidamoeba@lemmy.ca avatar

Kind of. Linkwarden seems to save as PDF. That’s better than nothing, however preserving a functional copy of the pages would be better. Archivebox seems to do this.

possiblylinux127, in What software does the Internet Archive run?

I don’t know for certain but I’m sure they run lots of different software. They have PBs of data.

terminhell, in RaspberryPi becoming unresponsive at random intervals

Not sure if the rpi3 can use the 64bit version, or if it’s possible for it use an SSD like the the 4 can?

N0x0n, in Adding services to an existing Docker nginx container

This how I do it, not saying it’s the best way, but serves me well :).

For each type of application, 1 docker-compose.yaml. This will have all linked containers in 1 file but all your different applications are seperate !

Every application in it’s respective folder.

  • home/user/docker/app1/docker-compose.yml
  • home/user/docker/app2/docker-compose.yml
  • home/user/docker/app3/docker-compose.yml

Everything is behind an application proxy (traefik in my case) and served with self-signed certificate.

I access all my apps through their domain name on my LAN with wireguard.

mudeth,

Yes this is what I want to do. My question is how docker manages shared processes between these apps (for example, if app1 uses mysql and app2 also uses mysql).

Does it take up the RAM of 2 mysql processes? It seems wasteful if that’s the case, especially since I’m on a low-RAM VPS. I’m getting conflicting answers, so it looks like I’ll have to try it out and see.

N0x0n,

Nah, that’s not how it works ! I have over 10 applications and half of them have databases, and that’s the prime objective of containers ! Less resource intensive and easier to deploy on low end machines. If I had to deploy 10 VMs for my 10 applications, my computer would not be able to handle it !

I have no idea how it works underneath, that’s a more technical question on how container engines work. But if you searx it or ask chatGPT (if you use this kind of tool) i’m sure you will find out how it works :).

mudeth,

This is promising, thanks!

notfromhere, in Tailscale help needed

Are all services running on the same machine? You mentioned same network… you also said you added your “docker instance” to tailscale. I think some clarifications on what those two things mean could help narrow down the problem.

E.g. do you have multiple physical machines running docker containers? Each one you want to access needs to be added to tailscale, OR, set up a tailscale gateway?

possiblylinux127, in Tailscale help needed

Tailscale has been nothing but pain for me.

What I have is a vps with wireguard and nginx proxy manager. Traffic comes in though the vps and is routed internally. I have firewalls and isolation for everything that is in the danger zone if something gets compromised.

BearOfaTime, in Tailscale help needed

Have you looked at using the Funnel feature in Tailscale, instead of port mapping? This gets external traffic onto your Tailscale network (for anyone who doesn’t have Tailscale) for specific resources, courtesy of Tailscale servers.

If you’re just going to open ports to the world, Tailscale isn’t really necessary (it’s useful for you and anyone on TS, since you can use the Serve feature to permit other Tailscale networks to have access to specific resources).

butt_mountain_69420,

This sounds like exactly what I need. If I wanted to share my Linux Distros share with my dad, he wouldn’t need to install tailscale and feck with all that?

BCsven, (edited ) in VPN to home network options

Adding a wireguard system that has iptables adjuated to include forwarding and masquerading will allow your single wireguard connection to see the rest of your LAN www.stavros.io/posts/how-to-configure-wireguard/

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

Yeah I know some of those words…

I’m still a newb but I’ll have a look at that link, thanks!

BCsven,

If you are totally new to wireguard setup, I found that reviewing all of these links gave me a better understanding of how the configuration setup worked. No one site seemed to cover it all, and each on had some good tips or explanation about a certain part of wireguard.

golb.hplar.ch/2019/07/wireguard-windows.html

emanuelduss.ch/…/wireguard-vpn-road-warrior-setup…

docs.sweeting.me/s/wireguard#

This Stavros one has the post-up/down IP table modifications for forwarding traffic and your wg device masquerading as any device on the LAN

www.stavros.io/posts/how-to-configure-wireguard/

www.linode.com/…/set-up-wireguard-vpn-on-ubuntu/

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

That great, thanks for the info. I was able to get Wireguard setup in unraid but they make it pretty easy, so I didn’t have a problem. I just didn’t think about connecting to the entire network, not just the server.

BentiGorlich, in Noob question about PiHole
@BentiGorlich@gehirneimer.de avatar

You should put your pihole server in the dns server in the network settings. My mobile devices didn't use my pihole server until I changed the dns server configured there... (I am using a FritzBox as well)

TCB13, (edited ) in Noob question about PiHole
@TCB13@lemmy.world avatar

mary DNS Server: Clients will first attempt to use the primary DNS server specified in their network settings. This ser

What’s the point tho? If your PiHole fails you need to know otherwise you could be risking days / months of web surfing in the fallback DNS server without even noticing it.

As for a reply, there’s no RFC that specifies that a specific order is applied to DNS servers. So in short, you can’t have a fallback that is reliable and most operating systems will just load balance or opportunistically pick between the two.

Kir,

Thank you, this is what I was worrying about. As for the “why”, even if my server is quite stable, a shutdown may be necessary and sometimes slowdowns with pi-hole happened. Some redundancy would have been better.

TCB13,
@TCB13@lemmy.world avatar

Well, I’m not sure you read the other comments but there is confirmation that for clients there isn’t an order for DNS servers from RFC2182:

The distinction between primary and secondary servers is relevant only to the servers for the zone concerned, to the rest of the DNS there are simply multiple servers.

All are treated equally at first instance, even by the parent server that delegates the zone. Resolvers often measure the performance of the various servers, choose the “best”, for some definition of best, and prefer that one for most queries.

AtariDump,

Setup two PiHoles

nul9o9, in Noob question about PiHole

I’ve set my secondary DNS to cloudflare, and my pihole still blocked ads for me. I assumed the secondary DNS server is used only if the primary can’t be pinged. But i haven’t actually looked into it.

rambos,

Afaik there is no primary and secondary, you cant tell which one to use. Its best to have 2 piholes, but having 2nd DNS set to nextdns or something like that should be fine if you cant run 2 instances, probably not the best setup tho

mateomaui,

I have two piholes, and sometimes both will receive requests at the same time, if there’s a lot of traffic.

Rootiest,
@Rootiest@lemmy.world avatar

Yeah this is what I do.

Putting Cloudflare as my secondary would allow some requests to get through and then often the device whose requests went to Cloudflare would continue using Cloudflare for a while.

The best solution I found was to run a second Pihole and use it as the secondary.

You can use something like orbital sync to keep them syncronized

mateomaui, (edited )

Pretty much. Not sure how the router determines which DNS to use, but mine seems to latch onto whichever one serves up results the fastest, which would inevitably be cloudflare direct after the pihole returns enough blocks.

So I use a Raspberry Pi Zero W as a dedicated pihole, and my Pi 4 seedbox acts as its own pihole and as a redundant backup. Then use gravity-sync from the Zero to the 4 to mirror the settings.

Rootiest, (edited )
@Rootiest@lemmy.world avatar

Another cool trick is using tailscale to ensure your portable devices always can access your Pihole(s) from anywhere and then setting those server’s tailscale addresses as your DNS servers in tailscale.

This way you can always use your DNS from anywhere, even on cell data or on public networks

I keep a third instance of Pihole running on a VPS and use it as the first DNS server in tailscale so it will resolve a bit faster than my local DNS servers when I’m away from home

mateomaui,

Huh, I’ll definitely look into that. Both times I tried to route external pihole access, somehow other mystery services found it and it slowed to a crawl from getting absolutely pounded by requests not from me. Thanks for that tip!

AtariDump,
nul9o9,

Thanks for the clarification. I’ll be updating my settings.

NeoNachtwaechter, (edited ) in rsync speed goes down over time

Humans slow down over time. Computers slow down over time.

Since we don’t know any more details, I put my $.02 on a cheap plastic router that wants to get rebooted sometimes.

InEnduringGrowStrong, in I broke nextcloud and i cant fix it
@InEnduringGrowStrong@sh.itjust.works avatar

Are you trying to recover data here?
Seems like you didn’t use it and (maybe?) don’t have data to lose here?

sidgames5,

No. I didn’t have any data stored

Darkassassin07, (edited ) in Hetzner Server auction worth it?
@Darkassassin07@lemmy.ca avatar

I’ve only heard that name once, and it was when plex blocked them for hosting many plex servers against plexs ToS (selling access to private/pirate libraries).

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #