Immich 2.5 Released With Free Up Space, Web Backups
4mon 19d ago in selfhosted from linuxiac.comJust checked, there is an issue with the companion app on playstore, they have delayed the android app update due to an issue, so wait until play store shows the update and then do both (server and mobile app)
Has anyone pulled it yet? Is it stable? I use the (internet) scream test, if no drama follows the release for a few days, then i proceed with the pull.
Booting from a vinyl record
4mon 24d ago in technology from boginjr.comIf you don't use 1000 eur gold plated RCAs, it just doesn't sound right...
Testimony of a Cuban combatant who defended President Maduro
4mon 24d ago in world@quokk.au from www.workers.orgI read that 23 people were killed, are those from the Cuban squad or in total? Does anyone have a reliable link of the sequence of events of the kidnapping?
If you have one, how much do you pay for a domain name? Any cheap registrar recommendations?
4mon 25d ago in selfhostedI will make a prediction. Once you get the domain and set it up, the images will still not work. Are you using an external proxy? I was battling this for days, Lemmy backend refused to create thumbs for my local images, federated content worked great. IF you get this issue, send me a message, I found a workaround.
48 Million Gmail Usernames and Passwords Leaked Online
4mon 25d ago in world from digital-escape-tools-phi.vercel.appStart setting up passkeys where available, that is the safest and easiest way, I store mine on my selfhosted vaultwarden but you could use other ways. As long as the devices you use are secure, no passwd leaks, spoofing attempts or phishing can threaten you.
Time to ride
4mon 27d ago in mtb@lemmy.tserts.com from lemmy.tserts.comBring it
4mon 29d ago in mtb@lemmy.tserts.com from lemmy.tserts.comRecord number of commuters in Brussels cycle to work | VRT NWS: news
4mon 29d ago in bicycling from www.vrt.beOne in five people in Brussels, Belgium now bike to work, as bicycling rates have jumped 40% in just five years.
4mon 29d ago in europe@feddit.org from www.vrt.beHills and distance are secondary, it's the infrastructure that allows this beatiful stat.
Typical commute 20k, 500m ele, MTB, my doctor was asking if I take statines when he saw my blood tests...
Lemmy <> Nginx proxy manager nightmares
4mon 7h ago in selfhostedFederation is fixed, search from the fediverse for my users, communities and posts is fixed, npm is fixed with two custom locations /api and /pictrs and the advanced parameters I found from a guide:
location / {
set $proxpass "http://10.0.0.227:1236/";
if ($http_accept ~ "^application/.*$") {
set $proxpass "http://10.0.0.227:8536/";
}
if ($request_method = POST) {
set $proxpass "http://10.0.0.227:8536/";
}
proxy_pass $proxpass;
rewrite ^(.+)/+$ $1 permanent;
# Send actual client IP upstream
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
The ONLY main issue is the image post mystery. I can't make image posts, they are converted to link posts. I checked and I have no thumbs in the database for my images, the federated images have thumbs. Does anyone have a clue why this is so hard to work right?
Test 2, I am close.






