Skip to content

Obsidian window is black #100

@Darkriders98

Description

@Darkriders98

Describe the bug
Whenever I launch my obsidian-remote inside a docker container, or by a docker run, the screen is full black and I can't see Obsidian. However I can see everything else fine, I just know that obsidian is running because I can't right click to open it again.

Although I was able to see it the first time I launch it with docker run, but I wanted to use docker compose and since it's not working anymore. I tried uninstall and reinstall docker to have a clean up since I maybe did something wrong, but nothing changed.

I also use nginx as a local reverse proxy, and tried with the IP:8080 and the hostname and nothing changed, this is the same veha

Compose.yaml

services:
  obsidian:
    image: 'ghcr.io/sytone/obsidian-remote:latest'
    container_name: obsidian-remote
    restart: unless-stopped
    ports:
      - 8080:8080
      - 8443:8443
    volumes:
      - /root/Obsidian:/vaults
      - /var/lib/obsidian/config:/config
    environment:
      - PUID=0
      - PGID=0
      - DOCKER_MODS=linuxserver/mods:universal-git
      - LC_ALL=fr_FR.UTF-8
      - LANG=fr_FR.UTF-8
      - LANGUAGE=fr_FR.UTF-8
      - KEYBOARD=fr-fr-azerty
      - TZ=Europe/Paris

Device

I run this docker inside a linux container inside of proxmox, if this even give any clue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions