App Submission: dumbpad (#3958)
Co-authored-by: al-lac <lackner.alex@gmail.com>
This commit is contained in:
parent
ebbe5e4a02
commit
bd151d9e59
0
dumbpad/data/.gitkeep
Normal file
0
dumbpad/data/.gitkeep
Normal file
16
dumbpad/docker-compose.yml
Normal file
16
dumbpad/docker-compose.yml
Normal file
@ -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
|
||||
41
dumbpad/umbrel-app.yml
Normal file
41
dumbpad/umbrel-app.yml
Normal file
@ -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: ""
|
||||
Loading…
Reference in New Issue
Block a user