Skip to content

Cloud-Hosted Obsidian + local rest api plugin #132

Answered by azdolinski
karljuhlthefool asked this question in Q&A
Discussion options

You must be logged in to vote


This my setup which i made few months ago... i also now using Omniserch plugin which allow search via API for images.

Obsidian work 24/7 in docker / protected by password and nginx... login via https open WebVNC [KasmVNC] so you can access and install all plugins...

services:
  obsidian:
    image: lscr.io/linuxserver/obsidian:latest
    container_name: obsidian
    hostname: obsidian
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - CUSTOM_USER=admin
      - PASSWORD=${PASSWORD:-admin}
    volumes:
      - ./config:/config
    ports:
      - 7000:3000   # HTTP KasmVNC
      - 7001:3001   # HTTPS KasmVNC…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@karljuhlthefool
Comment options

Answer selected by karljuhlthefool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants