Raczo

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by Raczo

  1. Hi i updated the container in unraid webgui now i get this when trying to access nextcloud in my browser: This version of Nextcloud is not compatible with > PHP 7.4. You are currently running 8.0.25. How can i fix this?
  2. just saw that sorry for bothering you
  3. wtf just updated and now i can log in? HELP pls
  4. What is the default username and password for rtorrent?
  5. standard username and password? EDIT: standard login details for rutorrent is user:admin pw:rutorrent
  6. well dont have all the .torrent files since sonarr and radarr adds 90% of the torrents. This sucks just did something like this recently
  7. Okey, can i move my torrents from deluge to rtorrent fast and or easy way?
  8. Deluge has started to just say this every time i remove or add a torrent now "The connection to the webserver has been lost!" ony way to get into webgui again is to restart the docker. I have around 600 torrents. hopefully someone can fix this, its driving me nuts EDIT: did just click on a torrent now and it stopped working
  9. server { listen 80; server_name calibre.<yourdomain>.com; return 301 https://$server_name$request_uri; } server { listen 443 ssl; listen [::]:443 ssl; server_name calibre.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_calibre calibre-web; proxy_pass http://$upstream_calibre:8083; } } the first part just re routes from port 80 to port 443 so if you type http://calibre.<yourdomain>.com it changes it to https//calibre.<yourdomin>.com
  10. hello i get server disconnected (code: 1006) cant see anything i the ui exept for that error any idea hot to fix it? Edit: was a browser addons fault
  11. oh okey, thanks btw !plexTest doesn't work ether https://gyazo.com/9d3a6a088ec21192f710f0bf25581f8f
  12. Got the port to work now but when i try to play a song it connects and dissconnects directly. What can be wrong? it can see all of my music but doesn't play it
  13. Still a path for me https://gyazo.com/077146d0d257d408136d1f871e619182
  14. In the plex discord bot docker what should i set the PLEX_LOCAL_PORT to? it want's a path got this when i typed 32400 in the box: /usr/bin/docker: Error response from daemon: invalid bind mount spec "32400:PLEX_LOCAL_PORT:rw": invalid volume specification: '32400:PLEX_LOCAL_PORT:rw': invalid mount config for type "volume": invalid mount path: 'PLEX_LOCAL_PORT' mount path must be absolute
  15. PIA and im using swe server and have portforward enabeld
  16. I have a problem my deluge client doesent go through the open port atleast the torrent site superbits.org says that the port is closed. So how do i fix this? also the incoming port in deluge changes every time i restart it even though i dont have random port box checked but outgoing port is the same all the time what can be wrong? Thanks in advance installed every thing as in this video