Qantumentangled

joined 11 months ago
[–] [email protected] 1 points 10 months ago

Yeah, you'll need to spin up a Jellyfin server. It's really easy in docker though, and it shouldn't need a machine too powerful. I've heard of people running it on an rPi4 or old laptops.

[–] [email protected] 4 points 10 months ago (2 children)

Jellyfin has Watch Groups that my (tech-challenged) family uses regularly without my help.

I just added IPTV to my setup, so I haven't tested if they work together. I can't see why they wouldn't. Worse case, have then tune into the same channel as you, it should sync up almost perfectly on its own.

[–] [email protected] 1 points 10 months ago

If you want to PM me your docker-compose.yml and Caddyfile I'm more than happy to take a look at them for you. I've been using Caddy as my rev-proxy for 10+ app stacks for a few years now.

[–] [email protected] 3 points 10 months ago (4 children)

I recommend adding hostname: app-name lines for each container then you can just use the hostname and the native port (even if you don't pass it through with a port: line).

It's super useful if you want to expose any apps with a reverse proxy like Caddy. That way the ONLY way to access an apps web interface is via the reverse proxy. Then look at filter rules to deny access unless the client has a LAN IP.

Poof, you've got SSL and custom subdomains for all your apps, but still only on your LAN or personal VPN (like Wireguard or Tailscale).

[–] [email protected] 3 points 10 months ago (1 children)

Are you hosting your own server or connecting to a public instance?

[–] [email protected] 11 points 11 months ago

I've been using Caddy instead of nginx for years now. As long as your port forwarding is already setup, it'll pull TLS certs for every domain in the config automatically and keep it up-to-date forever.

It's also super easy to use as a reverse proxy, so you can run one caddy server for all your sites on the same machine pretty easily.

[–] [email protected] 1 points 11 months ago (1 children)

I have an off-grid Linux box that hosts a local Wi-Fi network and some communication and entertainment apps. I want to host a chat service for asynchronous off-grid comms. Briar looked like the perfect option if I could just add the mail-box to my Linux box.

Simplex looks like it might do something similar, but it doesn't look like it does comms over direct Bluetooth.

[–] [email protected] 2 points 11 months ago (3 children)

I just checked and you're right! I looked into Briar a while ago and ignored it because I couldn't run the Briar-Mailbox program on Linux.

[–] [email protected] 0 points 11 months ago (6 children)

I thought it was something like that. What I really want to see is an open-source version of Briar.

[–] [email protected] 4 points 11 months ago (12 children)

Signal is great, but it was unclear if I would be able to self-host my own Signal server if I wanted to support the public network and provide redundancy to my local LAN and connected networks.

Every time I look at Matrix it looks really cool and sounds great. But each time I try to setup a client or actually use it, nothing works, apps crash, and I can't actually use the dang thing. I tried setting up my own server, even tried using a public server with the Element web-app and still nothing worked, couldn't join rooms, etc.

Love the idea, haven't seen a decent implementation yet. Honestly kinda wish there was PGP for sms or something like that. I couldn't care less if the transport is insecure, as long as I can trust that only the intended recipient and myself can read/modify my messages.

[–] [email protected] 9 points 11 months ago

Thank you, I didn't see that thread.

[–] [email protected] -1 points 11 months ago

I assumed you'd have to interface with Google to get messages to/from other RCS users using their app, but does that not happen via a bridge-server?

 

Are there any apps that support RCS that aren't made by Google or a crappy cellular provider (ie: bloatware Verizon apps)?

I appreciate the features RCS has, but I'd love to get that without sending it all to Google with a "trust us" approach to backdoor keys. The documentation I looked at indicated that anyone could setup an app to support RCS and communicate with Google's RCS users, but I can't find any apps that actually do that.

Also would love to be able to message from multiple devices using RCS, which Google has working in their web app.

view more: next ›