ace
@ace@lemmy.ananace.dev
Just another Swedish programming sysadmin person.
Coffee is always the answer.
And beware my spaghet.
- Comment on Release Miniflux 2.1.3 · miniflux/v2 6 months ago:
If you’re going to post release notes for random selfhostable projects on GitHub, could you at least add the GitHub About text for the project - or the synopsis from the readme - into the post.
- Comment on Is Radicale the way forward? 6 months ago:
I’ve been looking at the rewrite of Owncloud, but unfortunately I really do need either SMB or SFTP for one of the most critical storage mounts in my setup.
I don’t particularly feel like giving Owncloud a win either, they’ve not been behaving in a particularly friendly manner for the community, and their track record with open core isn’t particularly good, so I really don’t want to end up with a decent product that then steadily mutilates itself to try and squeeze money out of me.The Owncloud team actually had a stand at FOSDEM a couple of years back, right across from the Nextcloud team, and they really didn’t give me much confidence in the project after chatting with them. I’ve since heard that they’re apparently not going to be allowed to return again either, due to how poorly they handled it.
- Comment on Is Radicale the way forward? 6 months ago:
I’ve been hoping to find a non-PHP alternative to Nextcloud for a while, but unfortunately I’ve yet to find one which supports my base requirements for the file storage.
Due to some quirks with my setup, my backing storage consists of a mix of local folders, S3 buckets, SMB/SFTP mounts (with user credential login), and even an external WebDav server.
Nextcloud does manage such a thing phenomenally, while all the alternatives I’ve tested (including a Radicale backed by rclone mounts) tend to fall completely to pieces as soon as more than one storage backend ends up getting involved, especially when some of said backends need to be accessed with user-specific credentials. - Comment on Please Stop 8 months ago:
I think the only project I’ve seen so far where I’ve felt that a blockchain has actually been the correct choice is Alfis, which is a decentralized DNS that uses the blockchain as the public append-only ledger that it is, and it uses proof-of-work to add arbitrary costs to updates - to make spamming or namesquatting expensive.
- Comment on Too late. 9 months ago:
People really have no love for JPEG-XL - though to be fair that’s mainly Google’s fault at the moment.
- Submitted 9 months ago to [deleted] | 3 comments
- Comment on Stalwart v0.5.2 10 months ago:
You could also just run IMAP/JMAP/SMTP as separate components, I can’t see any place in the Stalwart documentation - or in the Docker image itself - where monolith is the only option.
I haven’t tested the setup myself yet, but me and another root are planning on testing a setup of Stalwart to replace a semi-broken IMAP/JMAP setup for a computer club, keeping the SMTP as is.
- Submitted 10 months ago to [deleted] | 14 comments
- Submitted 10 months ago to [deleted] | 8 comments
- Comment on Open source travel planner 11 months ago:
I’ve been personally using KDEs Itinerary app, but it might not be what you’re looking for
- Comment on Advent of code starts in less than 12 hours! 11 months ago:
It’s basically just a copy of the main leaderboard, but the scores are given based on the size of the group.
- Comment on Advent of code starts in less than 12 hours! 11 months ago:
My favourite advent calendar.
Got a private leaderboard with the other sysadmins from work - as well as a few people from our application/development team. - Comment on ownCloud becomes part of Kiteworks 11 months ago:
Has anything actually happened in ownClouds development?
The last I saw of them was FOSDEM a few years back, where NextCloud were handing out whitepapers and showing off their new Hub, chat, VoIP stack, group sharing system, and more. And ownCloud were sat somewhat opposite with two people and a screen showing a screenshot of a default ownCloud install, along with a big sign hanging from the ceiling saying “Join the winning team.”
- Comment on CHEESE 11 months ago:
- Comment on Security considerations of WiFi vs Zigbee for self-hosted IoT 1 year ago:
Lots of people instantly think of security when they look at WiFi-connected IoT devices, but oftentimes they never think of the WiFi signal itself - what with all the added communication noise and send time limitations of having lots of small devices.
Especially with regular consumer equipment, it doesn’t actually require that many devices to fully saturate a regular home router or AP. - Comment on I'll never not want to 1 year ago:
Took this a few days ago. I’d been reading, and put my pad down to go grab a cup of tea, returned to this.
The image is downscaled quite a bit, was originally posted elsewhere and had to fit in the size limit. - Comment on What Self-Hosted Single Sign-On (SSO) do you use? 1 year ago:
Personally using Dex, it’s about as lightweight as you can get, it can be configured with a single configuration file on disk, and it runs entirely stateless as well.
It only deals with authentication delegation though, unlike larger systems like Keycloak.