I hate Java, but wtf are you blabbing about?
- 0 posts
- 16 comments
- proton_lynx@lemmy.worldtoProgramming@programming.dev•Why Java endures: The foundation of modern enterprise development1 year
- 1 year
Yes, I know they have a CI and some other features, but if all you’re doing is hosting your code, please consider an alternative.
Don’t worry, their CI is pure garbage.
I’m almost going full circle now, I’m buying a camera and a Music player to use as separate devices from my phone. Not only smartphones are getting expensive as hell, but the usability is actually getting worse IMHO.
And why is it so fucking awful to setup an automated pipeline to deploy smartphone apps (Android and iOS)?
I hate .NET with a passion
Oh yeah. I would love to replace Python with Nim. The fact that you can generate self contained executables without effort is a huge selling point for me. And dependency management with Python is just awful.
- proton_lynx@lemmy.worldto
Selfhosted@lemmy.world•[SOLVED] Nextcloud Snap behind Caddy is responding with `301 Moved Permanently`English
2 yearsYep, definitely something wrong with the webserver 😅 Can you try this configuration?
https://nextcloud.domain.com { reverse_proxy 192.168.1.182:443 { header_up Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" header_up X-Forwarded-Proto {scheme} header_up X-Forwarded-For {remote} header_up X-Real-IP {remote} } }You said that “originally, the Nextcloud server handled HTTPS with Let’s Encrypt at
domain.com” and now you are redirecting to192.168.1.182on port443. Is this Nextcloud server still serving HTTPS with Let’s Encrypt fordomain.com?I’m asking because if you are using Caddy in front of that HTTPS webserver as a reverse-proxy, you will need to override the
Hostheader with the configured upstream address. Here’s the documentation. I think it would be something like this (?):https://nextcloud.domain.com { reverse_proxy domain.com:443 { header_up Host {upstream_hostport} header_up Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" header_up X-Forwarded-Proto {scheme} header_up X-Forwarded-For {remote} header_up X-Real-IP {remote} } }
- proton_lynx@lemmy.worldto
Selfhosted@lemmy.world•[SOLVED] Nextcloud Snap behind Caddy is responding with `301 Moved Permanently`English
2 yearsMore than 50 redirects? Hmm, that looks weird. What is the output when you run
wget --spider https://nextcloud.domain.com? Could you try enabling cookies for cURL and pasting the contents of thecookiefilehere?curl --cookie cookiefile --cookie-jar cookiefile --location https://nextcloud.domain.com
- proton_lynx@lemmy.worldto
Selfhosted@lemmy.world•[SOLVED] Nextcloud Snap behind Caddy is responding with `301 Moved Permanently`English
2 years301 Moved Permanentlyis usually not something that requires user intervention. Most browsers should automatically detect the301 Moved Permanentlyresponse code and redirect automatically. What happens when you run cURL with the--locationflag?curl --location https://nextcloud.domain.com
- proton_lynx@lemmy.worldto
Selfhosted@lemmy.world•Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at timesEnglish
2 yearsYeah, I wish Nextcloud focused more on the file manager side of their applications. I was using it on my TrueNAS instance and it seems like an unfinished product. E2EE is not enabled by default and looks like their implementation is not perfect either.
Wtf did I just read? This is in another league of bad APIs.
Man, infuriating! I had a problem that was being asked on stackoverflow but with no solution. Later, I found the solution reading some obscure parts of the docs from certain vendor. I was gonna post it there so everyone that had the same problem could find it and solve it. But I don’t have enough reputation :/
I really hope they don’t replace Reddit with Discord, it’s a closed-source software with data not being indexable by a search engine. Even if they did find a solution to index all that data into a search engine, it would be awful to have to install a software to actually see/interact with it.
- proton_lynx@lemmy.worldto
Selfhosted@lemmy.world•Anytype has open sourced all their repos! Self hosting now possible!English
3 yearsWow, last time I checked logseq it was not that good. I hope they introduce their Logseq Sync eventually.
- proton_lynx@lemmy.worldto
Selfhosted@lemmy.world•Anytype has open sourced all their repos! Self hosting now possible!English
3 yearsI just tested it and it looks amazing. I wonder if there are any templates for a Bullet Journal. This software is insane feature-wise, a lot of things to play with.


It would be so fucking nice if we could use AI to bypass copyright claims.