this post was submitted on 06 Jul 2023
17 points (100.0% liked)

Selfhosted

37811 readers
507 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
 

My brother and I would like to have some sort of storage space in each others' systems as an offsite backup thing. Ideally, I'd be able to allocate him 2GB of space that he can drop files in (e.g. a Veracrypt container, perhaps a keepass database, not media files). I don't want him to be able to access anything else on my network, like my own computers when they're switched on.

Is Nextcloud a solution? I'd like a sort of Dropbox-equivalent solution where I can just open up a bit of space to him without it being access to anything else. Assume he's not a malicious actor, but also that I want my stuff to stay private.

you are viewing a single comment's thread
view the rest of the comments
[–] Starfighter@discuss.tchncs.de 9 points 1 year ago* (last edited 1 year ago) (1 children)

Nextcloud is just a web service. How he or anyone can access it is not determined by nextcloud but by the routers, firewalls, vpns and potentially reverse proxies that are routing the traffic to nextcloud.

With the proper configuration of all traffic handling services it will not be possible to access anything other than the intended endpoint i.e. nextcloud.

Within nextcloud any user can only access their own files plus anything that is explicitly shared to them.

[–] tom@lemmy.fmhy.ml 2 points 1 year ago