Chińczycy odpalają pierwszą linię produkcyjną baterii all solid state z realną szansą na elektryki o zasięgu ponad 1000 km, Amazon wchodzi na poważnie w internet satelitarny z terminalem Leo Ultra i pomysłami na data center w kosmosie,
⁂ Postawiłem sobie dzisiaj pl-fe od Nicole
@mkljczk dla mojego #GoToSocial Fedika.pl
Z małym zgrzytem. #Nginx wymagał drobnej korekty location. To pomyślałem że podzielę się, bo może ktoś się odbije od tego samego. Tu akurat domyślna konfiguracja nginx w #YunoHost-owej apce "My webapp" nie zadziałała. Wyskakiwały 404 przy logowaniu do domeny instancji.
Domyślne location było:
try_files $uri $uri/ /index.php?$args =404;
a powinien być dodany index.html, bo to przecież #SPA / #PWA:
try_files $uri $uri/ /index.html =404;
Niniejszym macie receptę jak do swoich GtSów na YunoHost dodać własne #plfe.
Polecam, to najlepszy klient webowy i na telefon 👍
P.S. Zacznę chyba nazywać #NicoleFE bo mi się pl-fe średnio podoba 😉
🎬 Skryptowanie nginx-a za pomocą js-a. Case study na rzecz wydajności i prywatności
@kuba z Fundacji
@icd pokazuje, jak wykorzystać #JavaScript do skryptowania #NGINX oraz jak ta technika może poprawić wydajność i zwiększyć prywatność użytkowników.
What #OpenSource and #SelfHost can do. Had an idea, discussed it here. Seemed to rhyme with people. Booked two domains. Created a landing page with #Jekyll and CI/CD from a #git repo on my #Forgejo instance. Created logo with #Inkscape. Added #letsencrypt certificate. Put it on my VPS (Virtual Private Server) running Red Hat Enterprise Linux, (#RHEL) where it is now served with #Nginx. Git repo mirrored to #Codeberg so all can join. In under 8h.
Pilot compiling with #poudriere for #FreeBSD#ports went well! It did seem a bit complicated to configure at first but sing ports made easy with #poudriere and #jail. It was so simple and straightforward to actually run #poudriere that I secretly thought it took out all the fun of seeing scrolling screens of compling! #BSD#Unix#UseBSD#RunBSD#FOSS
Is there anyone out there with experience with #owncast and #streaming willing to help a lost soul? I am setting up a live feed and I don't know how to debug the fact that my desktops all buffer 90% of the time while my mobile devices all work perfectly. Big newbie here.
@FediVideo
@spielUndSpass
@owncast@Hamish
@Mrfunkedude maybe! I joined the Rocket.Chat got some good starting advice. I'm missing some parameters in my #Nginx#reverseproxy that might be affecting browser performance/behavior. It's worth trying out and seeing if that fixes it. If anyone can collect useful debug info from their browser, it's at http://vkmphotos.com:8080. Just turn off the audio!!
I've recently been able to set up Lemmy and PieFed instances on a Raspberry Pi 5 and wanted to share the process for anyone else interested in self hosting an instance. ...
I’ve started building a small decentralized, non commercial app with a Rust backend + Node.js frontend running on k8s. I would have my own dedicated server for this. Just mentioning the setup because it might grow and for git there seem to be only GitHub and GitLab around and I prefer GitLab. ...
Setting up SSL for Lemmy over Cloudflare Tunnel using Nginx Proxy Manager
I've recently been able to set up Lemmy and PieFed instances on a Raspberry Pi 5 and wanted to share the process for anyone else interested in self hosting an instance. ...
Selfhosting GitLab?
I’ve started building a small decentralized, non commercial app with a Rust backend + Node.js frontend running on k8s. I would have my own dedicated server for this. Just mentioning the setup because it might grow and for git there seem to be only GitHub and GitLab around and I prefer GitLab. ...