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

Obsidian window is black #100

Open
Darkriders98 opened this issue Aug 28, 2024 · 0 comments
Open

Obsidian window is black #100

Darkriders98 opened this issue Aug 28, 2024 · 0 comments

Comments

@Darkriders98
Copy link

Darkriders98 commented Aug 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant