selfhosted

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

originalucifer, in VPN to home network options
@originalucifer@moist.catsweat.com avatar

openvpn is a decent standard, no reason it wont or shouldnt work.

seems like a lot of pis...ever thought of consolidating them into containers in a single box?

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

Most services are on the unraid box. But I had a pi running Pi-hole for a long time (switched to adguardhome) and wanted that separate from the main server in case it went down. Pis boot up a lot faster than my server hardware and then you still need to start the array and mount drives. Having AGH on a Pi as primary DNS means minimal internet outages caused by my tinkering. I was given the 4 and put it in a really cool case that can fit a M.2 or 2.5" SSD and boot from it. So that is NextcloudPi and AGH. The 3 is because my 3d printer is nowhere near a LAN connection and 3 has WiFi. The 4 is sitting next to my router. We won’t mention the 1B I’ve been messing with too…

originalucifer,
@originalucifer@moist.catsweat.com avatar

ha, thats great! i got a couple of old dell R920s mirrored for ha, they take foreeever to boot.

but those containers, damn i love bein able to slap those containers around like theyre nothing... most restart in seconds

Darkassassin07, in VPN to home network options
@Darkassassin07@lemmy.ca avatar

I host an openVPN instance from a Debian machine with my phone permanently connected to it.

Keeps my phone within my lan while roaming so it has access to non-public services like pihole, the arr stacks management interfaces, ssh/ftp, etc. Also keeps my browsing private + secure on public/work wifi.

Only the things I share with others like Emby get exposed to WAN (through a reverse proxy), the rest is VPN/LAN access only.

arudesalad, in Noob question about PiHole

fritzhelp.avm.de/…/hilfe_internet_public_dnsI found this guide for the fritz!box to set up a fallback dns, I think it should be on by default as it is on mine but I would read the article just to make sure

Kir,

uh! this is interesting! I’m gonna look into this. Thanks!

AtariDump,
arudesalad,

I’m not sure if this is a response to my comment but the article I linked isn’t about setting a secondary dns, the fritz!box has a function that allows it to temporarily change the dns (usually to 8.8.8.8) if the specified dns isn’t working. It is separate from the “normal” dns settings.

AtariDump, (edited )

Not sure about that as I never used/seen a Fritzbox, but I stand by “ The ONLY DNS server you should have set on your network is a/the PiHole(s).”

kaki, (edited ) in Should i host LinguaCafe or are there better alternatives?
@kaki@sh.itjust.works avatar

I’m aware of LWT and LUTE with the same concept. Neither comes with predefined languages or texts, so they should work for any language as long as you have some texts you want to read.

Shadow_Zwiebel,

Thank you

LunchEnjoyer, in Pi-Hole or something else for network ad blocking?
@LunchEnjoyer@lemmy.world avatar

NextDNS is awesome if you want the simple solution, and don’t have any hardware to install services on. Thee free version is somehwta limited to queries(300k per month), but personally didn’t hit those when I was using the free tier.

NextDNS has a lot of nice customization and can easily had custom block lists. The pro version is 2euros a month I believe. I personally stick with NextDNS due to never having to worry about updating the service and it always just works. I also have it hooked to my Tailnet, that way all my devices use it by default.

But ofc, Pihole, Adguard and the rest are also awesome. Best to just pick one that looks good for you. The end goal here is to just have something running in the background rather than nothing.

grue, (edited ) in Should i host LinguaCafe or are there better alternatives?

alternativeto.net/software/duolingo/?license=open…

Of the programs in that list, the only one I’ve heard of before is LibreLingo, and I’m not sure how good or bad it is. (It seems different enough from LinguaCafe that they might be complement each other more than compete.)

Shadow_Zwiebel,

I’ll look at it. Thank you

Evotech, in Pi-Hole or something else for network ad blocking?

I’ve used controld.com

Presi300, in Self hosted browser IDE that supports C# and runs on Windows
@Presi300@lemmy.world avatar

VSCode… No, that’s literally it. You can self host code-server.

Presi300, in How do you work / mount with files stored on your Synology NAS on Ubuntu linux?
@Presi300@lemmy.world avatar

I’d try opening a nfs share along side the smb one. It’s much better supported on linux.

nameisnotimportant,
@nameisnotimportant@lemmy.ml avatar

You’re absolutely right! I’m not super tech-savvy and I was convinced that those file sharing protocols were more or less equivalent (I only tried to compare in terms of speed). I never payed much attention to it because my other computers were doing fine with one or the other.

