ffhelllskjdje

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by ffhelllskjdje

  1. got it working and added a reverse proxy via lets encrypt but can't seem to get the iPhone app to work externally but it works with internal LAN address.
  2. also use ca appdata and use cloudberry backup to back up all my shares to a synology. also use rclone to sync to the cloud.
  3. Yeah I tried using docker compose and it installed but it's out of my league and I couldn't get it to work. hopefully someone with more knowledge can do a HowTo on getting it installed.
  4. Strange, my IOS app just got same error today. Same symptoms, web works fine, app was working last time I checked a few days ago but now it's timing out.
  5. I'm Getting a "Conversion failed. Transcoder crashed or failed to start up" error. The file is just a mkv movie But...only on the my Apple TV 4k, if I play the same file in the plex app on my Mac it works fine, if I play the same file on my iphone it plays fine. It's only the appletv that is not working, anyone know whats up with that?
  6. I'm getting the following error after trying to login to my nextcloud. This was all working sometime last week, I don't believe I changed anything. Ports 80 and 443 are forwarded from my router EDIT: Ended up just blowing it up and re-doing and all is working now. 2018/02/22 08:11:15 [error] 385#385: *9699 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.2.1, server: mydomain.com, request: "GET /status.php HTTP/1.1", upstream: "https://192.168.2.10:444/status.php", host: "mydomain.com" server { listen 443 ssl; server_name mydomain.com; root /config/www; index index.html index.htm index.php; ###SSL Certificates ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ###Diffie–Hellman key exchange ### ssl_dhparam /config/nginx/dhparams.pem; ###SSL Ciphers ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-$ ###Extra Settings### ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ### Add HTTP Strict Transport Security ### add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; client_max_body_size 0; location / { proxy_pass https://192.168.2.10:444/; proxy_max_temp_file_size 4096m; include /config/nginx/proxy.conf; } }
  7. I'm using cloudberry to backup stuff i need versions of to my synology. For all my media i use resillio sync to copy to the synology. I then use rclone from UNRAID to sync to google drive.
  8. How are you getting cloudberry to backup to google drive? I thought it was unsupported?
  9. no, I ended up just spinning up an ubuntu VM and installing on there.
  10. so, I bought a subsonic a super long time ago when they were cheap. is there any advantage to running airsonic if I have a subsonic license?
  11. looks like version 13 is out, I've never updated before, will there be an updated docker container or should I attempt to update in app?
  12. I tried and tried but could never get it working so I swapped roles, I now have unraid as my main server and I backup with cloudberry to the synology. Better for me this way as my server has way more horsepower.
  13. Yes, i also use fastmail and want to do the same thing! Anyone have any ideas?
  14. Cool. No didn't notice anything
  15. Woke up this morning to a call trace error. Any ideas what this could be? Hopefully it's just a one off. Jan 15 17:44:50 Tower kernel: Call Trace: Jan 15 17:44:50 Tower kernel: <IRQ> Jan 15 17:44:50 Tower kernel: ? qdisc_rcu_free+0x39/0x39 Jan 15 17:44:50 Tower kernel: ? qdisc_rcu_free+0x39/0x39 Jan 15 17:44:50 Tower kernel: call_timer_fn.isra.4+0x11/0x6d Jan 15 17:44:50 Tower kernel: expire_timers+0x82/0x95 Jan 15 17:44:50 Tower kernel: run_timer_softirq+0x62/0xe5 Jan 15 17:44:50 Tower kernel: ? tick_sched_timer+0x33/0x61 Jan 15 17:44:50 Tower kernel: ? __hrtimer_run_queues+0x85/0xc5 Jan 15 17:44:50 Tower kernel: ? ktime_get+0x37/0x8a Jan 15 17:44:50 Tower kernel: __do_softirq+0xc7/0x1bc Jan 15 17:44:50 Tower kernel: irq_exit+0x4f/0x8e Jan 15 17:44:50 Tower kernel: smp_apic_timer_interrupt+0x6e/0x79 Jan 15 17:44:50 Tower kernel: apic_timer_interrupt+0x98/0xa0 Jan 15 17:44:50 Tower kernel: </IRQ> tower-diagnostics-20180116-0641.zip
  16. For PFSense if you're using unbound dns resolver just put into custom options and this will work correctly server: private-domain: "unraid.net"
  17. It times out. same error 502 bad gateway thanks, that tipped me off, i was just in that file earlier and had the wrong ip above, a zero got deleted somehow. fixed and up and running again.
  18. server { listen 443 ssl; server_name nextcloud.mydomain.org; root /config/www; index index.html index.htm index.php; ###SSL Certificates ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ###Diffie–Hellman key exchange ### ssl_dhparam /config/nginx/dhparams.pem; ###SSL Ciphers ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-$ ###Extra Settings### ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ### Add HTTP Strict Transport Security ### add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; client_max_body_size 0; location / { proxy_pass https://192.168.1.1:444/; proxy_max_temp_file_size 4096m; include /config/nginx/proxy.conf; } } thanks. config hasn;t changed. it's like it's being ignored though. Port 444 is nextcloud
  19. i've tried rebooting both to no effect. I only have nextcloud running so no other apps to check. so frustrating, it was working fine for like 6 months and now it's broken.
  20. nothing in the logs, just this when I go to my public ip. everything was normal up until a couple days ago 502 Bad Gateway nginx/1.12.2
  21. same thing happening to me, letsencrypt seems to be working but my nextcloud is not working at all anymore and I'm not sure why. Both http and https are open and forwarded to letsencrypt I'm getting a 502 bad gateway error now whereas before it was working flawlessly
  22. getting an error from "fix common problems" plugin Docker Application gazee is currently set up to run in bridge mode The template for this application specifies that the application should run in mode. Application Support Thread
  23. I'm also having issues contacting GitHub.com and my rescans are just freezing up and not completing. I am getting the error even after updating the CA Fix common problems plugin. Unable to communicate with GitHub.com. I can successfully ping GitHub from other network machines but not my unraid rig In fact when I go to the plugins tab it just churns and gets stuck at Please wait, retrieving and updating plugin information ... Jan 2 09:01:31 Tower nginx: 2018/01/02 09:01:31 [error] 10227#10227: *350108 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.2.101, server: , request: "POST /plugins/fix.common.problems/include/fixExec.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.2.10", referrer: "http://192.168.2.10/Settings/FixProblems" EDIT: fixed, it was my pfsense firewall rule