- 5 Posts
- 39 Comments
thirdBreakfast@lemmy.worldOPto Selfhosted@lemmy.world•Tailscale MagicDNS issues since 1.84.1 mac?English21·24 days agoIt is only resolving for devices in the Tailnet. Kuma is checking they are all up, and this Ansible playbook is checking they have all their updates. I wouldn’t have thought that was an unusual arrangement - and it’s worked perfectly for about a year till about three weeks ago.
thirdBreakfast@lemmy.worldto Not The Onion@lemmy.world•Therapy Chatbot Tells Recovering Addict to Have a Little Meth as a TreatEnglish3·1 month ago> afterallwhynot.jpg
thirdBreakfast@lemmy.worldOPto Selfhosted@lemmy.world•Good experience with neko remote browserEnglish2·1 month agoYes, this.
thirdBreakfast@lemmy.worldOPto Selfhosted@lemmy.world•Good experience with neko remote browserEnglish11·1 month agoThanks yes - that’s exactly what I needed.
thirdBreakfast@lemmy.worldOPto Selfhosted@lemmy.world•Good experience with neko remote browserEnglish3·1 month agoThanks - this is exactly what I needed.
thirdBreakfast@lemmy.worldOPto Selfhosted@lemmy.world•Good experience with neko remote browserEnglish61·1 month agoYes - we’re “I’ll let you use my electricity for your computer thing” friends, not “I’m okay with seeing your printer on my home network” friends.
thirdBreakfast@lemmy.worldto Selfhosted@lemmy.world•Best option for hosting ebooks and audiobooks?English2·2 months agoFor me, AudioBookShelf is the clear standout for audio books, and I ended up going with Kavita for ebooks.
thirdBreakfast@lemmy.worldto Selfhosted@lemmy.world•How do you document your Homelab?English1·2 months agoI have it in a git repo, broken down by the nodes and vps names. In each of these folders is a mixture of Ansible playbooks, docker compose or just markdown files with the descriptions. Some is random stuff - my VPS allows the export of the cloud firewalls as JSON for instance. All the secrets needed by Ansible are in an Ansible vault, the rest in KeePass.
thirdBreakfast@lemmy.worldto science@lemmy.world•Horses were running between Asia, North America 50,000 years ago: studyEnglish1·2 months agoOr just trotting, we don’t know.
thirdBreakfast@lemmy.worldto Selfhosted@lemmy.world•Recomendation for a note taking appEnglish5·1 year agoI’m also on Silverbullet, and from OP’s description it sounds like it could be a good fit. I don’t use any of the fancy template stuff - just a bunch of md files in a directory with links between them.
thirdBreakfast@lemmy.worldto Selfhosted@lemmy.world•Sanity Check. Docker vs Incus (LXD)English4·1 year agoYour workload (a NAS and a handful of services) is going to be a very familiar one to members of the community, so you should get some great answers.
My (I guess slightly wacky) solution for this sort of workload has ended up being a single Docker container inside an LXC container for each service on Proxmox. Docker for ease of management with compose and separate LXCs for each service for ease of snapshots/backups.
Obviously there’s some overhead, but it doesn’t seem to be significant.
On the subject of clustering, I actually purchased three machines to do this, but have ended up abandoning that idea - I can move a service (or restore it from a snapshot to a different machine) in a couple of minutes which provides all the redundancy I need for a home service. Now I keep the three machines as a production server, a backup (that I swap over to for a week or so every month or two) and a development machine. The NAS is separate to these.
I love Proxmox, but most times it get mentioned here people pop up to boost Incus/LXD so that’s something I’d like to investigate, but my skills (and Ansible playbooks) are currently built around Proxmox so I’ve got a bit on inertia.
Is that a mini? I love those little 1L HP’s. I run 3 G2 800’s. These are very nicely built and therefore a joy to work on, and sip power when idling. Highly recommend. Also +1 for Proxmox.
thirdBreakfast@lemmy.worldto Selfhosted@lemmy.world•What's Your Preferred Server Monitoring Method?English1·1 year agoFor light touch monitoring this is my approach too. I have one instance in my network, and another on fly.io for the VPSs (my most common outage is my home internet). To make it a tiny bit stronger, I wrote a Go endpoint that exposes the disk and memory usage of a server including with mem_okay and disk_okay keywords, and I have Kuma checking those.
I even have the two Kuma instances checking each other by making a status page and adding checks for each other’s ‘degraded’ state. I have ntfy set up on both so I get the Kuma change notifications on my iPhone. I love ntfy so much I donate to it.
For my VPSs, this is probably not enough, so I am considering the more complicated solutions (I’ve started wanting to know things like an influx of fali2ban bans etc.)
- fiction - Abbott, Edwin A_ - Flatland - Flatland - Edwin A. Abbott.epub - Flatland - Edwin A. Abbott.jpg - Flatland - Edwin A. Abbott.opf - Achebe, Chinua - Things Fall Apart - Things Fall Apart - Chinua Achebe.epub - Things Fall Apart - Chinua Achebe.jpg - Things Fall Apart - Chinua Achebe.opf
So in each directory that I use to delineate a library, I have a subdirectory for each author (in sort order form). Within each author subdirectory is a subdirectory for each book, with just the title, then the book with (edit - the anti-injection code mangled how I was trying to say the book file name. it’s [book name]-[author].[extension])
I didn’t invent this, it’s just what Calibre spits out. When I buy a new book, I ingest it into Calibre, fix any metadata and export it to the NAS. Then I delete the Calibre library - I’m just using it to do the neatening up work.
thirdBreakfast@lemmy.worldto Selfhosted@lemmy.world•Help and questions on my current setupEnglish1·1 year agoIf this is a question about how to access your server at home from devices anywhere, securely, with a simple setup, then the answer is turn off all that port forwarding, and use Tailscale.
With a somewhat similar usecase, I ended up using Kavita.
thirdBreakfast@lemmy.worldto No Stupid Questions@lemmy.world•How fast can you theoretically run on the moon?English9·1 year agoIf you didn’t have to deal with a cumbersome spacesuit, I imagine you could run, but you’d lean over much more towards the horizontal - like maybe 45° or lower, so each ‘step’ would be a push backwards in line with your longitudinal axis. Don’t waste energy by bounding up.
Source: wild speculation.
thirdBreakfast@lemmy.worldto Selfhosted@lemmy.world•Question: Best UI to manage VMs and containers?English3·1 year agoYo dawg, I put most of my services in a Docker container inside their own LXC container. It used to bug me that this seems like a less than optimal use of resources, but I love the management - all the VM and containers on one pane of glass, super simple snapshots, dead easy to move a service between machines, and simple to instrument the LXC for monitoring.
I see other people doing, and I’m interested in, an even more generic system (maybe Cockpit or something) but I’ve been really happy with this. If OP’s dream is managing all the containers and VM’s together, I’d back having a look at Proxmox.
thirdBreakfast@lemmy.worldto Selfhosted@lemmy.world•Suggestions for NAS (or other hardware) solution to home setupEnglish4·1 year agoThis is where I landed on this decision. I run a Synology which just does NAS on spinning rust and I don’t mess with it. Since you know rsync this will all be a painless setup apart from the upfront cost. I’d trust any 2 bay synology less than 10 years old (I think the last two digits in the model number is the year), then if your budget is tight, grab a couple 2nd hand disks from different batches (or three if you budget stretches to it,).
I also endorse u/originalucifer’s comment about a real machine. Thin clients like the HP minis or lenovos are a great step up.
Me in the break room stopping the microwave before the beeps:
Here future microwave user, have these free nine seconds I’m leaving you.
Me finding the timer is not cleared when I want to use the microwave:
Ugh, now I have to press the reset button before I can enter the length of time to warm my lunch. Who was the accursed person who left time on here?