Open Nerdy314159265 opened 7 years ago
This would be brilliant!
After finishing the youtube-dl aspect of the application today I'll start work on it
@Nerdy314159265 , @naq90 let me know if this helps for freeNAS mappings
FROM linuxserver/liquid_dl:latest
LABEL org.freenas.interactive="false" \
org.freenas.version="1.0.1" \
org.freenas.upgradeable="true" \
org.freenas.expose-ports-at-host="true" \
org.freenas.autostart="true" \
org.freenas.web-ui-protocol="http" \
org.freenas.web-ui-port="2772" \
org.freenas.web-ui-path="" \
org.freenas.port-mappings="2773:2772/tcp" \
org.freenas.volumes="[ \
{ \
\"name\": \"/config\", \
\"descr\": \"Config storage space\" \
} \
]" \
org.freenas.settings="[ \
{ \
\"env\": \"TZ\", \
\"descr\": \"Timezone - eg Europe/London\", \
\"optional\": true \
}, \
{ \
\"env\": \"PGID\", \
\"descr\": \"GroupID\", \
\"optional\": true \
}, \
{ \
\"env\": \"PUID\", \
\"descr\": \"UserID\", \
\"optional\": true \
} \
]"
@Kthulu120 Thank you for this! Making a plugin is waaay beyond my abilities, however. But I'm going to post this to the freenas forums and see if somebody can take a crack at it. Thanks!
I'd like to put in a feature request for a FreeNAS plugin, at least until Docker is added to FreeNAS.