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

zelifcam, in VPN to home network options
@zelifcam@lemmy.world avatar

deleted_by_author

  • Loading...
  • fenndev,
    @fenndev@leminal.space avatar

    I’ve seen a lot of descriptions of Tailscale but still have no idea what exactly it does. I get that it uses Wireguard, but what differentiates it from a typical VPN setup? NAT traversal?

    BCsven,

    It does the wireguard config for you so you don’t have to reconfigure each machine when a new item is added to your network. Still peer to peer type network rather than single vpn to a lan router

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

    Adguard-home is way better than pi-hole imo

    dan,
    @dan@upvote.au avatar

    Plus it’s easy to run multiple AdGuard Home servers and keep them in sync using github.com/bakito/adguardhome-sync

    Gooey0210,

    Oh, oh, oh, gimme that!!

    First time i hear about something like that, i’m going to install it asap

    dan,
    @dan@upvote.au avatar

    It works well! I have one AdGuardHome instance running on my home server and one running on a Raspberry Pi, both using Docker. Having two prevents the internet from breaking in case I have to shut down one of them for some reason.

    Guajojo,

    Pihole user for more than 5 years,.can confirm that it is indeed better, made the switch few months ago

    EncryptKeeper,

    As an AdGuard home user for more than a few years, I switched back to Pihole because it wasn’t really any better. It was also easier to pair pihole with Unbound.

    DreadPotato,
    @DreadPotato@sopuli.xyz avatar

    What makes adguard home better than pihole? Genuinely curious, I’m running pihole now and have been for a couple of years without issues.

    Gooey0210,
    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

    phanto, in I broke nextcloud and i cant fix it

    Did you remove the snap with purge?

    Like, sudo snap remove --purge nextcloud? Because the purge will (should) erase stopped passwords and stuff.

    I have a snap Nextcloud that I’ve managed to keep alive for seven years now… I’ve had a few issues, but it’s been pretty good overall.

    One day I’ll put up a Docker and move everything over… One day.

    sidgames5,

    I will try that

    onlinepersona, in Hetzner Server auction worth it?

    Just don’t do anything with P2P on it. They really dislike that.

    CC BY-NC-SA 4.0

    crony,
    @crony@lemmy.cronyakatsuki.xyz avatar

    I don’t plan on doing that tho

    onlinepersona,

    Then, you should be dandy. An alternative might be OVH? They don’t have a sale right now though.

    CC BY-NC-SA 4.0

    crony,
    @crony@lemmy.cronyakatsuki.xyz avatar

    I have already went ahead and bought a hetzner dedicated box, I just couldn’t find a similar performance dedicated box on any other provider’s for what hetzner provided at this moment and I really needed one now.

    Kalcifer, in Backing-up Single Board Computer
    @Kalcifer@sh.itjust.works avatar

    The fact that it’s a “single board” computer, specifically, is mildly irrelevant, imo; just follow standard backup practices. The only way the type of computer really comes into question is whether or not it has adequate resources to run whatever backup solution that you choose. For my usecase, Borg works great, but choose whatever solution fits your requirements. The “simplest”, and lightest solution is probably rsync, but that may leave a lot to be desired.

    bartolomeo,
    @bartolomeo@suppo.fi avatar

    SBCs often run on sd cards or emmc modules so there are other possibilities than a standard desktop computer.

    Kalcifer,
    @Kalcifer@sh.itjust.works avatar

    […] so there are other possibilities than a standard desktop computer.

    Would you mind elaborating? I’m curious to know what you’re referring to.

    bartolomeo,
    @bartolomeo@suppo.fi avatar

    Re:

    The fact that it’s a “single board” computer, specifically, is mildly irrelevant

    Kalcifer,
    @Kalcifer@sh.itjust.works avatar

    Did you forget to complete your reply, or did it perhaps glitch out?

    bartolomeo,
    @bartolomeo@suppo.fi avatar

    Haha sorry mate I must have assumed you had your mind reading hat on. Basically what darkassasin said above.

    Darkassassin07, (edited )
    @Darkassassin07@lemmy.ca avatar

    Copying the entire drive into a bootable backup using tools like dd is more feasible when you’re whole fs is only 8-16gb.

    Larger systems often require more selectivity or more sophisticated methods to reduce output size.

    You can also pull the card occasionally and backup via another system easier. Some people like this route.

    Kalcifer,
    @Kalcifer@sh.itjust.works avatar

    Fair points! I hadn’t considered these nuances.

    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

    Kualk, in I broke nextcloud and i cant fix it

    This is a major reason to use simpler technology.

    I can’t help you, but i had a similar experience with similar technology. I spent lots of time recovering content. I succeeded, but i have software development experience. I didn’t want a repeat of that.

    In the end I picked windows file sharing for home networking and filebrowser for occasional access to data files from outside of home networking.

    Web dav is a very good alternative. Apache web server will be easier, but nginx can be made to work.

    Joplin is another good alternative, which is based on web dav.

    You can pay around $2-$3 a month to shared services provider for hosted web dav.

    atzanteol,

    Cool story. 🙄

    MentallyExhausted,

    FYI Nexctloud supports webdav.

    waigl, in Hetzner Server auction worth it?

    In your case, instead of getting a dedicated server and putting proxmox on it, I would check if it might not be cheaper to just get individual virtual servers directly.

    Other than that, sure, I have been a customer for many years now, and I have always been a fan of Hetzner’s price to quality ratio.

    crony, (edited )
    @crony@lemmy.cronyakatsuki.xyz avatar

    The amount of stuff I host will easilly be double a dedicated server tho.

    I decided to just get a dedicated box and will just put docker contsiner on bare metal.

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

    I have the LCARs theme for my PiHole.

    All other details are irrelevant.

    shnizmuffin,
    @shnizmuffin@lemmy.inbutts.lol avatar

    I have the LCARS theme for my HomeAssistant, which takes telemetry from PiHole.

    aniki,

    OOh which theme are you using? I keep forgetting to set that up. I remember looking into it and it was more involved for the time I was looking at it.

    shnizmuffin,
    @shnizmuffin@lemmy.inbutts.lol avatar

    The complicated one, ha-lcars. It takes a while to get things looking good - looks like total trash out of the box, actually.

    Deebster,
    @Deebster@programming.dev avatar

    Could you share a screenshot of your final result?

    shnizmuffin,
    @shnizmuffin@lemmy.inbutts.lol avatar
    ApathyTree,
    @ApathyTree@lemmy.dbzer0.com avatar

    I enjoy that it reminds me of a Star Trek console.

    Probably by design but all the same.

    cecilkorik,
    @cecilkorik@lemmy.ca avatar

    That’s what LCARS means, it’s the name of the computer console in Star Trek. In the show, it stands for “Library Computer Access and Retrieval System” although it’s often used for stuff other than the library computer too.

    ApathyTree,
    @ApathyTree@lemmy.dbzer0.com avatar

    I’ve watched all the series and had no idea.

    Thanks for explaining!

    Deebster,
    @Deebster@programming.dev avatar

    Oh yeah, that looks much better than any of the included themes. Nice work!

    RobotToaster,

    Now we just need a locally hosted voice assistant with “computer” as the wake word.

    shnizmuffin,
    @shnizmuffin@lemmy.inbutts.lol avatar

    That is completely possible right now.

    neidu2, in Hetzner Server auction worth it?

    I have moved over to inhouse hosting, but I exclusively used hetzner for years, a lot of it via the auction.

    If you don’t need something very specific, the auction is a great way to spin up something cheaply.

    crony,
    @crony@lemmy.cronyakatsuki.xyz avatar

    My main reason for hetzner is the cheapness of it, but have been reading a bit about hetzner and have seen some people have networking issues with them.

    So I have decided to do a bit of searching around to see if there is any other good dedicated server provider to use that won’t break a bank.

    But at the end I will most likelly get a hetzner auction server and see if there are any issues.

    neidu2, (edited )

    You’ll probably be fine with hetzner. If not, you can cancel whenever.

    IsoKiero,

    have seen some people have networking issues with them.

    I’ve been a happy customer for hetzner for almost a decade and I haven’t had any issues with their networking. If you’re running virtualization you need to take care of you MAC addresses or they won’t allow traffic and eventually will kick you off from their platform (and they have a good reason to do so). As long as you play by their rules on their hardware it’s rock solid, specially for the price.

    Moonrise2473, (edited ) in Take CONTROL Of Your EV with Home Assistant! (A Nerdy Show and Tell)

    Even on peertube with no algorithms it is required to have a thumbnail with exaggerated emotions?

    yessikg,
    @yessikg@lemmy.blahaj.zone avatar

    No, it’s because they are on Youtube too.

    Cqrd,

    deleted_by_author

  • Loading...
  • Moonrise2473,

    No, peertube is a YouTube alternative. Videos must be manually uploaded over a server which is them federated to other servers. Like Reddit vs Lemmy or Xitter vs mastodon

    ObsidianZed,

    It’s also possible they create and upload the same content in both locations but have to target the larger YouTube demographic via clickbait thumbnails.

    Player2,

    You can use the dearrow extension to replace clickbait

    sag, in In search for free domain I got one but some questions

    freedomain.directory You can use some free subdomain services I think. Also I can feel you bud because I am also a student(11th)

    itsaj26744,
    @itsaj26744@programming.dev avatar

    India?

    sag,

    Yep

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

    I run pihole on proxomox, and also opnsense in the same box. Then you can forward all port 53 traffic to your pihole. Some devices have hard-coded DNS that will bypass the DHCP DNS.

    AbidanYre,

    Some chromecasts stop working when you do that.

    DeltaTangoLima,
    @DeltaTangoLima@reddrefuge.com avatar

    Really? I run several Chromecasts, and I block their access to all DNS services except my internal Pi-holes. They work just fine.

    4am,

    It’s probably not blocking DNS-over-HTTPS

    DeltaTangoLima,
    @DeltaTangoLima@reddrefuge.com avatar

    Lol - not my first rodeo. I’m blocking dns.google as well, and I’m 99.999% certain Google won’t have coded Chromecasts to use anyone else’s DNS servers.

    AbidanYre,

    Yeah, I don’t know if it’s all models, but the ultras do at least.

    reddit.com/…/chromecast_ultra_just_updated_and_no…

    DeltaTangoLima,
    @DeltaTangoLima@reddrefuge.com avatar

    Ah - I only have the Chromecast GTVs. Good to know I don’t need to pay for an upgrade then!

    zzzz,

    Chuck 'em in the garbage and get something that doesn’t break when you insist on privacy.

    ApathyTree,
    @ApathyTree@lemmy.dbzer0.com avatar

    Ha! This is my new way of looking at my smart devices. I’ll sell you off if you don’t do what I want, and buy something that does. Very much a threat.

    I recently factory reset all my Roku TVs, and didn’t connect them to the internet… and they work much better now.

    Roku broke big time when I insisted on privacy. blocked the entire Roku domain, it broke the apps on a 1-month schedule like clockwork to get the network release for reinstall which allowed for phone home. lol no. I trashed it. They are dumb TVs now.

    zzzz,

    I’ve done the same! It’s impossible to buy dumb TVs nowadays, but you can always prevent them from connecting to the network.

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

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 22815184 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 174

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10502144 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 36