Preparation
There are some things we need to do in preparation to install this service.
Volumes
Persistent Data
This is where the service will store its own application data and ensures we can quickly update the service image.
Ensure your user has permissions to access the folder.
Download Folders
This service will need access to the folder where you will store their completed downloads.
Ensure your user has permissions to access the folder.
Environment
PUID
This is the numeric ID of the user account on Debian. If you are unsure, open a terminal and run:
id -u
PGID
This is the numeric ID of the user account's group on Debian. If you are unsure, open a terminal and run:
id -g
MOD_AUTO_RESTART_ENABLED
aMule is known to have issues that can cause it to stop working properly after a few days. This setting allows the service to be restarted periodically to avoid this issue.
Recommended: true
Passwords
Keep these securely stored in a password manager, such as VaultWarden.
GUI_PWD
This is the password for the administrator account that will be used within the web interface.
It is important to use secure passphrase that is easy-to-remember.
WEBUI_PWD
This is the password for the administrator account that will be used within the web interface.
It is important to use secure passphrase that is easy-to-remember.