Jump to content

alturismo

Moderators
  • Posts

    6,539
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by alturismo

  1. yeah, i had todo this for apache, nginx has websocket included it seems ... only buffering was the issue left thanks again for the Tipp
  2. thanks for the reply, didnt change anything, but i forgot i changed from apache reverse proxy to letsencrypt ... so thats the issue, may anyone with letsencrypt and reverse proxyknows what could be the timeout reaon ? EDIT i guess i got it, buffering OFF in nginx preoxy conf ... my fault, sorry, seems working now again
  3. hi, may i ask if there where any changes wich could cause a fast timeout on all kinda connections ? i get a timeout on RDP, VNC, ... after ~ 5 seconds inactivity ... about high latency ... all telnet sessions doesnt work at all here anymore too, but thats not a big deal here. main start windows stays open, but all remote sessions just gets dropped off real fast ... on 2 different mashines here, different targets ... RDP to windows, VNC to container, ... any chance to manually revert back a version ?
  4. checked your filebot.conf ? # Run the UI in addition to the normal non-interactive behavior. The UI uses about 460MB of RAM, as opposed to about # 20MB of RAM. On my machine it uses .33% CPU instead of .03% CPU. RUN_UI=no
  5. i guess thats exactly what im looking for lets see if i get this working with my credentials, thanks for the tip. as im using a different provider and i need my own pem files i guess im out of luck here, but thanks anyway i stick now with the complete deluge container for now.
  6. exactly, is there a VPN container only with privoxy feature ? or only this one with torrent features ?
  7. Hi, as i was looking for an simple VPN connect docker as proxy i came across this docker, tested and its working as it should. may i ask cause i dont need the bitorrent client if the openVPN part is also available as standalone package with privoxy feature. i tested before the openvpn AS but there i couldnt figure out the config to use as outgoing vpn and internal proxy out. if theres a "lighter" way ... for an tip, thanks ahead.
  8. Hi, i switched also now from apache to letsencrypt, some smaller issues i dont understand. server is used as reverse proxy mainly. 2 sites i dont get proxied like before 1st one is cops config looks like this location ^~ /calibre { auth_basic off; allow all; # Allow all to see content include /config/nginx/proxy.conf; proxy_pass http://192.168.1.2:9090/calibre; } also tried proxy_pass http://192.168.1.2:9090 without the /calibre ... no change all i get is either 404 or file not found error, nothing in the error logs, only access logs showing ... 11.22.33.44 - - [11/Feb/2018:11:05:22 +0100] "GET /favicon.ico HTTP/1.1" 200 430 "https://my.domain.de/calibre/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.51 Safari/537.36" 11.22.33.44 - - [11/Feb/2018:11:05:23 +0100] "GET /calibre/ HTTP/1.1" 404 200 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.51 Safari/537.36" 11.22.33.44 - - [11/Feb/2018:11:05:23 +0100] "GET /favicon.ico HTTP/1.1" 200 430 "https://my.domain.de/calibre/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.51 Safari/537.36" 11.22.33.44 - - [11/Feb/2018:11:15:16 +0100] "GET /calibre/index.php HTTP/1.1" 404 47 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.51 Safari/537.36" in apache it looked like this <Location /calibre> ProxyPass http://192.168.1.2:9090 retry=0 # retry=0 => avoid 503's when restarting etherpad-lite ProxyPassReverse http://192.168.1.2:9090 SetOutputFilter proxy-html ProxyHTMLURLMap http://192.168.1.2:9090 </Location> RewriteRule ^/calibre$ /calibre/ [R] as the 2nd site is more or less the same error ... For any Tipps thanks ahead
  9. thanks, errors now gone now for further usage with other sites i check on letsencrypt topic.
  10. Hi, just would like to know where i could look for to get following security and setup warnings corrected. happening here when i change from apache reverse proxy to letsencrypt reverse proxy (apache i cant get the ssl certs renewed so i switched to letsencrypt ...) simple reverse rule in letsencrypt location / { auth_basic off; allow all; # Allow all to see content include /config/nginx/proxy.conf; proxy_pass http://192.168.1.2:447; } its all working as it should, bu i get this security warnings while behind apache simple reverse rule theres all good, may a hint where to look for ? following errors inside nextcloud since then Der „X-XSS-Protection“-HTTP-Header ist nicht so konfiguriert, dass er „1; mode=block“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern. Der „X-Content-Type-Options“-HTTP-Header ist nicht so konfiguriert, dass er „nosniff“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern. Der „X-Robots-Tag“-HTTP-Header ist nicht so konfiguriert, dass er „none“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern. Der „X-Frame-Options“-HTTP-Header ist nicht so konfiguriert, dass er „SAMEORIGIN“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.
  11. It's not the container deleting anything. My guess is that it's some sort of filebot behavior to delete empty dirs after move is done. You could try putting some file in there like "dont-delete-this" that FileBot can't process. Then it will probably leave the dir behind. thats what i did a .keep file with owner root, all good since then. happened when adding the media r/w part to get a proper move ... not a copy/del thanks again for the latest update, before i also had some crashes, seems fine again now.
  12. it worked a few days and now it aint working anymore for a few days even after reboots and so on. may a hint what you could need ? no idea how to show content of the cookie ... in dev console from chrome, some websocket error ... but when i now go ahead and use hostname instead ip it works ... i guess may cause i have alot 192.168.1.2:xxxx adresses connecting to docker from this mashine, still should work but thats may the reason ... cause using apache guacamole always works, vnc viewer always works, just as note ... i really have no clue and can hardly say "THEN" it is happening, always by time after ... Starting UI... util.js:218 Msg: noVNC ready: native WebSockets, canvas rendering Util.Warn @ util.js:218 util.js:218 Util.Warn @ util.js:218 websock.js:292 WebSocket connection to 'ws://192.168.1.2:7805/websockify' failed: Error during WebSocket handshake: Unexpected response code: 502 open @ websock.js:292 util.js:218 WebSocket on-error event Util.Warn @ util.js:218 util.js:218 WebSocket on-close event Util.Warn @ util.js:218 util.js:220 Msg: Server disconnected (code: 1006) Util.Error @ util.js:220 util.js:218 Util.Warn @ util.js:218
  13. thanks for the tip, didnt help tough ... i gave up meanwhile and stick with vnc for now, i guess its because i use the latest Insider preview windows release ... its the only real change here, even its working nice with windows to windows rdp. nevermind for now as i also cant go back to 1709
  14. i only need transcoding for external view ... mobil, work trips,... local there shouldnt be any need for transcoding at all ... only if you have devices wich dont support direct playback ... example, Plex on chrome browser doesnt direct play live tv ... kodi of course does the job.
  15. @s.Oliver, me too and yes, without transcoding theres almost no usage ... and i also tested the transcoding featiures, just as note OT, if possible the intel quicksync with plex is working really nice here with hardware transcoding, just as note ... my example was for @Frostyfruit cause he asked about it with transcoding ... so, Plex hardware transcode or TVH software transcode is my personal favour if needed. Plex software transcode was really bad here, TVH is quite good with transcoding and comskip on cpu usage (personally dont use it anymore since plex hardware transcode).
  16. here a small example, 1080i source to 720p, matroska, it will depend from source to target ... 4 threads active for unraid, i 7-7700, base cpu is ~ 3 %.
  17. as i gave up for now with rdp on that mashine, i switched to vnc protocol now. may i ask about the file transfer via sftp if anyone using this ? i can open the file browser in the panel, upload files there, but when i want to download them to the vnc connected mashine ... ? when i double click the file in the panel it gets downloaded to the local mashine again ... same would be now, how can i upload from vnc mashine to the sftp drive ? as i cannot drag anything outside the remote window ... for any tips thanks ahead
  18. hi, may someone has an idea why my 1 rdp doesnt seem to work anymore, all i see in logs are RDP from laptop to this PC - works RDP from guacamole to laptop - works RDP to this PC - not anymore (worked before, but some time till i last used it ...), see below log ... no idea what could be the reason ... quits immediately. this PC is a local VM on unraid. for any tips, thanks ahead. Dec 28 21:42:30 1389da4bd042 guacd[66]: Creating new client for protocol "rdp"Dec 28 21:42:30 1389da4bd042 guacd[66]: Connection ID is "$5426864f-68eb-468b-bd93-16dcf442992e"Dec 28 21:42:30 1389da4bd042 guacd[433]: No security mode specified. Defaulting to RDP.Dec 28 21:42:30 1389da4bd042 guacd[433]: Resize method: noneDec 28 21:42:30 1389da4bd042 guacd[433]: User "@f7d9d9d0-316f-48bc-b678-1e13276b3e83" joined connection "$5426864f-68eb-468b-bd93-16dcf442992e" (1 users now present)Dec 28 21:42:30 1389da4bd042 guacd[433]: Loading keymap "base"Dec 28 21:42:30 1389da4bd042 guacd[433]: Loading keymap "en-us-qwerty"Dec 28 21:42:30 1389da4bd042 guacd[433]: guacdr connected.Dec 28 21:42:30 1389da4bd042 guacd[433]: guacsnd connected.Dec 28 21:42:30 1389da4bd042 guacd[433]: Error handling RDP file descriptorsDec 28 21:42:30 1389da4bd042 guacd[433]: User "@f7d9d9d0-316f-48bc-b678-1e13276b3e83" disconnected (0 users remain)Dec 28 21:42:30 1389da4bd042 guacd[433]: Last user of connection "$5426864f-68eb-468b-bd93-16dcf442992e" disconnectedDec 28 21:42:30 1389da4bd042 guacd[66]: Connection "$5426864f-68eb-468b-bd93-16dcf442992e" removed.
  19. currently running Google Chrome ist auf dem neuesten Stand. Version 64.0.3282.39 (Offizieller Build) beta (64-Bit) but as i said, i tried crossover chrome versions ... and what i do, thats my problem, i cant tell ... example, now while im typing i just opened and voila, now its working, im pretty sure, 1 - 3 days and it wont open anymore ... without any changes to unraid, docker, ... just happens ... all i can tell, this mashine is the "busy" one .... so alot of sites opened in browser ... sorry i cant tell more about it, but i cant force the error.
  20. thanks again, all really nice and smooth now, 8-12 Mbps 1080p on browser playback, 3 Mbps 720p on cellular, just plays now and i cant say i have any artefact issues. Also its stable now as expected, before with CPU transcode i had alot pause and play ... even on my i7 7700 and 4 cores running for unraid. So, thanks again
  21. issue is still only in chrome, already changed from stable to beta chrome, same behavior, works on start when chrome is fresh, also works when chrome is completely cleared, sometimes works when i only clear data from current site (F12 and hold refresh) ... on vnc, edge, and guacamole (same chrome) its always good ... only direct web access on this container ending up here with this. OS, win 10 x64, chrome also x64
  22. hi, the issue with 1006 in browser still happen all the time just as note, always have to clear browser cache for this docker. may an idea how to solve this ? websock.js:292 WebSocket connection to 'ws://192.168.1.2:7805/websockify' failed: Error during WebSocket handshake: Unexpected response code: 502 open @ websock.js:292 _connect @ rfb.js:346 _updateState @ rfb.js:488 connect @ rfb.js:243 start @ ui.js:65 (anonymous) @ (index):64 j @ jquery.min.js?v=75e3e79854:2 k @ jquery.min.js?v=75e3e79854:2 util.js:218 WebSocket on-close event Util.Warn @ util.js:218 (anonymous) @ rfb.js:193 (anonymous) @ websock.js:320 util.js:220 Msg: Server disconnected (code: 1006)
×
×
  • Create New...