-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Missing all plugins on latest docker image #509
Comments
Same issue here , i get this in network tab in dev tools update |
Which blacklist is this? Is it just your own personal one or a community maintained list? |
not sure all i can see is |
Having the exact same problem, calls to api.unmanic.app always return a 404. Any work around for this issue ? |
Have you read the Code of Conduct? By filing an Issue, you are expected
to comply with it, including treating everyone with respect:
Yes
Remember that these are some guidelines, use your best judgement.
Description
Docker compose - running image - no plugins.
Steps to Reproduce
Expected behavior: [What you expect to happen]
List of plugins, or posibility to add repo to install them.
Actual behaviour: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Always.
Versions
Version: 0.2.8+925008e+dirty
Installation Method Used
docker compose:
unmanic:
container_name: unmanic
image: josh5/unmanic:latest
ports:
- 8888:8888 # Unmanic
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
# - NVIDIA_VISIBLE_DEVICES=<NVIDIA_VISIBLE_DEVICES>
volumes:
- ${CONFIG_DIR}/unmanic:/config
- ${DATA_DIR}:/data
- ${DATA_DIR}/media/transcode:/tmp/unmanic
#runtime: nvidia # For H/W transcoding using the NVENC encoder
restart: unless-stopped
Manually installed and run or run through Docker?
Docker.
Additional Information
Any additional information, configuration or data that might be necessary to
reproduce the issue.
The text was updated successfully, but these errors were encountered: