All apps · 0 apps
easynotes
Docker app from knex666's Repository
Overview
EasyNotes – ein modernes, markdown-basiertes Notizbuch. WYSIWYG-Editor mit MD-Toggle, OneNote-Import (.zip) inkl. Assets, AI-Integration (DeepSeek/Claude/ChatGPT), Tags, Dark Mode, mehrsprachig (DE/EN). Speichert Notizen als Markdown-Dateien in Ordnern – intuitiv wie OneNote, aber offen und portabel.
Readme
View on GitHubThis Repo contains my Dockerfiles and Projects
I´m running unraid with many containers, here some...
Install Easynotes on Unraid in a few clicks.
Find Easynotes in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for Easynotes Review the template variables and paths Click Install
Categories
Download Statistics
121
Total Downloads
Related apps
Explore more like this
Explore allDetails
Repository
knex666/easynotes:latestLast Updated2026-08-22
First Seen2026-08-22
Runtime arguments
- Web UI
http://[IP]:[PORT:3500]/- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Config pathPathrw
Container-Pfad für persistente Notizen, Imports und Einstellungen. Auf einen Host-Pfad mappen (z. B. /mnt/user/appdata/easynotes).
- Target
- /app/data
- Default
- /mnt/user/appdata/easynotes
- Value
- /mnt/user/appdata/easynotes
PortPorttcp
Web-UI-Port von EasyNotes (WebUI auf http://[IP]:[PORT:3500]/).
- Target
- 3500
- Default
- 3500
- Value
- 3500
PORTVariable
Interner Port, auf dem die App lauscht.
- Default
- 3500
- Value
- 3500
TZVariable
Zeitzone.
- Default
- Europe/Berlin
- Value
- Europe/Berlin
OPENAI_API_KEYVariable
Optional: OpenAI-kompatibler API-Schlüssel (kann auch in der App-UI gesetzt werden).
AI_BASE_URLVariable
Optional: Basis-URL für OpenAI-kompatible API.