Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
For my tasks I use Nextcloud Tasks via caldav. Do you plan to add caldav support? You could solve the problem of missing native apps with this as well, as caldav is supported in a lot of desktop calendar apps (e.g. Thunderbird), and android has the genial opentasks app which uses the same standard.
Yeah I consider adding caldav support eventually, but I need to read about it a little more and experiment a bit to see how much complexity it would add to the project. I really want to keep it as simple as possible in regards to both setup/installation and how it works, so I need to evaluate it properly to see if it's worth it or not
Caldav doesn’t support kanban lmao.
Caldav is a protocol to sync tasks and calendar events. Kanban is a way to sort/display tasks. The to things are orthogonal.
I used nextcloud deck, a kanban board. Lo and behold, it uses calendar tasks under the hood, and you can sync them with caldav. Obviously you loose some features from the kanban board, but it's a perfect middleground if you are nit a heavy kanban user.
This is my point.
Also, isnt nextcloud deck via caldav read only?