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.

(Support) Aptalca's docker templates

Featured Replies

  • Replies 1.2k
  • Views 276.5k
  • Created
  • Last Reply

No I'm using port 2083. I have managed to get the old version of zoneminder running the other docker.

 

What is the difference between that one and 1.29?

 

I think it has something to do with the apache server:

 


The Apache error log may have more information.

*
* The apache2 instance did not start within 20 seconds. Please read the log files to discover problems
Starting ZoneMinder: success
 

Edited by iTzturrtlex

Hi,

I use the docker container JDownloader2 he uses when unpacking the entire ram so my cache from the cache_dir plugin is broken.
I have read that with -m 1024 the container can limit. Does anyone have a tip as I must then install.
I have added it as a variable but does not work.

 

 

58 minutes ago, Eisi2005 said:

Hi,


I use the docker container JDownloader2 he uses when unpacking the entire ram so my cache from the cache_dir plugin is broken.
I have read that with -m 1024 the container can limit. Does anyone have a tip as I must then install.
I have added it as a variable but does not work.

 

 

Don't add it as a variable.  As it as an extra parameter (edit container, then hit advanced in top right)  

 

Hiu thanks for your answer. i switch to advanced vie and add this in extra parameter -m 2048 But after Apply i get this error message Error response from daemon: Minimum memory limit allowed is 4MB.

Use 4G. Its assuming either bytes or kilobytes without the suffix

Sent from my LG-D852 using Tapatalk

Hi,

Is there a way to stop boinc whenever the server goes on UPS power?

hi thanks that works with 2G

I just set up the RDP-Calibre docker, and was able to get a preexisting library mapped into it. When I open the WebUI, I see all my books and it's great. I'm not exactly sure how to make the library available outside the docker, though. I enabled the web server under preferences in Calibre and set the server port to 13579, added a username/password, and I've mapped docker port 8081 to 13579. When I go to saidin:13579, I get prompted for a username/password, and once I enter it, I end up at the normal web interface where you can view the library and download books. However, when I click on either "Newest" or "All Books", I get the error below. If I click on "Random Book" I get a 404 page saying this library has no books. How do I make my library available outside the docker?

 

Error: No books found

printStackTrace.implementation.prototype.createException@http://saidin:13579/static/stacktrace.js:81:13

printStackTrace.implementation.prototype.run@http://saidin:13579/static/stacktrace.js:66:20

printStackTrace@http://saidin:13579/static/stacktrace.js:57:60

render_error@http://saidin:13579/static/browse/browse.js:134:18

booklist@http://saidin:13579/static/browse/browse.js:271:29

@http://saidin:13579/browse/category/allbooks:34:17

.ready@http://saidin:13579/static/jquery.js:392:6

DOMContentLoaded@http://saidin:13579/static/jquery.js:745:3

 

  • Author
I just set up the RDP-Calibre docker, and was able to get a preexisting library mapped into it. When I open the WebUI, I see all my books and it's great. I'm not exactly sure how to make the library available outside the docker, though. I enabled the web server under preferences in Calibre and set the server port to 13579, added a username/password, and I've mapped docker port 8081 to 13579. When I go to saidin:13579, I get prompted for a username/password, and once I enter it, I end up at the normal web interface where you can view the library and download books. However, when I click on either "Newest" or "All Books", I get the error below. If I click on "Random Book" I get a 404 page saying this library has no books. How do I make my library available outside the docker?
 
Error: No books foundprintStackTrace.implementation.prototype.createException@http://saidin:13579/static/stacktrace.js:81:13printStackTrace.implementation.prototype.run@http://saidin:13579/static/stacktrace.js:66:20printStackTrace@http://saidin:13579/static/stacktrace.js:57:60render_error@http://saidin:13579/static/browse/browse.js:134:18booklist@http://saidin:13579/static/browse/browse.js:271:29@http://saidin:13579/browse/category/allbooks:34:17.ready@http://saidin:13579/static/jquery.js:392:6DOMContentLoaded@http://saidin:13579/static/jquery.js:745:3

 



Don't enable the server in the gui. There is already a separate server instance running at the other port. You probably didn't set the library path variable in the container settings. It's described on the docker hub page.
10 hours ago, aptalca said:

 


Don't enable the server in the gui. There is already a separate server instance running at the other port. You probably didn't set the library path variable in the container settings. It's described on the docker hub page.

 

 

 

Is this what you're referring to? The "library" entry is the location of my preconfigured Calibre library, and LIBRARYINTERNALPATH is the variable I got from your post here.

 

 

Capture.JPG

Edited by master.h
Formatting

 
Ok with the 2 GB has worked so far that I can see it when I call "docker stats JDownloader 2" that the docker use "only" 2GB RAM.
I use cache_dirs and when I cache all my stuff on the server 3 GB occupied by 12 GB.
Once I use the JDownloader the cached ram increases higher than an additional 2GB. At least the live stats show.
When a file is unpacked, the cached RAM increases even more. It is released after unpacking something again,
but it should never be more than 5 GB be used. 3GB through my cached files and 2 GB by JDownloader.
Can I limit that still somewhere
5 hours ago, master.h said:

 

 

