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

metube works fine? #264

Closed
bad1dea opened this issue Apr 19, 2022 · 1 comment
Closed

metube works fine? #264

bad1dea opened this issue Apr 19, 2022 · 1 comment

Comments

@bad1dea
Copy link

bad1dea commented Apr 19, 2022

Read your commit logs, saying you could not get metube to work.. it works fine

Looks like you may be missing.. the network tag..

  # MeTube - Youtube downloader
  # Could not get this to work - "Could not resolve name" error
  metube:
    <<: *common-keys-apps # See EXTENSION FIELDS at the top
    image: alexta69/metube
    container_name: metube
    user: $PUID:$PGID
    networks:
      - traefik2_proxy
    ports:
       - "8181:8080"
    volumes:
      - $DATADIR/downloads/youtube:/downloads
      - $DOCKERDIR/appdata/metube/config:/config
      - $DOCKERDIR/appdata/metube/cookies:/cookies
    environment:
      - STATE_DIR=/config
      - YTDL_OPTIONS={"cookiefile":"/cookies/cookies.txt"}      
    labels:
      - "traefik.enable=true"
      ## HTTP Routers
      - "traefik.http.routers.metube-rtr.entrypoints=https"
      - "traefik.http.routers.metube-rtr.rule=Host(`metube.$DOMAINNAME0`)"
      ## Middlewares
      - "traefik.http.routers.metube-rtr.middlewares=chain-oauth@file"
      ## HTTP Services
      - "traefik.http.routers.metube-rtr.service=metube-svc"
      - "traefik.http.services.metube-svc.loadbalancer.server.port=8081"
@anandslab
Copy link
Owner

Thanks! I could never get any of the youtube downloaders to work. I now use the yt-dlp cli. Anyway, the line below already adds the networks:
<<: *common-keys-apps # See EXTENSION FIELDS at the top

So the network tag was not missing. I have given up trying to get these to work (probably some issue with my environment). It has worked for others though.

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

2 participants