diff --git a/obsidian/data/config/.gitkeep b/obsidian/data/config/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/obsidian/docker-compose.yml b/obsidian/docker-compose.yml new file mode 100644 index 0000000000..f96fa7fc5d --- /dev/null +++ b/obsidian/docker-compose.yml @@ -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" diff --git a/obsidian/umbrel-app.yml b/obsidian/umbrel-app.yml new file mode 100644 index 0000000000..44c2132895 --- /dev/null +++ b/obsidian/umbrel-app.yml @@ -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