Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Docker requests

Featured Replies

There already is a glftpd docker in the docker repository (look here). It is based on phusion/baseimage, like most other unRAID dockers are. So it should be easy to create an unraid template, shouldn't it?

  • Replies 567
  • Views 146.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Ente: https://ente.io   Github: https://github.com/ente-io/ente/tree/main/server   Their instructions: https://help.ente.io/self-hosting/

  • marcinwhite
    marcinwhite

    https://github.com/BeryJu/authentik - authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new prot

  • Would like to put in a request for a Stoat chat server docker template. GitHub GitHub - stoatchat/self-hosted: Deploy Stoat on your own... Deploy Stoat on your own infrastructure! Contribute to stoat

Posted Images

There already is a glftpd docker in the docker repository (look here). It is based on phusion/baseimage, like most other unRAID dockers are. So it should be easy to create an unraid template, shouldn't it?

 

that's already unraid'ed (is that a verb ?) to the point of user id being set.

 

 

Google Drive?

Anyone thought about making a docker out of the Open Source CRM, SuiteCRM

 

https://suitecrm.com/

 

 

Anybody already got an up-to-date Ampache docker?

 

@breakline: For an PXE Server you don't need a Docker. You can simply install the dnsmasq package for Slack 14.1 x64 and use an appropriate config file for it. I use it that way myself.

  • 1 month later...

I'm also rooting for filebot.

 

although it would be great to have filebot inside a deluge container so I could set it as a post process.

  • 1 month later...

 

No more off topic posts please

 

Okay  :D

 

Has anyone tried making a docker for makeMKV?  I know there is a linux version, but it looks like it needs compiled, and they usually have a new version about once/month, so it probably will need 'constant' maintenance.  I'm not sure if building one will be easy or good, but I'd really like to put the work of creating my mkv files onto my unRAID box, and not have to continue doing it on my laptop, over wifi, which takes forever.

 

maybe this helps one get started...

 

http://www.makemkv.com/forum2/viewtopic.php?f=3&t=2047

 

I have latest makemkvcon installed on unraid, still playing with it........ But it looks good.

 

 

Sent from my iPhone using Tapatalk 2

 

This will have to wait docker v.1.1 upgrade, where the new --device flag will be available. jonp promissed that to the next beta, if I'm not mistaken.

 

We are at docker 1.6.2. is this a possibility yet?

  • 2 weeks later...
  • 4 months later...

Docker for subliminal

Or does it exist already?

I would appreciate a docker container, such as utorrent, or even rutorrent (the current one is unsupported and does a chown of mapped folders which is bad).

I would appreciate a docker container, such as utorrent, or even rutorrent (the current one is unsupported and does a chown of mapped folders which is bad).

 

have you tried Deluge? It's just like utorrent only better and without the cruft. Even comes with a WebGUI to use.  I used to use utorrent and 100% switched to Deluge.

 

Plus there's both a plugin AND a docker container for deluge. Pick your poison as both are heavily updated/kept current.

I would appreciate a docker container, such as utorrent, or even rutorrent (the current one is unsupported and does a chown of mapped folders which is bad).

 

have you tried Deluge? It's just like utorrent only better and without the cruft. Even comes with a WebGUI to use.  I used to use utorrent and 100% switched to Deluge.

 

Plus there's both a plugin AND a docker container for deluge. Pick your poison as both are heavily updated/kept current.

 

