Jump to content

aptalca

Community Developer
  • Posts

    3,064
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by aptalca

  1. Good idea, but I don't think that's the issue. When I added it here: http://lime-technology.com/forum/index.php?topic=40262.msg380746#msg380746 it worked fine. It's think its some issue with dockerMan not updating the popup menu correctly when a change like that occurs in the template. From a fresh install with no traces of the old template anywhere on the flash drive it works fine. it needs to be in there still though, because otherwise nobody will be able to reassign the host port. The network is set to host mode. So there is no port mapping. I did it the same way as needo's Plex template which also runs in host mode. The reason is that it uses upnp and needs several ports to be mapped. I took the easy way and set it to host mode. Upside is, I don't have to worry about ports, whatever port the container opens gets passed through in unraid. The downside is, the user can't map them. But then again, I wouldn't want the users to try and change the ports for upnp and whatever else anyway, because then the whole thing probably would stop working. I'll take another look when I have time to see if I can figure out all of the ports that are needed and try and map them in bridge mode.
  2. Deleted all traces, rebooted and reinstalled. That did the trick. I think the issue may have been that I had my template repo saved in template repositories as well (from a long time ago, just never had deleted it), and that might have caused an issue. Not entirely sure, but it works now. Thanks
  3. Huh, that is strange. The only things I changed in the template were the addition of the WebUI link and the change log. Didn't touch anything else. That is weird. I'll look further into it. Thanks
  4. Updated the AmazonEcho-HA-Bridge to enable the WebUI. It is much much much easier to manage the devices that way. Unfortunately, the WebUI link is not showing up in unraid GUI for some reason. You can use the following to access it until we can fix the link: unraidIP:8080/configurator.html **EDIT** The missing link may have been just me. It might show up fine for others. I was able to fix it for myself, let me know if anybody experiences it as well.
  5. Hi Squid, I just added a new WebUI link to one of my containers, AmazonEcho-HA-Bridge. The app didn't used to have one, but it now does. So I edited the template and added the WebUI address. But no matter what I do, the WebUI link is just not showing up. When I try to edit the container, it shows the WebUI address in the template, though. I tried stopping and starting docker, reinstalling the container, and everything else except for rebooting the server. Is this an issue with unraid gui interface or community repositories? Or did I do something wrong? I'm on rc4 by the way. Here's the template: https://github.com/aptalca/docker-templates/blob/master/aptalca/amazon-echo-ha-bridge.xml Thanks **EDIT** Reboot didn't take care of it either, still no WebUI link
  6. No problem The calibre-RDP includes the calibre server, so no need to install both In your screenshot, the ports listed on the left are internal to the containers (container port). The ones on the right are the ones exposed by your unraid server (host port). Your kodi is exposing port 8080 in both the container and unraid, that's fine. When unraid receives a request at port 8080, it forwards it to port 8080 in the kodi container. When you install calibre-rdp, set the two host ports to whatever you like, whatever is not being used by other docker as in the attached screenshot. You can then access the calibre server by going to unraidIP:8098 and you can access the calibre-rdp by going to unraidIP:8097/#/client/c/Calibre That way when unraid gets a request at port 8098, it will connect it to port 8081 of the calibre-rdp container, which is the calibre server
  7. I'm having a hard time getting an ubuntu based docker going. It's like I had to start learning how to build containers from scratch. Taking longer than I thought but still working on it.
  8. Yup, I see that the direction and the delete keys indeed aren't working. I pinged hurricane about it since he develops and maintains the dockergui base.
  9. Hi hurricane, someone just brought it to my attention that in the caliber docker which is using the xvnc base, you can't use the direction keys and the delete button. Most other keys seem to work including backspace, though. Is that a bug or a limitation of guac? Thanks
  10. I'm testing a full ubuntu build to see if that works better. I noticed that zoneminder has an official docker but it doesn't save anything outside the container so all changes and settings are lost once it is updated or reinstalled, and it hasn't been building properly on docker hub for a long time. . . sigh. Oh well, I better finish what I started, lol
  11. That's interesting. I don't think I used the cursor keys in calibre, but I used them in other containers that use the same webrdp base and there they worked fine. I'll test to see if it works in calibre
  12. It's doable. I just haven't had the time to put it together yet. I'll do it this week. I decided against it. Some issues with the plexreport app: 1. Everything is command-line based. They have scripts for everything but you have to answer questions while the script is running and I would have to convert them all to silent installs 2. When I installed it, it didn't work. I saw at least one other person who posted the same issue on the forums more than two weeks ago. Might be an issue with the latest version that is not yet fixed. 3. Because of its command line nature, and diy style, there are too many support requests. I feel like even if I get this done, I'll have to provide a ton of support but I really don't have the time. 4. Smdion has a beta version container in the repo (I haven't tested it)
  13. It's doable. I just haven't had the time to put it together yet. I'll do it this week.
  14. Handbrake is available from sparklyballs' repo, just fyi
  15. That is interesting. The docker install steps mirror the steps you linked to, however the docker uses a base that is a stripped down version of ubuntu, so there may be a dependency or something missing. I'll look into it. Could you post some snippets of the log where you try and add a high res camera and a second one? Can you also try adding the feeds through "Libvlc" instead of "Remote"? It is much easier to set up that way and I was able to add multiple iptv streams with no issues (I don't currently have any actual cameras set up unfortunately)
  16. You're supposed to set the library location to /config as described in the docker overview. That's how this docker was designed to work (unfortunately hard coded). Calibre "imports" books into its library, which is in the same location as its configuration files. I don't believe calibre was designed to "manage" an existing library. . . unless you're trying to use an existing calibre library from another installation, in that case why not just map /config to /mnt/user/books ? Additional mappings should be used to provide calibre access to other locations to import books from, not to move configuration or installation files to.
  17. I especially like the idea of adding a changelog. When a docker tells me there is an update, I often have to dig through their github repo to figure out the changes. After all, if the docker is already working well, I wanna make sure the update is not gonna break it
  18. Their wiki is pretty good. They have separate pages for different brand and models of cameras and they have setup instructions for each.
  19. The docker description has a link to their github page, which explains how to set it up very nicely
  20. You might have to create a ticket on plexrequests-meteor's github or ask in their Plex thread. If you want to reset all the settings and start over, you can either delete the local folder and restart the docker, or you can reinstall the docker with a different app folder location. Then you can go to the admin page and set a password
  21. What do the logs say? Are you using edge?
  22. No. Two reasons: 1. Releases are jar files, each with a different name and a download link. Annoying to build the algorithm that tries to identify the latest release and retrieves the download link. It's doable, but I simply haven't had the time or the desire. 2. It's still technically alpha and the Dev is changing a lot between releases. I'd rather update to tested releases to make sure the docker works
  23. Calibre by default saves the books you add in the same location as the config/database. I am not aware of a way to separate them. I am just curious why you wish to separate them, as the config consists of only one folder and 2 database files. In terms of /config vs /books, it is just the internal mapping within the container and it is hardcoded in the firstrun.sh and startapp.sh files. On every start up, calibre is started with the "--with-library=/config" option. If you really want to change it, you can map /books in the xml, and while the docker is running, first move the library to /books through the gui, and then exec into the container by "docker exec -it RDP-Calibre bash" and then modify the file /startapp.sh and change the "/config" to "/books". It should work (as long as you just stop and restart the container, but it won't survive a reinstall or update), but no guarantees as I haven't tested it. The only difference will be that within the container and the gui your library will be stored at /books instead of /config, not sure if that's what you're after. . . EDIT: for the webserver, you would also have to modify the last line of /etc/my_init.d/firstrun.sh to switch /config to /books
  24. I see your point but the changes between rcs 1, 2 and 3 were very small. The rcs are all about bug fixes and I personally am happy that limetech fixed those bugs quickly (I guess too quickly that it irritated some folks, haha) EDIT: I also wanted to say that limetech has been doing a much much better job at communicating these days. Jonp was a breath of fresh air, and it seems he rubbed off on Tom as well. He's been pretty active himself lately.
×
×
  • Create New...