

Because sometimes I have the laptop connected to the TV using Steam’s Big Picture mode with a controller and it would be nice to launch also my Heroic games from there without having to go back to the desktop
Because sometimes I have the laptop connected to the TV using Steam’s Big Picture mode with a controller and it would be nice to launch also my Heroic games from there without having to go back to the desktop
IT WORKED! Thank yoy again for the help :)
I’ve tried first removing the -it
flag as suggested by @farcaller@fstab.sh in another comment and see if that works out.
Otherwise I’ll try to debug with a logfile as you suggested, thanks!
Oh you are right, thank you. I’ve tried removing it and see if it fixes the issue 🤞
Thank you for pointing it out. I’ll fix it as soon as possible and see if it solves the issue.
However, the script I pasted is fired by another script (called docker_backupper.sh
, that is the one triggered by the cronjob and whose purpose is firing a specific script for each service to be backed up) and that script has the on top, so I fear adding it also to the “invoked scripts” won’t change that much
But if the atproto team actually releases a way to selfhost a relay server as well (and not just a data server), in theory if bluesky enshittifies you could always fork the app, selfhost your PDS and Relay and migrate, while still being able to interact with the people in the “mainstream bluesky”.
I know this is a big if, and that at the moment it’s not reality, but the Atmosphere it’s at leaat 10 years younger than the Fediverse. So I’d say let’s not call it shit yet and just see how it evolves…
Anyone willing to summarize those mistakes here, for those who can’t watch the video rn?
Who else thinks we need a sub for that?
(sublemmy? Lemmy community? How is that called?)
Then I would suggest you to take a look at Reverse Proxies, which are programs that let you publicly expose different services hosted on the same computer under different (sub)domains.
The easiest to start with (and also probably the one that better fits your needs) afaik is NGINX Proxy Manager, which can be set up really easily using docker, and you can find plenty of tutorials online (here is one I watched when I was starting to look into docker and selfhosting, it’s a bit old but should still be valid).
If after having set up that you will to thinker around it a little bit and dive a bit deeper, there’s also Traefik which is pretty cool and also has a lot of materials to learn online.
I don’t remember if the video I linked mention it or not, but to use a reverse proxy to expose your services on the web you will first need to set up a dynamic dns (probably the easiest way is to use Cloudflare) or to ask your ISP for a static IP, then go into your routers settings and find the Port Forwarding section where you should tell your routers to send all the incoming traffic from ports 80 (HTTP) and 443 (HTTPS) to the local IP of your server. And then you should be ready to use spin up Nginx Proxy Manager or Traefik on your server.
(idk if I was clear or not but I swear it’s easier that how it seems ahah)
Is immich the only service you want to expose? And did you installed it using docker or directly on your system?
Haven’t tried yet, but I’ve seen some people on YT claiming to have done so… If you try it out let me know if you succeed!
Can PayPal act as a traditional debit card though? I thought it was only for online or p2p payments
Cool. Would be even cooler if there was an alternative to Google Wallet for non-samsung smartphones tho…
The closest thing to a Discord server Matrix-wise are Spaces, which basically are groups of Rooms that people can join by invite (and maybe by link? But not sure)
I see in Matrix as a protocol great potential but it needs some more projects that will focus on the different aspects of communication.
Element cannot aim to be both a WhatsApp replacement, a Slack replacement and a Discord replacement, but for sure 3 different alternatives for those services can be built all using the Matrix protocol
This!
Discord was great and I’m pretty sure that some projects will take its place (like Revolt maybe that others are mentioning) but PLEASE FOSS PROJECT JUST USE AN INDEXABLE FORUM like Discourse, so that people don’t have to signup and enter a server for each project they use!
I guess that with discord (and many other non-foss free projects) the problem is that they start as free and then wanted to start to make money at a later stage.
For-profit software and companies are not necessarily bad, but they are bad when they take their existing software and start radically changing it for the sake of making more money.
If for example discord always had some features just for Nitro users and others for everyone, and those features (and the nitro price) would have always stayed the same it would have been much better
Ahahah sorry, I know what Authy is.
Mine wanted to be a way to say that after I discovered Ente Authenticator (the link I attached), which is another 2FA app that keeps an encrypted backup of your codes and lets you access them on multiple platforms and it’s foss, I “almost forgot about Authy” since Ente Auth replaced it perfectly for my use case.
I thought that since is not a very famous project others could have found it useful
What do you mean with proprietary? 'Cause atproto is foss, but yeah atm Bluesky kinda controls it (even if in the interview she said they would like to move it to a third party regulator in the future)
Unfortunately the issue persists even if I give Heroic access to the all user files (
filesystem=home
), but maybe the issue is more an issue of Steam rather than of Heroic, since from Heroic I’m able to launch games and even add them to Steam (they actually appear on Steam Library, and manually launching from a terminal the command Heroic automatically added to steam games are launched properly).I tried to give Steam flatpak full access to user’s files as well, but after having done that I got an error when launching steam pointing me to this doc page so I think some additional steps would be needed for that change (?)