WeSearch

Part 8: Free Self-Hosted Mind Mapping for a Home Lab: Why I Put a Significant Part of MindMapVault on GitHub

·4 min read · 0 reactions · 0 comments · 13 views
#opensource#privacy#productivity
Part 8: Free Self-Hosted Mind Mapping for a Home Lab: Why I Put a Significant Part of MindMapVault on GitHub
⚡ TL;DR · AI summary

Kornel Maraz discusses the importance of open-sourcing the MindMapVault project on GitHub. By making parts of the mind mapping app publicly available, users can verify the privacy claims and inspect the implementation. This approach fosters trust and allows for better self-hosted operations in home lab environments.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2501031) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Kornel Maraz Posted on May 29 • Originally published at mindmapvault.com Part 8: Free Self-Hosted Mind Mapping for a Home Lab: Why I Put a Significant Part of MindMapVault on GitHub #github #opensource #privacy #productivity Privacy-first mind mapping app (9 Part Series) 1 Privacy-first mind mapping app. Part 0: Motivations and Mind Maps 2 Privacy-first mind mapping app. Part 1: Constraints Before Tech ... 5 more parts... 3 Privacy-first mind mapping app.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)