Sign inSign up

freenas/pyload

By freenas

Updated over 9 years ago

Container based on linuxserver/baseimage and running pyLoad

Image
1

3.6K

freenas/pyload repository overview

docker-pyload

A docker container based on linuxserver/baseimage and running pyLoad

Parameters
  • 8000:8000 - the webUI port mapping
  • </path/to/your/downloads>:/pyload/downloads - path to your downloads folder
  • </path/to/pyload/config>:/pyload/config - where pyLoad should store it's config files
  • /etc/localtime:/etc/localtime:ro - Share of the host localtime (optionnal)
  • PUID= for UserID - see below for explanation
  • PGID= for GroupID - see below for explanation
User / Group Identifiers

From LinuxServer.io description:

TL;DR - The PGID and PUID values set the user / group you'd like your container to 'run as' to the host OS. This can be a user you've created or even root (not recommended). Part of what makes our containers work so well is by allowing you to specify your own PUID and PGID. This avoids nasty permissions errors with relation to data volumes. When an application is installed on the host OS it is normally added to the common group called users, Docker apps due to the nature of the technology can't be added to this group. So we added this feature to let you easily choose when running your containers.

Default configs
WebUI port

The default port for webUI is 8000 and must stay like that. If you need to use another one, only change the port mapping when creating the container

WebUI user
  • Default login: User
  • Default password: pyload

You can (and should ^^) change the password through the webUI (Top right corner > Administrate > User > change).

Notes:

  • New users seems to be available only after pyLoad restart (Top right corner > Administrate > Restart pyLoad)
  • Don't forget to leave the user management script with choice 4 (Quit) or users won't be added
Downloads folder

The default folder for downloads is /pyload/downloadsand must stay like that. If you need to change the destination folder for downloads, only change the volume mapping when creating the container.

Tag summary

Content type

Image

Digest

Size

315.8 MB

Last updated

over 9 years ago

docker pull freenas/pyload