Hi, i’m into programming, sexual transmutation and psychedelics!
- 6 Posts
- 6 Comments
Honestly, with Fdroid and many other open source projects at risk after Google’s last madness, I wouldn’t take anything Android anymore (nor Apple of course).
My next phone will either be a dumbphone or a Linux phone.
dontblink@feddit.itto Selfhosted@lemmy.world•Frustratingly bad at self hosting. Can someone help me access LLMs on my rig from my phoneEnglish23·1 month agoSelf hosting IS hard, don’t beat yourself too much because of it… After all you’re trying to serve services for yourself that are usually served by companies with thousands of employees.
A server requires knowledge, maintainance and time, it’s okay to feel frustrated sometimes.
dontblink@feddit.itto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Google will block sideloading of unverified Android apps starting next yearEnglish2·2 months agoCan we still load custom roms? It’s been a while since my last install of Lineage OS.
If that’s not an option either, well, Linux phones I’m coming!
I don’t know if I like what fairphone is doing, is not a lot ago the new fairphone 5 came out… If they plan to support a phone for 10 years, what’s the point in releasing another model…?
dontblink@feddit.itOPto Programming@beehaw.org•Naah JS is fine, just use TypeScript!English1·3 months agoYes you’re probably right, I definitely have bias and the time spent tryna fix the bug influenced this…
Thanks
As far as I knew reverse proxies could only reverse proxy stuff coming in from 443 or 80, I didn’t know they could listen other ports as well!
Main reason why I was using a reverse proxy at first is because I had everything behind cloudflare, and cloudflare can only proxy and give you an SSL encryption for stuff that goes through 443, so I could make Caddy listen to 443 and then forward to interested ports.
But this leaves out everything that needs to go in some other places than 443, and requires its own standalone ssl certificate, which is a bit cumbersome. Pheraps these can be proxied with other proxies than cloudflare, hopefully giving SSL to everything…
I’m not sure I understood the upstream ssh thing, what do you actually do?