this post was submitted on 18 Oct 2023
44 points (95.8% liked)

Selfhosted

39239 readers
518 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
 

After my private Gmail was leaked somewhere, I've started to receive an enormous amount of spam that came through into my inbox, which made me switch to Proton and a self-hosted SimpleLogin setup.

So I decided, I might as well dirch Google entirely, for private and work-related stuff.

While Proton already covers Mail and Calendar, I'm in search of alternatives for the following services to replace.

  • Meet: I like the idea of starting a quick meeting by simply sending a link to a customer, who can join instantly. What would be an equivalent software to do that? I tried Mattermost, but it seems more like a Slack alternative, with invites, etc. and is overkill for my case. Revolt chat looks like a Discord alternative.
  • Drive: In short, If possible, I'd prefer one consolidated place to access and edit files. Docs, Excel, PDFs, pictures, videos, etc... Is Nextcloud really the only option here, with the corresponding plugins for onlyoffice and memories (photos)? I tried running thst on an intel nuc, and it's slow as hell.
you are viewing a single comment's thread
view the rest of the comments
[–] mp3@lemmy.ca 5 points 11 months ago (1 children)

Meet -> Jitsi

For Drive, do you need the editor to be web-based? If not, you could just enable SSH access and access it through SFTP using keyfile authentication.

[–] ad_on_is@lemmy.world 1 points 11 months ago* (last edited 11 months ago) (1 children)

Thx... will have a look into jitsi. I thought it was just a webrtc server that other services can connect to via plugins.

A web based editor is a necessity, so I can acces files from anywhere, which I also do sometimes.

[–] mp3@lemmy.ca 1 points 11 months ago* (last edited 11 months ago) (1 children)

Which file formats do you mainly use? You can likely open them on mobile or desktop as long as you have a viewer for the filetypes without requiring a web-based viewer/editor, which would reduce the strain on the server as well.

It also makes the server setup way simpler, as it just deal with hosting and serving files, and the data processing / rendering is all done locally.

Easier to do backups too.

[–] ad_on_is@lemmy.world 1 points 11 months ago (1 children)

As of right now, I mainly store PDFs and docs/sheets on drive, which I frequently access via desktop (browswe) or mobile. So these two are a necessity.

[–] mp3@lemmy.ca 1 points 11 months ago (1 children)

You'll have to convert your docs and sheets to another format if you migrate to something else, that's kind of inevitable.

[–] ad_on_is@lemmy.world 1 points 11 months ago

Yeah, I'm aware of that, and it's not a big deal