this post was submitted on 19 Oct 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hi there all,

I'm aware that this sub has received its fair share of "looking for a Trello alternative" posts over the last few years. I'm about to add to the pile, but in particular, I'm looking for a solution that is customizable via plugins or similar.

Basically that means I want to add a custom field, take that input and do whatever I want with it, without having to leave the context of the application & write a whole other python script to interact with APIs and other unfun stuff.

Appreciate any answers I'd be given in this case, thanks in advance.

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

It's not *precisely* made to replace Trello, but Obsidian has a great Kanban plugin that behaves very similarly to trello. I combine it with the Tasks plugin to give each card/task more functionality. The Tasks plugin has a querying syntax which you could theoretically pipe into other API/scripting plugins. I can't say for certain "Adding this tag to a Kanban card can produce an API call" but I wouldn't be surprised if it's possible. I haven't looked that hard.

If you aren't aware of Obsidian, it's a plaintext/markdown-based notetaking app at its core, but with an extremely deep set of community plugins. The notes/boards can be synced via any local/remote cloud, or with their paid service.

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

Obsidian has been previously recommended to me for another use case - seems that it's a very jack-of-all-trades tool. Suppose I should actually give it a look then.

Sync was the primary barrier for me though, since that service is paid...

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

there are alternatives. If you use onedrive. chuck it on that. If you want more freedom there is a plugin to sync it with a git repo.

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

I remember seeing a plugin that allowed you to sync via a self hosted database. I would give it a google.

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

Just host your own markdown directory, the app’s free to use for local files

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

https://github.com/syncthing/syncthing is a good self-hosted option you can use for syncing obsidian

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

Maybe consider giving Planka a look. You can find it here: Planka. It's a work in progress alternative to Trello. I self hosted it using docker.

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

I have been using it for a year and it works great. Easy to deploy, easy to backup/restore. It is running on a raspberrypi3 via docker.

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

Planka is what I use. It's the best I've found. Just wish the mobile site was a bit better.

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

I was going to recommend Plane but AFAIK they don't have a plugins system sadly. Though they do apparently have an SDK "Coming soon"

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

I’ve been using YouTrack. It’s been great.

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

I think Wekan has this level of customisability.

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

Haven't used in a while but following the r/selfhosted premise: https://taiga.io/

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

Directus (https://directus.io/) has a Kanban layout you can use on top of customizable database rows, combined with flows it pretty much does the trick. You can run it locally with SQLite as the backend database.

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

Vikunja is ok. It took like 2 minutes to spin up in docker, so easy to test out if you want.

It does have kaban support, among other things. But does NOT have cheeklists :(