Skip to content
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

feat: Unraid template #70

Open
giantsfan006 opened this issue Oct 21, 2024 · 3 comments
Open

feat: Unraid template #70

giantsfan006 opened this issue Oct 21, 2024 · 3 comments

Comments

@giantsfan006
Copy link

giantsfan006 commented Oct 21, 2024

Description

Would be awesome to have an unraid template to grab. Can't for the life of me get it to work installing from the docker hub (and this is after failing all day yesterday to set up autoscan).

Would love to get this working. Plex built in scanner keeps getting stuck on one of my libraries.

Additional Information

No response

@dan-online
Copy link
Owner

Hey @giantsfan006 I've never used unraid before so I don't super know how to make an unraid template, you should be able to use the image, are you having any particular issue?

@btTeddy
Copy link

btTeddy commented Nov 19, 2024

Hey @giantsfan006 I've never used unraid before so I don't super know how to make an unraid template, you should be able to use the image, are you having any particular issue?

Unraid doesn't really like mounting files directly.
Ideally for unraid, config-example.yml should be located in /app/config/ (and included in the container), so the directory can be mounted and file exposed.
Just a convenience factor really as many users aren't aware that the file can be mounted, just needs to be created first in the desired location - most of the apps are set to mount directory and create a recent config file in it, so users gets lazy.

This is how it looks like at the moment, which is basically gui for a docker -v
image

Unraid also allows one container per template, so two separate apps need to be installed autopulse and autopulse-postgres, which the new users are usually not keen about as unraid app instalation meant to be user-friendly like app store / play store.

Don't think this makes any sense to non-unraid user :)

@dan-online
Copy link
Owner

dan-online commented Nov 20, 2024

By default autopulse looks for a config.<> wherever it starts, which for the docker container is in /app and since that directory is empty, you could just mount that to your config folder.

Also autopulse supports sqlite which wouldn't need a separate container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants