diff --git a/dumbpad/data/.gitkeep b/dumbpad/data/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/dumbpad/docker-compose.yml b/dumbpad/docker-compose.yml new file mode 100644 index 00000000..6bfc658e --- /dev/null +++ b/dumbpad/docker-compose.yml @@ -0,0 +1,16 @@ +version: "3.7" +services: + app_proxy: + environment: + APP_HOST: dumbpad_web_1 + APP_PORT: "3000" + + web: + image: dumbwareio/dumbpad:1.0.4@sha256:03e4216d7842958287bccf6c51dde1c41735b35235844fb87c70b4443143ada6 + user: "1000:1000" + restart: on-failure + volumes: + - ${APP_DATA_DIR}/data:/app/data + environment: + SITE_TITLE: DumbPad + BASE_URL: http://$DEVICE_DOMAIN_NAME:3000 diff --git a/dumbpad/umbrel-app.yml b/dumbpad/umbrel-app.yml new file mode 100644 index 00000000..79c6eccb --- /dev/null +++ b/dumbpad/umbrel-app.yml @@ -0,0 +1,41 @@ +manifestVersion: 1 +id: dumbpad +category: files +name: DumbPad +version: "1.0.4" +tagline: A notepad with collaborative editing, fuzzy search, & markdown preview +description: >- + DumbPad is a minimal, modern notepad application built for speed and simplicity. It runs with zero fuss and stores notes as plain files. + + + Key features + - Ultra-simple, minimal writing UI with auto-save (near real-time). + - Dark/light mode with system preference support. + - File-based storage: notes are stored as plain `.txt` files and a `notepads.json` index. + - Enhanced Markdown: alert blocks, extended tables, collapsible content, and code syntax highlighting. + - Direct notepad linking and copyable shareable URLs. + - Fuzzy search across filenames and contents. + + + Why DumbPad? + + + DumbPad is for people who want a distraction-free place to jot things down quick notes, snippets, shopping lists, or code ideas without the overhead of accounts or heavy tooling. + It's small, fast, and built to keep your notes available and portable. +developer: DumbWareio +website: https://github.com/DumbWareio/DumbPad +repo: https://github.com/DumbWareio/DumbPad +support: https://github.com/DumbWareio/DumbPad/issues +port: 8255 +submitter: Kanishk Pachauri +submission: https://github.com/getumbrel/umbrel-apps/pull/3958 +releaseNotes: "" +dependencies: [] +gallery: + - 1.jpg + - 2.jpg + - 3.jpg +permissions: [] +path: "" +defaultUsername: "" +defaultPassword: ""