this post was submitted on 11 Nov 2023
11 points (82.4% liked)

Selfhosted

39256 readers
251 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
 

Hey everyone, was just trying to get an idea of what people thought of this / is it worth making?

A pwa, offline first document based application like logseq or obsidian that is also realtime collaborative and federated

I started off with the idea that I want to have something that I can sync between my devices but also I don't want to deal with. A private company that can ultimately just change their privacy policy and own my shit (looking at you notion and todoist). But also I don't really find joy in having to host my own servers either, so maybe that could be solved with federation? Host my stuff on one server and if I stop agreeing with the ideas of mthe current host I can just pick up my account and move it to another server all while still being able to share and collaborate on notes.

I've been getting kind of discouraged though more recently because its a pretty massive endeavor and there are just so many applications that seem to be doing mostly the same thing ( aside from sync / federation / realtime collaborative) everything is missing at least one it seems.

So I guess my question is, is this worth continuing to work on? Is this something that anyone else wants? Am I just crazy for wanting these very specific things?

Here is my current version (federation doesn't work yet, and after looking more into logseq I have completely missed the mark on some functionality)

tasks-eight-dun.vercel.app/ https://github.com/odama626/tasks

top 17 comments
sorted by: hot top controversial new old
[–] Black616Angel@feddit.de 4 points 10 months ago (4 children)

Doesn't Nextcloud do all this?

I don't really know, why it really HAS to be all that. I think that not a lot of people will have those specific set of requirements.

Also I really dislike the section about "solving not wanting to self host by making it federated" that is not how that works. Please host stuff yourself. Please support those who host your stuff. This part makes you sound cheap and stupid.

[–] odama626@lemmy.world 2 points 10 months ago* (last edited 10 months ago)

I do support those who host stuff but I'd much rather donate to a community run solution like Lemmy.world than do it myself, I know there are people who enjoy doing it and are much better at managing infra than I am.

Edit: also I think Lemmy / mastadon having servers that anyone can join has really lowered the bar to entry and helped drive engagement.

I do currently host the backend

[–] milan@discuss.tchncs.de 1 points 10 months ago (1 children)

nextcloud can become very frustrating with such apps due to file conflicts.

[–] Tealk@rollenspiel.forum 2 points 10 months ago (1 children)

I've been using nextcloud for years without any problems

[–] milan@discuss.tchncs.de 1 points 10 months ago (1 children)

lucky you, i had nothing but problems... maybe different usage pattern

[–] okamiueru@lemmy.world 1 points 10 months ago

What do you suspect the issue can be? Some sources not syncing causing multiple divergences?

[–] AnonStoleMyPants@sopuli.xyz 1 points 10 months ago (1 children)

People always mention nextcloud when it comes to syncing for e.g., Obsidian, but how do people use it with mobile? They never seem to actually use the local storage for anything, meaning you can't map a local folder for use in the application (assuming it does not have the option to use cloud services). I know thay syncthing does use actual local folders, but doesn't it use a fuck-ton of battery? I remember trying it a few years back and just could not due to it being a battery hog. Also tried the fork which helped but not by much.

I wish I could just use rsync but nooooo. Yes yes rooting is "possible", which might just break shit or you need to use some masking to hide root from application to and jesus christ why the fuck is everything so annoyingly locked down god dammit. Rant over.

Havant tried termux + rsync tho.

[–] Black616Angel@feddit.de 2 points 10 months ago (1 children)

I don't use obsidian. I use Joplin. It has nextcloud integration and works flawlessly.

For the rest (e.g. Tasks, Collaborate Office) I use DAVx5 and the nextcloud App to sync.

[–] AnonStoleMyPants@sopuli.xyz 2 points 10 months ago

Oh yeah if it is integrated into the application then it's much easier for sure.

[–] odama626@lemmy.world 1 points 10 months ago

I run nextcloud in a docker container and its super unstable, and I haven't found a good way of using it on mobile

[–] rsolva@lemmy.world 3 points 10 months ago (1 children)

I think this is where Anytype (https://anytype.io/) is headed!

[–] odama626@lemmy.world 3 points 10 months ago

Woah any type looks awesome

[–] onlinepersona@programming.dev 2 points 10 months ago

There's prior art on this: https://github.com/athensresearch/athens

UPDATE: Athens is no longer being actively maintained

If you want to step up and maintain it... It's written in Clojure though.

[–] rmstyle@feddit.de 1 points 10 months ago (2 children)

That seems like quite a large endavour. And I'm always a fan of alternatives. One thing I do not fully understand is the, I do not want to selfhost so its federated. Somebody needs to host in the end, why can't it be you?

[–] odama626@lemmy.world 2 points 10 months ago

I could host but I also want people to be able to use it if they don't want to, I feel like requiring people to host mastadon or Lemmy would really raise the bar to entry

[–] odama626@lemmy.world 1 points 10 months ago

The primary reason I want federation is, if I self host it and let other people join then I ultimately control their data and they are locked in, so it could eventually turn into the same centralized authoritarian bs that notion / todoist has and probably most other proprietary stuff.

Activity pub is the only current answer to centralization I've seen so far

[–] geophysicist@discuss.tchncs.de 1 points 10 months ago

I know that logseq is working on real time collaboration, and they have docs pages on how to share across devices and users without any centralisation or touching their servers