

Yes, you need TLS
Yes, you need TLS
api was right a year ago, or two
I use nextcloud with a task app like jtx board. it’s basic and does exactly what you want
Nginx proxy manager is easy to use. It has a nice gui. Caddy is incredibly simple after installing. It just has no gui. It cam’t be simpler than caddy, just 3 lines.
Got it 👌🏼
No graphics card? Why do you even think about transcoding? Serious question
I’ll just leave this here https://locatarr.github.io/
I have no experience using it https://home.tdarr.io/
Internet people say that if you reencode the movies, you will lose information and sacrifice quality. I do not know if it is noticable! It is probably visible on a large screen and definitely not on a small one. Like always: shit in, shit out.
You should always use the best source possible. If you don’t have it, maybe someone who has it should do it and not you. I would wait for this person to do it and redownload it once it is available.
To me it just makes more sense that the person creating the 264/265 video does it instead of all the guys who just downloaded it. It’s also better for the environment if only one person does it.
265 is not the future gold standard anymore but av1 is. If you are to do it, go for av1 but make sure all your devices can play it natively.
Doesn’t ublock strip away the referrer?
To me, that’s generic and not invasive.
Selfh.st “just” started. Maybe he didn’t get around setting it up. Did you ask him?
Back in the day people studied and learned and practiced before publishing
Yes!
Sry for the typo. Mesh vpn.
I use bookmarks which is very convenient. In the past, I also used public domains that simply point to the local IP. E.g. sub.test.com points to 192.1.1.1:8080 instead of a global ip.
What about only using the mesh von vpn ips?, even in lan.
I use an amazon fire tv stick. It supports more than any other streaming device, afaik. You can sideload custom apps. It’s just there to open jellyfin and ARTE for 50 bucks.
Maybe I’ll buy the next gen shield but buying the 2019 version in 2025 is a bit dated and too expemsive tbo
Nothing in Flatpak stipulates that it only supports GUI applications.
In fact the tutorial offers to create a CLI application:
https://unix.stackexchange.com/questions/740712/does-flatpak-support-command-line-applications
Basically what he wrote https://lemmy.zip/comment/20166393 reitti focuses on the significant locations where you have been and dawarich on all places/ a heatmap which includes routes, i.e. running around a lake can be important which isn’t for reiti
I will test that ASAP!! that looks great, thank you!
I wish I would understand how to use xcaddy but I failed the last two times setting it up 😅 it was something about another language that was needed iirc
Caddy with caddyfile is very easy although it lacks a gui. Use nginx proxy manager if you want a gui, but it is more work than a caddyfile.
Different focus
Why doing it manually when you can simply automate it /s
Install caddy. Check that it works. Get to know what a firewall is. How it works. Forward your ports from router to the machine. (I use cockpit (preinstalled on fedora) to configure my firewall)
Use a caddyfile with the content
sub.domain.com { reverse_proxy 192.168.178.192:8080 }
Replace 192.168.178.192 with the ip. And 8080 with the port and your domain obviously.
That’s it.