liquid_dl icon indicating copy to clipboard operation
liquid_dl copied to clipboard

FreeNAS Plugin?

Open Nerdy314159265 opened this issue 7 years ago • 4 comments

I'd like to put in a feature request for a FreeNAS plugin, at least until Docker is added to FreeNAS.

Nerdy314159265 avatar Sep 07 '17 02:09 Nerdy314159265

This would be brilliant!

naq90 avatar Sep 07 '17 02:09 naq90

After finishing the youtube-dl aspect of the application today I'll start work on it

Kthulu120 avatar Sep 07 '17 05:09 Kthulu120

@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 avatar Sep 07 '17 07:09 Kthulu120

@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!

snaqvi1 avatar Sep 12 '17 12:09 snaqvi1