Is this what you're referring to? The "library" entry is the location of my preconfigured Calibre library, and LIBRARYINTERNALPATH is the variable I got from your post here.

 

 

Capture.JPG

 

 

I just deleted and recreated the docker twice, and had the same issue both times. The first time I added in a preconfigured library as in the screenshot above, the second time I created a new library. Both custom and new library give the same error pages as I described earlier.

Well I just fixed it... it really helps if you read the setup instructions completely. Ugh. I missed the line that said "set your library to config on first run." Once I did that, I was able to add the environment variable and map it to my existing library just fine. All my books are showing up in the docker and are being served out over 13579 just fine.

  • Author
Well I just fixed it... it really helps if you read the setup instructions completely. Ugh. I missed the line that said "set your library to config on first run." Once I did that, I was able to add the environment variable and map it to my existing library just fine. All my books are showing up in the docker and are being served out over 13579 just fine.


Glad to hear it worked
  • Author
 
Ok with the 2 GB has worked so far that I can see it when I call "docker stats JDownloader 2" that the docker use "only" 2GB RAM.I use cache_dirs and when I cache all my stuff on the server 3 GB occupied by 12 GB.Once I use the JDownloader the cached ram increases higher than an additional 2GB. At least the live stats show.When a file is unpacked, the cached RAM increases even more. It is released after unpacking something again,but it should never be more than 5 GB be used. 3GB through my cached files and 2 GB by JDownloader.Can I limit that still somewhere


Unused memory is wasted memory. Why are you trying to limit it? These days the OSes are smart enough to reallocate resources where necessary (except for VMs, they reserve their memory and not share)

hi i want to limit it, because the cache from cache dirs will destroy if JDownloader allocates the memory. so all my hdds spin up when i enter my dirs.

38 minutes ago, dlandon said:

Any chance you could update the Zoneminder Docker to the latest version?

 

I don't think @aptalca is planning on it 

 

1 minute ago, CHBMB said:

 

I don't think @aptalca is planning on it 

 

At least add the update feature in the latest 1_29 to keep linux security patches up to date.  I don't care that much about Zoneminder 1.30.

45 minutes ago, dlandon said:

Any chance you could update the Zoneminder Docker to the latest version?

 

Each version of zoneminder requires a new separate image and likely a fresh install because of all the drastic structural changes they implement. It's too much work and I gave up.

 

 

@aptalca  I think I'm going to add a comment within CA about Zoneminder.  Basically stating that while functional, its going to be stuck at 1.29

  • 2 weeks later...

I just installed Dolphin and so far I can browse disk, shares and folders nicely. Can I also use qpar to check files downloaded with sabnzbd and use unrar to unpack those files?

Is it also possible to change the view from folder to list view?

  • 4 weeks later...

A couple of issues I'm hoping to get some pointers on.  I had RDP-Calibre running fine, with no issues, but wanted to put an nginx proxy in front of it.  I tried to setup a proxy pass to:

  -http://Tower:2203/#/client/c/Calibre  (2203 is mapped host port)

AND

  -http://Tower:2203/calibre (short url in config)

However, neither of those worked.  I'd just get a 404.

 

From there, I tried to switch the base docker to "host" network type, to see if I could get it working that what, however, regardless of settings the ports to 2203 and 2204 and host network type, the docker always tries to bind to 8080/8081: 

ChannelFailures: IOError("Port 8081 not free on u'192.168.2.45'",)

My end goal is to setup the nginx reverse proxy to the RDP-Calibre docker, but can't seem to get there.  Any thoughts?

 

On 5/16/2017 at 11:56 AM, Xafloc said:

A couple of issues I'm hoping to get some pointers on.  I had RDP-Calibre running fine, with no issues, but wanted to put an nginx proxy in front of it.  I tried to setup a proxy pass to:

  -http://Tower:2203/#/client/c/Calibre  (2203 is mapped host port)

AND

  -http://Tower:2203/calibre (short url in config)

However, neither of those worked.  I'd just get a 404.

 

I've noticed that the docker is not passing the URLPREFIX anywhere in the startup command.  This is what it shows me after applying changes to the docker config:

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="RDP-Calibre" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "EDGE"="1" -e "WIDTH"="1280" -e "HEIGHT"="720" -p 2203:8080/tcp -p 2204:8081/tcp -v "/mnt/user/Media/Library/Calibre/":"/library":rw -v "/mnt/user/Temp/":"/temp":rw -v "/mnt/cache/appdata/RDP-Calibre":"/config":rw aptalca/docker-rdp-calibre

As you can see, no URLPREFIX.  However, I have defined it as a variable, per instructions.  Thoughts?

Archived

This topic is now archived and is closed to further replies.

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.