poVoq, in Should i host LinguaCafe or are there better alternatives?
@poVoq@slrpnk.net avatar

Seems like a decent idea if you have ebooks in the language you are interested to learn.

Shadow_Zwiebel,

What exactly do you mean?

poVoq, (edited )
@poVoq@slrpnk.net avatar

Well, the main purpose of this seems to be an eBook reader that integrates language learning and translation.

Its a good idea, but few language learners start out with a backlog of foreign language texts that they would like to read.

The exception would be your typical manga/light novel weebo, and this seems to be precisely what this is developed for with the Japanese language tools included.

moonpiedumplings, (edited )

your typical manga/light novel weebo

No chinese support :(

I read a ton of web novels translated from Chinese, and reading the untranslated versions would be a fun way to learn Chinese. Or Korean.

I don’t really like the Japanese light novels as much.

Edit: hmmm, it seems like their are similar projects, and some have custom language support. I may need to look into those into the future.

Shadow_Zwiebel,

Seems like i didnt read enough. I didnt really notice that the purpose is a ebook reader… But this concept seems actually very promising. I like it

retrieval4558, in Pi-Hole or something else for network ad blocking?

Yeah do it there is basically no downside. I agree with others that you may have trouble with the ads in streaming services. On my android TV, YouTube ads, for instance, aren’t blocked by pihole.

cmnybo,

When the ads come from the same domain as the content, which is the case with youtube, you can’t block them with any DNS based ad blocker.

peter, in Pi-Hole or something else for network ad blocking?
@peter@feddit.uk avatar

Pihole is great for blocking on things that you can’t install a local adblocker on. It does have downsides though, it can be annoying and block things you don’t want it to. It might not block ads well on your tv or might impair the functionality in weird ways. It can depend lot on which lists you add, but there are many available and they are usually quite well documented about their intentions.

Darkassassin07, (edited ) in Backing-up Single Board Computer
@Darkassassin07@lemmy.ca avatar

I wrote a bash script a while back that uses sshfs to mount an ssh server to the filesystem, then uses dd to write /dev/mmcblk0 to it as hostname-date.img and finally unmount the ssh server. Cron job runs that daily.

I run that on each of my rpis. (just one rn, but theres been as many as 4 going).

Any time I have an issue, be that my fault or not, I can just pull the sd card and write the last .img to it directly.

There’s some extra stuff in there too: it checks for the dependancy sshfs and installs it if missing (for deploying to a new system without reconfiguring), cleans up backups older than x days, logging, and the ability to write the log file as a test instead of the whole filesystem.

jkrtn,

Sorry, but do you have a setup where you don’t need to worry about the atomicity of that operation? It sounds simple and effective, so I’d like to do it, but I’m concerned I may get something halfway through a write.

I suppose the odds are you’d have at worst a bad log file whereas config files and binaries are used read-only the majority of the time.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

I’ve run it on every pi I’ve used for several years now, though they are typically pretty quiet systems. Usually something like pihole or a reverse proxy. Not much writing going on. I’ve restored about a dozen of those images and never had an issue.

I also tend to keep 3-6 backups at a time. If the most recent is messed up for some reason, there’s others to try. (though I’ve never actually had to try more than one)

AtariDump, in Pi-Hole or something else for network ad blocking?

Yes, been running one for many years and it’s great.

Shoutout to the PiHole team!

supernicepojo, in Pi-Hole or something else for network ad blocking?

I felt the same way about youtube, streaming, shopping and general browsing: too many ads. Ruins the content. I set up a pi-hole as an experiment to see if it would do what it said and what others said about it. Manage your expectations here. Pi-hole works well for blocking a lot of static information and ads in your browser and a lot of apps on iOS and Android. It does not block video ads on Youtube or Hulu, it does not block ads for Roku or Firestick or Smart TV apps for example, it just does not work because of the technical limitations of how the PiHole software is designed. Using a regular PC with adblock browser extension installed as well gets rid of 99% of ads including video ads from adcdns. PiHole is incredibly easy to setup and install, the pay off in quality of life is enormous. I cannot recommend it more to someone that has a little networking knowledge base. If you can figure out how to port forward and run a handful of command lines you can complete a pihole setup in an hour.

Manifish_Destiny,

Why would you want to port forward your dns?

supernicepojo,

Sorry, you wouldnt and didnt mean to imply that. I was suggesting that port forwarding is a fairly easy task and if one is confident in their ability to do that, than they should be able to complete a PiHole install.

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