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

FreeNAS Plugin? #8

Open
Nerdy314159265 opened this issue Sep 7, 2017 · 4 comments
Open

FreeNAS Plugin? #8

Nerdy314159265 opened this issue Sep 7, 2017 · 4 comments

Comments

@Nerdy314159265
Copy link

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

@naq90
Copy link

naq90 commented Sep 7, 2017

This would be brilliant!

@Kthulu120
Copy link
Owner

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

@Kthulu120
Copy link
Owner

@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                                        \
         }                                                              \
      ]"

@snaqvi1
Copy link

snaqvi1 commented Sep 12, 2017

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

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

No branches or pull requests

4 participants