Unraid
AniBridge is available in the official Community Applications (CA) catalog.
- Open Apps in the Unraid web UI.
- Search for
AniBridge. - Open the app and click Install.
- Confirm the default values (or customize them), then click Apply.
By default, the template configures:
- Image:
ghcr.io/anibridge/anibridge:v2 - Web UI:
http://[IP]:[PORT:4848]/ - Container port:
4848(TCP) - App data path:
/mnt/user/appdata/anibridge->/config
After install, open the Web UI from the container page (or browse to http://<your-unraid-ip>:4848).
Choosing a Release Channel
The official CA template supports these tags/channels:
v2: stable v2 releaseslatest: latest stable release (not pinned to a specific major version)beta: latest beta release (may be unstable)alpha: latest alpha release (may be unstable)main: main branchdevelop: development branchexperimental: experimental branch
File Permissions
Only use if your setup requires more advanced file permission handling.
The CA template exposes PUID, PGID, and UMASK as advanced variables:
PUID: user ID used by the container (default99)PGID: group ID used by the container (default100)UMASK: default file creation mask (default022)