Many of the people who worked at OwnCloud Infinite Scale are now at OpenCloud due to disagreements between them and the company which purchased OwnCloud.
- 6 Posts
- 92 Comments
exu@feditown.comOPto
Open Source@lemmy.ml•Thunderbird Adds Native Microsoft Exchange Email Support - The Thunderbird BlogEnglish
20·1 day agoIn practice many Exchange enterprise admins disable or restrict protocols other than EWS. This feature allows you to use Thunderbird anyways and will also enable calendar sync in the future, another often restricted part.
exu@feditown.comto
Open Source@lemmy.ml•Opening the door: Making self-hosting friendly for newcomersEnglish
6·5 days agoLemmy has a perfectly fine cross posting feature you could use
exu@feditown.comto
Programmer Humor@programming.dev•CIA tracing those IPv44 addressesEnglish
10·5 days agoYou can also use
200::/7. It’s been deprecated since 2004
exu@feditown.comto
Selfhosted@lemmy.world•I made a project that can install/configure/orchestrate 115+ applications on your homelab using Ansible!English
9·5 days agoYou can use host_vars to set different variables per host. You’d still run the same playbook against both hosts, but each has different services activated.
- Make the folder host_vars in the repo root
- Make subfolders for every host with their hostname
- Enable services you want by writing the variables into a yaml file for your host (any file name as long as it ends with .yml
- Write an Ansible inventory for your hosts
- Run the playbook with your inventory
Slightly fancier would be using group_vars instead, you can add a host to multiple groups. Then deploying the same services on a new hosts would simply be adding it to the group
exu@feditown.comto
Programmer Humor@programming.dev•The PowerShell Manifesto Radicalized MeEnglish
2·9 days agoThis was already posted here an hour earlier
exu@feditown.comto
Open Source@lemmy.ml•My thoughts on GPL vs. permissive licensesEnglish
4·11 days agoThe point is to sell a license which allows inclusion in proprietary applications. Your target aren’t end-users, but corporations that want to use your project.
It’s probably just easier to use public certs with DNS verification than building and distributing your own certs.
exu@feditown.comto
Selfhosted@lemmy.world•Downloading Nextcloud packages is extremely slow…English
1·28 days agoFunny, I switched from GUI to CLI years ago because that was more reliable for me
exu@feditown.comto
Selfhosted@lemmy.world•Downloading Nextcloud packages is extremely slow…English
1·28 days agoI don’t get it, are GUI updates faster or something?
It probably is accidental, but they don’t care enough to fix the root problem
exu@feditown.comto
Selfhosted@lemmy.world•A Beginners Guide To Selfhosting Part 1English
62·29 days agoMaking the term self hosting exclusive to running stuff at home feels unnecessarily elitist. Not everyone has the space, bandwidth or family approval to run stuff at home.
You can have the term homelab if you want
exu@feditown.comto
Open Source@lemmy.ml•What will you do after Android starts restricting FOSS apps?English
63·1 month agoI’ve started donating to PostmarketOS this month, so hopefully I’ll be able to buy a device with decent support once my current phone needs replacing.
I already run LineageOS on my phone with microG instead of Gapps, so not much is going to change for me. There’ll also be an update to Android 16 for me soon, LineageOS just announced that last weekend.
Just delay accepting the numbers for 10 seconds to simulate the time needed to check SMS and type them.
exu@feditown.comto
Selfhosted@lemmy.world•PinePods Release v0.8.0 - "Mobile apps and massive perfomance bumps"English
4·2 months agoThanks for the explanation, it sounds very interesting.
I currently use something else for podcasts, but better mobile apps are a big draw.
This is why you shouldn’t parse
lsoutput btw. Usefindandreadinstead
exu@feditown.comto
Programmer Humor@programming.dev•Here comes a new JPEG challengerEnglish
71·2 months agoI’m not aware of a competing format to WEBP with better features and similar compression ratios.
That’s not the case for JPEG XL vs AVIF and Google absolutely deserves the hate for pushing AVIF.
exu@feditown.comto
Programmer Humor@programming.dev•Slot Machines vs. Vibe CodingEnglish
3·2 months agoOTOH OpenAI is not on the public stock market, so current investors can’t really sell their shares and there’s no way they actually raise the valuation it has.




Funny you should mention that, Nextcloud originally forked off OwnCloud due to drama.
I think the server is working, it’s basically OwnCloud Infinite Scale but rebranded. Not sure about the client apps, those might be work in progress still. I haven’t really kept up with it either though