I see it in the default WebUI, perhaps whatever app you’re using doesn’t support it?
I see it in the default WebUI, perhaps whatever app you’re using doesn’t support it?
I added a cheap PCI 4 slot NVMe expansion card and a couple of SSDs for a new pool and then migrated all the database-heavy stuff over to it. Required some use of local ZFS send/receive which I didn’t know was possible, but it has gone smooth so far. Very happy with it! It no longer sounds like my HDD pool is trying to escape from hell and some of the services are much snappier, especially Bitmagnet. I’d highly recommend it as an upgrade for anyone still running purely HDDs. I thought I could get away with it but ZFS speeds are no faster than single drives and the amount of stuff I had was hammering it non-stop.
I also bought my own domain finally to escape the free-tier dynamic DNS woes and I can finally feel good about sharing links with other people. I slapped a file share container with disabled registrations on a sub domain. I put it all behind free tier Cloudflare to hide my server’s IP, it took a little bit of learning what the different records are but so far much easier than I thought. Although I have yet to do the hardest part of setting up dynamic IP for my DNS records. I see a bunch of scripts floating around, but none seem that easy or well-maintained…
Oh, and the PI I’ve had running Pi-Hole v5 for god knows how long with no maintenance couldn’t run Tailscale, so I wiped the entire thing to start fresh and got it up and running with Pi-Hole v6, Tailscale, and Unbound. I like having these separated from my other services as they are more critical to have at all times and I have had 100% uptime with my Pi so far. Although I chose Dietpi for my OS on a whim because it looked interesting and am not sold on it. I like that it has easy software installs with sane defaults so I probably saved time overall, but the amount of time I spent debugging the weird choices Dietpi made for basic shit like networking options really threw me off.
I just wish more of the non-US ones supported .ca domains. :(
This is going to really help government efficiency!
tbf, there are a lot of porn sites
It’s pretty bad. That said, I search for “gethomepage” and find it every time.
I tried Firefly but sadly had to give it up. Every action felt like such a slog to do and overkill for what I wanted. I love tracking in detail but it was a bit much even for me. At the end of the day I just want to track in/out + categories and put this data in a few charts. I still find my spreadsheet is better at that.
It’s for people that like tracking things in detail, greasemonkey or no. I use it mostly for the gas mileage feature but also set up a couple of service reminders and added my service receipts. All easy to do but if you miss a fuel up it’s kind of annoying to track it right.
The primaries that are not required to be democratic and can simply be rigged by the party?
I wouldn’t call America a dictatorship yet, but I would claim that it is heading there at a rapid pace. Trump and Republicans actions such as disregarding the Constitution, removing rights, beginning mass deportations including legals, bringing in a billionaire to shred the government, and ignoring court orders is not a good look for a democratic government.
I’ve had this happen twice in two weeks since installing Watchtower and have since scheduled it to only run on Friday evening…
I’m using Gluetun via Docker Compose as well right now and can happily say all the ports exposed via the ports:
setting are local network only. I could port forward them via the router probably (haven’t tried) but I only use them for access via LAN. To expose ports over the VPN connection you use the FIREWALL_VPN_INPUT_PORTS
environment variable. A stripped version of my current compose (example port numbers, not real) with LAN access to 6000
and WAN access to 1234
and 5678
:
services:
gluetun:
image: qmcgaw/gluetun:latest
restart: unless-stopped
container_name: gluetun
cap_add:
- NET_ADMIN # in the default compose file i dunno what this does tbh
environment:
- VPN_SERVICE_PROVIDER=custom
- VPN_TYPE=openvpn
- OPENVPN_VERSION=<redacted>
- OPENVPN_USER=<redacted>
- OPENVPN_PASSWORD=<redacted>
- OPENVPN_CUSTOM_CONFIG=/gluetun/custom.ovpn
- FIREWALL_VPN_INPUT_PORTS=1234,5678 # allows ports through VPN connection
- FIREWALL_OUTBOUND_SUBNETS=192.168.0.0/24 # I found that I needed this for certain LAN access
ports:
- 6000:6000 # port i access via LAN
volumes:
- /mnt/example/config.ovpn:/gluetun/custom.ovpn
“We’ve spent two years requiring our apps from the ground up to boost our development speed, which should enable us to bring new features to you more efficiently, across more platforms,”
… “and that’s why we’re deleting a bunch of features never to bring them back. Because we’re just so efficient!” Crazy how many companies use this awful excuse.
Also is that a misquote by the author or did they really write “requiring”?
You make a good point lol. I’ve made the classic blunder of not reading the sub name…
And for those wanting a simpler and more traditional application, Nicotine+ is a great introduction.
“Would have” or “would’ve”, never “would of”. Unless you have a would of gotten, in which case carry on.
They’re an international spy, obviously.
I prefer votes being semi-anonymous. The vote counts are technically public, you just have to use software that displays them, but that added barrier is enough for most people to never check and that is how I prefer it. I feel like seeing voter names just encourages getting into pissing contests about “why did you downvote me” which I don’t want to happen because: A, votes don’t matter and B, if someone downvoted without commenting they probably don’t want to spend half an hour arguing in comments.
Don’t make the same mistake I did. Get a backup in place before using ZFS. Using ZFS and RAIDing your drives together makes them a singular failure point. If ZFS fucks up, you’re done. The only way to mitigate this is having another copy in a different pool and preferably different machine. I got lucky that my corrupted ZFS pool was still readable and I could copy files off, but others have not been so lucky.
Jaywalking isn’t inherently unsafe. You can still get run over in a crosswalk and crossing earlier in the block when traffic is light can be safer. That isn’t to say I recommend it though.
I know I am nit-picking, but this over-selling of federation as if it “just works” and takes no manual effort almost drove me away when I first joined. It did and still does drive me away from Mastodon, but Lemmy is not as problematic.
At any rate, I know we don’t want to overload new users with talks of defederation and unfederated content, but pretending it doesn’t exist makes for a very frustrating time the first time someone realises they can’t see 50% of the posts or thinks Lemmy as a whole is really quiet when it’s because their server isn’t federated 100% with every other server.