this post was submitted on 25 Nov 2023
8 points (83.3% liked)

Selfhosted

39238 readers
310 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

What's your recommendation for a selfhosted services to stream some private videos from S3 compatible service (vultr)?

I was thinking a private peertube instance could work, but it requires the S3 files to be public and allow all origins, so I don't like that idea.

The other one was to use rclone mount to have it as another block storage, but I don't know what are the cons of this, or if it's possible to use it with this kind of services.

This won't be for my camera videos (already have immich) nor for series/movies (jellyfin). It'll be for random videos from youtube, or twitch which I want to hoard.

(Also if you have a recommendation for cheap online storage for this it'll be appreciated, Vultr's is $0.006/GB)

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago (1 children)

I don't know how PeerTube name video files for S3, but if they are random strings then maybe you could disable file listing and with proper rate limiting those names basically become a password.

That's how media storage works on Discord or Matrix. All files user upload have public links, but names are long enough to be not possible to brute force.

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

I don't like the idea of security by obscurity, seems like a lazy way of trying to protect a resource.

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

Can't you bypass the peerturbe limitation by having everything inside a wireguard VPN? There are some wireguard UIs that may come in handy to set things up..

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

What do you mean?
The frontend yeah, but seems the S3 objects would still need to be public.