Ockingshay

Members
  • Posts

    535
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Ockingshay

  1. yes, i can access it on http://192.168.0.3:3579/ombi how do i know what the rn command is? i installed ombi from CA log starts off like this: ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Hello, welcome to Ombi Valid options are: Ombi 3.0.3477-master Copyright (C) 2018 Ombi --host (Default: http://*:5000) Set to a semicolon-separated (;) list of URL prefixes to which the server should respond. For example, http://localhost:123. Use "*" to indicate that the server should listen for requests on any IP address or hostname using the specified port and protocol (for example, http://*:5000). The protocol (http:// or https://) must be included with each URL. Supported formats vary between servers. --storage Storage path, where we save the logs and database --baseurl The base URL for reverse proxy scenarios --help Display this help screen. --version Display version information. We are running on i Hosting environment: Production Content root path: /opt/ombi Now listening on: http://[::]:3579 Application started. Press Ctrl+C to shut down.
  2. I have this: client_max_body_size 0; location / { try_files $uri $uri/ /index.html /index.php?$args =404; } location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; # With php7-cgi alone: fastcgi_pass 127.0.0.1:9000; # With php7-fpm: #fastcgi_pass unix:/var/run/php7-fpm.sock; fastcgi_index index.php; include /etc/nginx/fastcgi_params; } location /ombi { return 301 $scheme://$host/ombi/; } location /ombi/ { proxy_pass http://192.168.0.3:3579; proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Ssl on; proxy_set_header X-Forwarded-Proto $scheme; proxy_read_timeout 90; proxy_redirect http://192.168.0.3:3579 https://$host; } if ($http_referer ~* /ombi/) { rewrite ^/dist/(.*) $scheme://$host/ombi/dist/$1 permanent; } location /radarr { include /config/nginx/proxy.conf; proxy_pass http://192.168.0.3:7878/radarr; } and in Ombi GUI i have /ombi in "Application URL"
  3. Thanks, i've done that and re-added radarr and ombi. radarr works and ombi is still getting white screen with loading what's this part, as it's not in tidusjar example on their GitHub: if ($http_referer ~* /ombi/) { rewrite ^/dist/(.*) $scheme://$host/ombi/dist/$1 permanent; }
  4. I have been following this guide to setup reverse proxy: From here i have used their default.txt file for nginx: https://pastebin.com/vs2Dxgb3 and it has worked for radarr perfectly. I'm now trying to add ombi and clearly this config is different. I have set in ombi -> configuration -> customisation -> application URL to /ombi I have changed the ip addresses and ports to my docker config like so: location /ombi { return 301 $scheme://$host/ombi/; } location /ombi/ { proxy_pass http://192.168.0.3:3000; proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Ssl on; proxy_set_header X-Forwarded-Proto $scheme; proxy_read_timeout 90; proxy_redirect http://192.168.0.3:3000 https://$host; } Do i simply copy and paste that into the default.txt file and that's it? As i have tried this and all i get is "loading...." on a white screen why i try to launch the site.
  5. ok, i've managed to do it via namecheap admin panel
  6. thanks for the link the static ip address is the one given to me by my ISP i think i actually just want a redirect from www.mydomain.com to externalstaticipaddress:port at the moment i give out the link that is like this: http://12.12.12.12:8000 but it would be nice if i could give out the link as something like this: http://www.mydomain.com/requests or even simply http://www.mydomain.com
  7. 1) done - i've registered a domain name via namecheap
  8. well it's not really hosting my website, although maybe at a later date i could have 1 page with a couple of links on it. What i would like is instead of using my static ip address : port, i would like to use a web address : port. The reason for this is that for dockers like ombi, for requesting plex stuff i have to remember the ip address when i give it out to friends. It would be even nicer to have www.domainname.com/ombi I know absolutely nothing about websites, so would anybody be able to give me a general gist of what i need to do. when i google for stuff, inevitably i have to use their tools and host it on their servers. 1) I guess the first thing to do is register a domain name 2) ? thanks ?
  9. There has been talk of helping users move from one file system to another, I guess for most on older servers that’s reisersFS to XFS and would like to know if this is still in the pipeline?
  10. It would be really great to get scrolling in pop-up windows, so that on tablets I know when the process completes. I only ever see the first few lines and if I scroll, it scrolls the page behind the pop-up. ? At at the moment I just wait 5 mins and click the Red Cross, hoping it’s finished in time. this is is on an iPad Pro 12.9, but I’m sure it happens on other tablets. It also happens on my iPhone.
  11. I have been running the controller on my iMac, but wanted to have it permanently running, so i installed this docker with default settings. I took a backup of my iMac controller and then carried out a restore on my unRAID controller. it picked up all my APs but i too was stuck on the adopting => disconnected loop. I changed the network type to "host" from "bridged" and it has all started working again. Is there a concern with using "host" ? What does that do to my server? am i going to have issues somewhere else now? i don't understand the semantics.
  12. ‘I think it’s more to do with touchscreen and/or how safari handles it in iOS. ‘It’s iPad Pro, 2732x2048
  13. Really nice update this, many thanks not completely related to this version but is apparent when you click on the “I” next to version number...is it possible to make pop-ups scrollable on a tablet? The release notes get chopped off. Same happens when the update is downloading and again when dockers/plug-ins are installing.
  14. What you need is a few more network ports!
  15. Non-tabbed view Haha, it just goes to show though how much work you’ve put in to making the GUI infinitely better. All the little tweaks and options, often forgotten. i literally haven’t touched my settings in years, which has spurred me on to have a little play and there it is so much more informative and user friendly now
  16. yeah, that's better. I am using colour theme "white"
  17. i should have mentioned that this was in "settings" -> "network settings" i cannot see "port up" in that screen thinking about it further, it should perhaps group them both together under bond0, rather than amending the settings for both in eth0, whilst leaving eth1 blank, with error message.
  18. I have eth0 and eth1 bonded for a few years now, so I haven’t changed anything since the GUI has been changed over the last few software upgrades. Note: array started When I load the page it shows all the configuration in “interface eth0” and under “interface eth1” it says “interface not configured”. For simplicity and confusion wouldn’t it be better to collapse the entire eth1 section and have in say green writing something like interface bonded with eth0? because it’s in orange writing as though there’s something wrong it may confuse people enough as it did for me to create a post.
  19. Yes, did have it, deleted it and now there's no errors. Many thanks!
  20. Mar 14 22:23:21 Ruby emhttpd: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:22 Ruby emhttpd: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:23 Ruby emhttpd: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:25 Ruby emhttpd: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:26 Ruby emhttpd: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:27 Ruby emhttpd: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:28 Ruby emhttpd: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:29 Ruby emhttpd: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:30 Ruby emhttpd: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:31 Ruby emhttpd: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:39 Ruby shfs: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 14 22:23:39 Ruby shfs: error: get_key_info, 584: Invalid argument (22): get_message: /boot/config/._Pro1.key (-3) Mar 15 06:07:49 Ruby root: error: /webGui/include/DeviceList.php: wrong csrf_token Mar 15 06:07:49 Ruby root: error: /webGui/include/DeviceList.php: wrong csrf_token Mar 15 06:07:49 Ruby root: error: /webGui/include/DeviceList.php: wrong csrf_token Mar 15 06:07:49 Ruby root: error: /webGui/include/DeviceList.php: wrong csrf_token I get these now, since being on 6.4 & 6.5. I haven’t touched my flash drive in years, should I put my pro key somewhere specific? It never stops the license from working however.
  21. If i try the extra parameter i get when it tries to start: Maybe my CPU is too old? EDIT: It actually looks to be a problem with my motherboard and it's onboard VGA. The problem i have is if i disable it, i lose IPMI, which as this server is locked under a stairs i need it for access. I can live without HW decoding, unless someone else has been successful at getting this to work with a supermicro mobo and xeon igpu. unRAID only gives me the matrox gpu onboard VGA if i try to set up a VM
  22. Yeah, https://ark.intel.com/products/65726/Intel-Xeon-Processor-E3-1275-v2-8M-Cache-3_50-GHz suppose to, not ever tried it though. maybe I have to enable it in my mobo.
  23. am i doing something wrong? i get this when i try these commands to enable HW decoding. My server is: Running 6.4rc14
  24. Without going through all the setup if not worth it, is this an improvement on CPS?
  25. I’m about to build another machine for 4K but before I do is there anything to worry about in terms of hdcp handshaking? I would like to make a few VMs to connect to my av receiver, so that I can remove some of the boxes from under my TV and I’m hoping that with the VMs always running, it will simply be a case of changing inputs on my amp and the VM appearing on screen. Does this work, or do I have to reboot the VM every time I change input to ensure the handshake works? many thanks