Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Submission: Obsidian #1921

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added obsidian/data/config/.gitkeep
Empty file.
17 changes: 17 additions & 0 deletions obsidian/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "3.7"

services:
app_proxy:
environment:
APP_HOST: obsidian_server_1
APP_PORT: 3000

server:
image: linuxserver/obsidian:1.7.7@sha256:dbd62b1dffbf801b9435eae9d7900a225eae936e42ab8e59197d1700fbda9400
restart: on-failure
environment:
- PUID=1000
- PGID=1000
volumes:
- ${APP_DATA_DIR}/data/config:/config
shm_size: "1gb"
30 changes: 30 additions & 0 deletions obsidian/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
manifestVersion: 1
id: obsidian
category: files
name: Obsidian
version: "1.7.7"
tagline: Obsidian is the private and flexible writing app that adapts to the way you think
description: >-
Your thoughts are yours.
Obsidian stores notes on your device, so you can access them quickly, even offline. No one else can read them, not even us.


Your mind is unique.
With thousands of plugins and themes, you can shape Obsidian to fit your way of thinking.


Your knowledge should last.
Obsidian uses open, non-proprietary files, so you're never locked in, and can preserve your data for the long term.
releaseNotes: ""
developer: Obsidian
website: https://obsidian.md/
dependencies: []
repo: https://github.com/linuxserver/docker-obsidian
support: https://github.com/linuxserver/docker-obsidian/issues
port: 3435
gallery: []
path: ""
deterministicPassword: false
torOnly: false
submitter: al-lac
submission: https://github.com/getumbrel/umbrel-apps/pull/1921
Loading