Jump to content

Capt.Insano

Community Developer
  • Posts

    296
  • Joined

  • Last visited

Everything posted by Capt.Insano

  1. Any chance of this feature being added to the DockerMan GUI similar the VM Manager? A list of CPU core checkboxes in the advanced mode would make managing CPU pinning much easier for those who want it.
  2. This fixed the excessive usage in mycase: http://lime-technology.com/forum/index.php?topic=45249.0 Great find by aptalca! linuxserver/headphones had a log file 2GB big!!
  3. One small request: Would it be possible to show what action is currently underway above the progress bar? I have a relatively underpowered CPU so I set a task in motion and then check back over the day and I am likely to forget exactly what is running. Attached is a crude representation of what I am suggesting!! Many Thanks, The Capt. EDIT: attachment updated to slightly improve representation of idea. (If single or multiple discs active, show what tasks are running)
  4. Any chance the legend could be put in a floating frame or something similar so that if I am scrolling through the log I don't need to go back up to the top of the page to check the colour legend? Also is there a colour for docker errors? I know Docker was not around in the unMENU days!! Thanks
  5. I updated the plugin today and now I am getting the following error at the top of the speedtest page in the WebUI: Warning: parse_ini_file(/boot/config/plugins/speedtest/speedtest.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/speedtest/include/parse_cfg.php on line 4 I have cleared browser cache but the error remains, any ideas? Thanks!
  6. Any chance of adding a cron option? Running it every x hours/days/weeks with no user interaction and the results added to the table. I wouldn't mind repeating this on a schedule to monitor the average speeds from my ISP. Just an idea! Thanks
  7. I was just looking through your cups DOCKERFILE and I think all of the above has already been added!! If so, please disregard all I said!! (and possibly think of adding "Cloudprint/Airprint Supported" to the container description to stop fools like me bothering you!!) Thanks again, The Capt!
  8. @gfjardim Any interest in 1. Adding Google Cloud Print to your cups Docker Container?: Here is the guide I used (including a PPA for ease of use) when setting up a raspberry pi as a CUPS print server. http://davesteele.github.io/cloudprint-service/index.html Maybe map the config file to a Docker exposed volume? 2. Adding iOS Airprint?: Again I followed this guide to add Airprint to Cloudrprint and CUPS on my pi: https://rohankapoor.com/2012/06/configuring-the-raspberry-pi-as-an-airprint-server/ Especially since unRAID 6.0.1 has added USB printer support, I would love to free my RasPi for other projects! Anyway, thanks as always gfjardim! The Capt Edit: see below!!
  9. I think I found the answer to your problem: The Sync Plugin of Tonido is set such that the Sync Folder location is "/root/TonidoSync" by default, but we want the Sync folder location to be a subfolder of /unRAID. See my attached image for an example and follow the instructions here to change the location of your sync folder to be a subfolder of /unRAID. On my system (yours will vary) the location of the xml to be changed was /mnt/cache/Docker/AppData/Tonido/profiles\<myprofile>\plugindata\syncserver\syncserverconfig.xml stop the docker, edit the file changing <rowentry> <name>syncfolderlocation</name> <type>string</type> <value>DEFAULT</value> </rowentry> to <rowentry> <name>syncfolderlocation</name> <type>string</type> <value>/unRAID/TonidoFiles/Sync</value> </rowentry> Save file and restart Tonido Docker. Check that folder location is now correctly showing new location. Should work now. the Capt.
  10. Your volume mapping is correct so. If you login to your Tonido server via the webui you should see the blank test.txt file. If you place files in /mnt/user/Tonido they will be accessible via tonido.
  11. Will you run the following: touch /mnt/user/Tonido/test.txt docker exec -it Tonido /bin/bash ls -la /unRAID Post the output. (Using CODE tags if possible for easier reading) If test.txt exists in /unRAID inside the container then your mapping is correct.
  12. Could you do the following: 1: SSH into your unRAID server and post the output of the following commands ls- la /mnt/user ls -la /mnt/user/Tonido 2. Enter the following commands (one after the other) and post the outputs: docker exec -it Tonido /bin/bash ls -la /unRAID The Capt.
  13. Does the plugin also now work on beta14b? Thanks for the work!
  14. Look at the Tonido wiki or forums for multiuser instructions or Just run multiple Tonido containers on different ports to allow different users!!
  15. Didn't have any excessive CPU use during indexing myself (and I also run Folding@Home full-time), but you could always look at the following to use CPU pinning: http://lime-technology.com/forum/index.php?topic=36257.0
  16. Hi folks I have put together a container for Tonido server. It allows secure remote file management(including downloading files from unRAID server remotely) and file access (Video/Audio Streaming etc.). It also comes with some pretty great iOS and Android apps for remote access. Official Blurb: It is fairly self explanitory when set up. Go to: http://www.tonido.com/ for more info. To get it, just add my repo: https://github.com/CaptInsano/docker-containers/tree/templates Hope you enjoy, The Capt.
  17. To confirm my own suspicion: Yes, yes usernames can be easily changed via the WebUI!! See screenshot attached!
  18. Can't it also be done through the webui? I seem to remember changing it very easily through the webui.
  19. I also use plop bootmanager, my server does actually support USB booting but only at USB 1.1 speeds for some weird reason so boot took FOREVER!! Now I have my server to autoboot to CD with plop on it, plop then loads proper USB drivers and boots off my unRAID USB stick WAY faster than without plop. Hopefully you can get this to work and get your test server up and running again, I find Docker great but I really want to try and run Vortexbox on my server and it need proper virtualisation. Anyway, best of luck!
  20. Thanks for suggestion, but I'm afraid this will not work, looking at the addition suggested to the GO file I checked around my file system and "/usr/local/emhttp/plugins/webGui/phaze.page" does not even exist on my system. Hopefully we will see native support of b12+ within this plugin soon, until then I'll wait!
×
×
  • Create New...