Jump to content

aptalca

Community Developer
  • Posts

    3,064
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by aptalca

  1. A 404 error? Sent from my LG-D852 using Tapatalk Tapatalk butchering the link. Copy paste with the last close parenthesis Fine, I'll post the bit here: On the latest episode of The Office, temp Ryan founds his own social media startup, WUPHF. The service purportedly sends a message to friends on all their channels, Facebook, chat, SMS and Twitter. It even prints out a ‘wuphf’ (pronounced “woof,” the sitcom’s version of a ‘tweet’) on the nearest printer.
  2. I feel like if it is triggered it should send a "wuphf" http://theoffice.wikia.com/wiki/WUPHF.com_(Website)
  3. The key is in there [emoji6] I know it's hard to believe but that long single line really is the key. You might want to remove that screenshot
  4. Or as chbmb mentioned, you can add a new server block at the top, with listen 80; and return 301 https://yourdomain.url$request_uri; That will forward all traffic on port 80 to 443
  5. I don't use port 80 because it is not encrypted. I don't even forward port 80 to the container. It's all https (443)
  6. sample config: http://lime-technology.com/forum/index.php?topic=43696.msg437353#msg437353 You can append the crontab by exec'ing into the container. It will survive restarts but not re-installs.
  7. I'm running into an issue with the custom library location on unraid 6.2 / latest RDP-Calibre. When trying to select the new library location (as per point 3) the "Next" is disabled (this only happens with the custom mount, if I select the /config I can proceed as normal.). If, on the other hand, I try to do this after the initial setup (by changing the library location) I get the Read-only filesystem errors regardless of the actual folder permissions. Does anybody have ay insight into this? Thanks You need to change it in the calibre gui, not the unraid gui. After you start the container the first time, open its webgui and it will ask you where to store the library
  8. Ctrl+alt+shift opens the side menu that lets you access the clipboard
  9. aptalca

    Turbo write

    Thanks so much for the detailed explanation. I was always wondering what turbo write meant, now I get it.
  10. http://lime-technology.com/forum/index.php?topic=39413.msg497327.msg#497327
  11. This is the proper place. That container uses a guacamole base to display the app in the browser window. It is set up to display one app/window in the foreground. It's fine when the dialog windows pop up in front, but once they go to the background, I don't know if you can bring them back to be honest. I'll take a look and see, but perhaps someone else has figured out a way? By the way some of my other containers like calibre and jdownloader use the same base.
  12. Can't reproduce it here. I even tried it on chrome in a win 10 VM. It works fine. It's likely the browser settings (rather than container settings), since it works on other browsers as well as Chrome on a different computer for you.
  13. Try a force refresh or clearing the browser cache
  14. Thanks I'll figure it out. Until then if you turn delete on then deselect screen and utempter and click Apply it will delete them. Then just reselect and apply. Or just delete the utempter package from the flash drive the deselect/select then apply. I turned delete and uninstall on, deselected, hit apply and then reinstalled. It has the latest version installed now on both boxes Thanks
  15. On both of my boxes, utempter shows an update, but when I click on apply, I get "utempter-1.1.6-x86_64-2.txz package missing!" I see that my flash drive has the following utempter package in the 6.2 packages folder: utempter-1.1.6-x86_64-1.txz Thanks
  16. Calibre has been updated. It is now using the x11rdp1.3 base. Clipboard also works. You can do that through the left hand side menu (ctrl+alt+shift)
  17. Yup, broke here too. Didn't get a chance to figure out the cause yet. You can change edge to 0 in the meantime
  18. What's the install status screen? Can you provide a screenshot or a log? And a screenshot of your settings? Unraid log won't tell you anything. You need the container's log
  19. I recreated the container and still get a blank screen. Attached are the logs. After further testing I found what's happening. I had the Environment Variable 'EDGE' set to 1. The latest calibre release 2.67 is broken something in the app. Set EDGE back to 0, version 2.33, and it works again. I'll look into it over the weekend
  20. It's in the description. Unfortunately the password resets every time the container is updated or reinstalled.
  21. Okay... Thanks! I looked at the plexrequests settings and I see where you went wrong. The wording is unclear so it is easy to misinterpret. In the settings where it says "Couch Potato sub-directory" they don't mean where cp files are located. What they mean is the url prefix. Some people set a url prefix so that instead of accessing the cp interface at 192.168.X.X , they access it at 192.168.X.X/cp in that case the "sub-directory" (url prefix) would be "/cp" (that is used for reverse proxy). If you access cp at just the ip address and port, then leave that field blank. No need to map cp locations
  22. How can I remove this lock? Either delete it (rm /tmp/.X1-lock), or reboot. Anything in /tmp is in RAM, so gone on reboot. I already tried to restart the docker, didn't work, will try again. Sent from my SM-G901F using Tapatalk He meant reboot the computer, not restart the docker. Anything in /tmp will be wiped out on reboot since that folder is in RAM. Or delete it from the command line with the command he gave. I rebooted the server and that made the trick, I'm having a new issue though. After login through xrdp, I got into a black screen. Attached is the log after trying a connection. That's only a partial log that doesn't tell much, but try this. Open the container settings, make a change, revert it (like add a space and then delete it) and then hit save. It will recreate the container with the same settings and data.
  23. I don't quite understand what your issue is (not using plexrequests myself) and it seems like a settings issue with plexrequests. Based on your log and description, the container seems to run fine and the web gui comes up. You might want to ask in the plexrequests thread on the plex forum
  24. Post a screenshot of your settings and the docker log please Are you sure that the ports you are trying to forward in bridge mode not used for anything else? Ports arnt being being used for anything else. No logs are generated when in Bridge mode Port 80 is used for unraid's web gui. That may be the problem. I also see in that log that most of the config files are present, but it creates a new dhparams file and gets a new certificate. Are you manually deleting certain files? Also in host mode nginx fails to start. Nginx error log should tell you why. Are you on 6.1.9? If so, use a /mnt/cache location for the config folder Edit: didn't realize others already commented and your issue is fixed, oops
×
×
  • Create New...