Idk why you’d keep Anubis, just give the bots unrestricted access to the poison.
- 0 Posts
- 44 Comments
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•[Help] [Questions] About Gl-MT3000, AdguardHome and OpenwrtEnglish
4·2 months agoI say go for vanilla owrt. It’s perfect. Idk why gl spent the time making a fork when they could have maintained the drivers on the main project instead.
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Typing into the abyss - need a serviceEnglish
1·2 months agoPipe it into
/dev/null!There’s also an online version (from 1983): Discard protocol
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Harmony - Yet Another Discord AlternativeEnglish
21·3 months agoProblem: There are 13 incompatible chat platforms
Solution: Combine use cases into a single chat platform
Problem: There are 14 incompatible chat platforms.
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Will Be Done - modern offline-first self-hosted TickTick/Todoist alternativeEnglish
1·3 months agoYeah, I mean I only use text files because I havent made my dream web app. I wouldnt want a tui. My script is only 57 LoC so I wrote it in a few hours.
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Probably want to stop using Booklore...English
3·3 months agoI wonder if it’s just an out-of-line openclaw deleting the discord to silence the humans that don’t like its code.
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Is *arr stack a real Netflix replacement?English
01·3 months agoCheck out lookmovie2.to
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•An actually functional webproxy to self-hostEnglish
5·3 months agoThis ones been up-to-date since 1997
http://anonymouse.org/anonwww.html
I don’t think any other commenters know what you’re talking about.
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Popular self-hosting services worth runningEnglish
2·3 months agoWhy?
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Will Be Done - modern offline-first self-hosted TickTick/Todoist alternativeEnglish
1·3 months agoBeen meaning to make something like this, where every day has a list and I can swipe through days. I want uncompleted tasks to be moved to the next day at midnight. Finally, I want default (repeating) tasks every day or every week, which don’t carry over.
Been too lazy to make it myself so right now I have a daily todo list template (text file) that gets copied to
(date -I).mda month in advance. I keep a few days open in nvim tabs and access them on my phone via ssh/termux. Then the cronjob archives old lists. Kludgy but been using it for years.
Watching the bots eat my iocaine poison. Its most of my traffic.
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Thermostats compatible with selfhosted Home AssistantEnglish
3·3 months agoI probably would have gone with zwave or thread but zigbee is always way cheaper. Maybe someday the others will come down in price.
I want them available 24/7, even if I decide to distrohop and wipe my PC at home.
If it were me, I’d get another machine as a dedicated homeserver and distro-hop on your pc.
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Best reverse proxy with ACME to run in dockerEnglish
1·3 months agoNpm and npmplus are great
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•HelixNotes - a local markdown note-taking app (Rust + Tauri, AGPL-3.0)English
23·4 months agoIf it were me, I’d have chosen a different name to avoid confusion with helix the editor.
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Storing encryption keys for backup drivesEnglish
3·4 months agoYou can dettach your headers with
--header.I’ve started putting the header and key on my boot partition on a USB key. Without the usb, the hard drives appear to be filled only with random data (plausible deniability). After booting, the USB can be removed to prepare for a panic shutdown.
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Storing encryption keys for backup drivesEnglish
4·4 months agoI also want to be really sure that I don’t lose the encryption keys if I lose my phone and computer where I have my password manager.
Keep a copy on your (PIN-secured) phone and a copy on your PC and dont lose both at the same time.
ki9@lemmy.gf4.pwto
Selfhosted@lemmy.world•Why is self-hosted voice chat so hard?English
65·4 months agoTry mumble if you just need voice. Just fire up a docker container and open a tcp and a udp port. The settings are under-documented so things like auth are tough to set up.
Like DAVx5?
I have a cron job that runs
nmap -p-and pipes the output intomsmtp.Uptime kuma also supports checking tcp ports but you’d have to make a rule for every port.