Giter Club home page Giter Club logo

Comments (9)

github-actions avatar github-actions commented on May 24, 2024

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

from docker-pyload.

tobbenb avatar tobbenb commented on May 24, 2024

If you used the ng tag, the defaul is pyload/pyload.
But hard to say since you just deleted the issue template you were supposed to fill out.

from docker-pyload.

luandro avatar luandro commented on May 24, 2024

Thanks for the quick response @tobbenb. Sorry I though it was a simple password change which wasn't documented. Here's my docker-compose:

version: "3"
services:
  pyload:
    image: ghcr.io/linuxserver/pyload
    container_name: pyload
    environment:
        PUID: ${PUID}
        PGID: ${PGID}
        TZ: ${TIMEZONE}
        VIRTUAL_HOST: ${DOMAIN}
        VIRTUAL_PORT: 8000
    volumes:
      - ${DIR}/pyload/config:/config
      - ${DIR_DOWNLOADS}:/downloads
    ports:
      - 7227:7227 #optional
    restart: unless-stopped
networks:
    default:
        external:
            name: nginx-proxy

Not using the ng tag, and running on a Raspbian (Pi 4). Is there a way to change the password within the container?

from docker-pyload.

tobbenb avatar tobbenb commented on May 24, 2024

Container logs would be nice also. There is a reason we have a issue template.

You have not mapped port 8000 and I see that you have added some variables not in our documentation. The two virtual ones.

Edit: Saw that you have the libseccomp issue, and if you would have filled out the template or read your logs, you would have saved both us and you time.

from docker-pyload.

luandro avatar luandro commented on May 24, 2024

Get your point @tobbenb. Updated initial comment with template.

But mapping port 8000 and libseccomp seem to have nothing to do with the auth problem.

from docker-pyload.

tobbenb avatar tobbenb commented on May 24, 2024

Does it work without the proxy? The proxy isn't something we have released, so test if it's working without it.

from docker-pyload.

github-actions avatar github-actions commented on May 24, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from docker-pyload.

foorschtbar avatar foorschtbar commented on May 24, 2024

Same problem here. With and without reverse proxy. Login failed :(

from docker-pyload.

foorschtbar avatar foorschtbar commented on May 24, 2024

Fixed. It was a problem with volume permission. IHMO the issue could be closed.

from docker-pyload.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.