You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will help greatly to also add some environment variables for data locations i.e. MANGAL_PATH for config storage, MANGAL_DOWNLOADS for where data is stored.
The text was updated successfully, but these errors were encountered:
Okay, I have updated docker image, thank you for noticing that. Actually, I was thinking about env variables, that's a good idea. The closest you can do right now is to use mangal --config ... flag to load config from custom location and then specify download_path there
Feature Description
Hi, The Docker file i linked was just that an example to build based on, not meant to be used publicly as it might lead to permissions issues.
Solution you would like
This version is more appropriate for public as it run the tool in non-root user context.
Alternatives you have considered
No response
Additional context
Please do take look at this build file i use for my own tool,
https://github.com/ArabCoders/watchstate/blob/master/.github/workflows/build.yml
it will help you make an auto build.
It will help greatly to also add some environment variables for data locations i.e.
MANGAL_PATH
for config storage,MANGAL_DOWNLOADS
for where data is stored.The text was updated successfully, but these errors were encountered: