fbartels

joined 2 years ago
 
[โ€“] [email protected] 6 points 2 years ago

My biggest disappointment with the show so far, was learning that the 10th episode was the season finale. ๐Ÿ˜…

[โ€“] [email protected] 2 points 2 years ago

I do remember my joy, when finding out that instead of feeding it with batteries, I could even use the power adapter of the master system to play with the Gamegear. ๐Ÿ˜„

[โ€“] [email protected] 2 points 2 years ago

Congrats on the impressive 0.0.1 version. The one thing that I was missing in Mlem, that is also not part of this app is ipados support.

[โ€“] [email protected] 5 points 2 years ago

Another +1 for restic. To simplify the backup I am however using https://autorestic.vercel.app/, which is triggered from systemd timers for automated backups.

[โ€“] [email protected] 2 points 2 years ago (3 children)

Youโ€™ll have to use http://192etc:port. So no httpS for internal access

This is not really correct. When you use http this implies that you want to connect to port 80 without encryption, while using https implies that you want to use an ssl connection to port 443.

You can still use https on a different port, Proxmox by default exposes itself on https://proxmox-ip:8006 for example.

Its still better to use (sub)domains as then you don't have to remember strings of numbers.