Sorry, thought I mentioned it but obviously not. I am using deluge right now, but it has a quirk/bug in that the incoming port keeps getting "blocked". If I do the active port test, I get a warning. If I change the port, it then works, or if I restart the docker then the original port works again (so it's not my router, and I've done other testing to make sure it's not my router). I can't have a torrent docker where the port stops working often and I can't seed.

 

I might however try the plugin, thanks.

Is there a docker for something simliar to foobar or dbpoweramp for ripping CDs?

Has anyone made a docker template for Seafile?

Has anyone made a docker template for Seafile?

If you turn on dockerHub results within Community Applications, there's 24 results on a search for seafile.  No idea if they work properly however.

I am trying to get Docker for Ogar working for my kids.

 

I used Community Applications plugin to convert "Galexrt/docker-ogar" to a template.

 

I guess I have no idea what I am doing..

 

I see this in the docker commands:

 

if [ ! -z "$SERVER_PORT" ]; then
    sed -i 's/serverPort = .*$/serverPort = '"$SERVER_PORT"'/g' "$DATA_PATH/gameserver.ini"
fi
if [ ! -z "$SERVER_GAMEMODE" ]; then
    if [[ "$SERVER_GAMEMODE" == "0" && "$SERVER_GAMEMODE" == "1" ]]; then
        echo "SERVER_GAMEMODE is invalid, defaulting to 0"
        SERVER_GAMEMODE="0"
    fi
    sed -i 's/serverGamemode = .*$/serverGamemode = '"$SERVER_GAMEMODE"'/g' "$DATA_PATH/gameserver.ini"
fi
if [ ! -z "$SERVER_BOTS" ]; then
    sed -i 's/serverPort = .*$/serverPort = '"$SERVER_BOTS"'/g' "$DATA_PATH/gameserver.ini"
fi
if [ ! -z "$SERVER_BOTS" ]; then
    sed -i 's/serverPort = .*$/serverPort = '"$SERVER_BOTS"'/g' "$DATA_PATH/gameserver.ini"
fi

node "$DATA_PATH/src/index.js"

 

So I created environment variables for "$SERVER_PORT, $SERVER_BOTS, $SERVER_GAMEMODE, $DATA_PATH" but when trying to create it fails stating invalid environment variables.

 

I tried removing all variables from the template and when I click add it successfully adds however the docker will not keep running. It starts for a few seconds then stops.

 

Any ideas?

Don't know anything about this docker, but when you say

I see this in the docker commands

do you mean the docker log?

 

If you put the $ in the environment variables of the docker template then that is likely your problem. Try it without the $

Yes, removing the "$" from my environment variables fixed that issue. Still some other issues, but I think it is with the docker it self..  Does not seem to be working. When I run "docker logs ogar" I see this:

 

sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
module.js:338
    throw err;
          ^
Error: Cannot find module '/data/src/index.js'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Function.Module.runMain (module.js:501:10)
    at startup (node.js:129:16)
    at node.js:814:3
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
module.js:338
    throw err;
          ^
Error: Cannot find module '/data/src/index.js'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Function.Module.runMain (module.js:501:10)
    at startup (node.js:129:16)
    at node.js:814:3

Yes, removing the "$" from my environment variables fixed that issue. Still some other issues, but I think it is with the docker it self..  Does not seem to be working. When I run "docker logs ogar" I see this:

 

sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
module.js:338
    throw err;
          ^
Error: Cannot find module '/data/src/index.js'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Function.Module.runMain (module.js:501:10)
    at startup (node.js:129:16)
    at node.js:814:3
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
module.js:338
    throw err;
          ^
Error: Cannot find module '/data/src/index.js'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Function.Module.runMain (module.js:501:10)
    at startup (node.js:129:16)
    at node.js:814:3

Could be the docker you got "in the wild" doesn't work, or it could just be an issue with your volume mappings. Do you have other working dockers?

Yes, removing the "$" from my environment variables fixed that issue. Still some other issues, but I think it is with the docker it self..  Does not seem to be working. When I run "docker logs ogar" I see this:

Looks to me like you have to create in advance the appropriate ini files.  You might want to ask here about it.  http://ogarproject.com/

 

Also, according to this: https://github.com/OgarProject/Ogar, you also need to have ports 80 and 443 mapped to the container (They're not exported in the dockerfile, so CA has no idea about that)

 

Problems like this (and the impossibility to automatically pick up any environment variables) is why CA has dockerHub searches disabled by default.  That feature of CA will always remain an "advanced" feature.

Yes, removing the "$" from my environment variables fixed that issue. Still some other issues, but I think it is with the docker it self..  Does not seem to be working. When I run "docker logs ogar" I see this:

 

sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
module.js:338
    throw err;
          ^
Error: Cannot find module '/data/src/index.js'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Function.Module.runMain (module.js:501:10)
    at startup (node.js:129:16)
    at node.js:814:3
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
sed: /data/gameserver.ini: No such file or directory
module.js:338
    throw err;
          ^
Error: Cannot find module '/data/src/index.js'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Function.Module.runMain (module.js:501:10)
    at startup (node.js:129:16)
    at node.js:814:3

 

 

building a version of it now.

Amazing! I have been working on building a docker for this and struggling. Thanks Sparkly!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.