Files
simple-notes-sync/README.md
inventory69 80a46e0e49 Update documentation for Simple Notes Sync
- Revamped QUICKSTART.md for clearer installation and setup instructions, including detailed steps for server setup and app configuration.
- Revised README.md to reflect new features and streamlined installation process, emphasizing offline capabilities and auto-sync functionality.
- Removed outdated README.old.md to maintain a clean repository. [skip ci]
2025-12-23 22:36:41 +01:00

1.8 KiB

Simple Notes Sync 📝

Minimalistische Offline-Notizen mit Auto-Sync zu deinem eigenen Server

Android Material Design 3 License

📱 APK Download · 📖 Dokumentation · 🚀 Quick Start


Features

  • 📝 Offline-First - Notizen immer verfügbar
  • 🔄 Auto-Sync - Konfigurierbare Intervalle (15/30/60 Min)
  • 🏠 Self-Hosted - WebDAV auf deinem Server
  • 🔐 Privacy-First - Keine Cloud, kein Tracking
  • 🔋 Akkuschonend - ~0.2-0.8% pro Tag

🚀 Quick Start

1. Server Setup

cd server
cp .env.example .env
# Passwort in .env setzen
docker compose up -d

➡️ Details: Server Setup Guide

2. App Installation

  1. APK herunterladen
  2. Installieren & öffnen
  3. ⚙️ Einstellungen → Server konfigurieren
  4. Auto-Sync aktivieren

➡️ Details: Vollständige Anleitung


📚 Dokumentation


🛠️ Entwicklung

cd android
./gradlew assembleStandardRelease

➡️ Details: Build-Anleitung in DOCS.md


📄 Lizenz

MIT License - siehe LICENSE

v1.1.0 · Gebaut mit Kotlin + Material Design 3