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

Using local credentials doesn't work #50

Open
Toomblr opened this issue Dec 6, 2024 · 0 comments
Open

Using local credentials doesn't work #50

Toomblr opened this issue Dec 6, 2024 · 0 comments

Comments

@Toomblr
Copy link

Toomblr commented Dec 6, 2024

When I'm using credentials provided via environment variables, the generated URL doenst work. When I the URL with username & password embedded, the URL works.

The compose file I use:

services:
  podimo:
    environment:
      - PODIMO_BIND_HOST=0.0.0.0:12104
      - PODIMO_PROTOCOL=https
      - PODIMO_HOSTNAME=podimo.host.tld
    volumes:
      - /mnt/ssd0/docker/data/podimo/cache:/src/cache
    image: ghcr.io/thijsray/podimo:latest
    restart: unless-stopped

Or with the local credentials

services:
  podimo:
    environment:
      - PODIMO_BIND_HOST=0.0.0.0:12104
      - PODIMO_PROTOCOL=https
      - LOCAL_CREDENTIALS=true
      - PODIMO_HOSTNAME=podimo.host.tld
      - PODIMO_EMAIL="myemailaddress"
      - PODIMO_PASSWORD="mypassword"
    volumes:
      - /mnt/ssd0/docker/data/podimo/cache:/src/cache
    image: ghcr.io/thijsray/podimo:latest
    restart: unless-stopped

Tried with & without " around e-mail / password.

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