Jump to content

truetype

Members
  • Posts

    203
  • Joined

  • Last visited

Everything posted by truetype

  1. I want to install the Laradock https://laradock.io/ as a docker on my unraid-server. But I don't know how to do it properly or how to start. Perhaps there is someone out there that can create a template for Laradock or point me in a direction on how to create one myself... Take care
  2. When going to see my dockers in the dockers tab I see "apply update" on almost every docker I have. I press "Update all" and after it's done it shows no errors and when I close the box it shows that all dockers are "up-to-date" but when I press "check for updates" all the applications go back to "apply update". Anyone know what's happening? I am running 6.7.2 Not 100% sure if this is the right place for this topic, please move if not.
  3. Hey Squid! Well, I don't download obfuscated ones and it still dont do it automatically.. Cant find a related setting either ;o
  4. I wonder if it's able to set Radarr to automatically import a movie after download? Like couchpotato? Now I have to go in manually and import every downloaded movie...
  5. Suddenly I cannot login anymore? Says it's the wrong username / password. But I can reach it from the UBNT cloud...
  6. Thanks for reply, ok. I have nextcloud running on my main server working good, for the sake of it I will try to go with FTP this time on the backup machine.
  7. Curious how it went for you with this? I am looking for a way to backup my server too without success... Been starting with duplicati but it hangs after a while...
  8. This is strange, I did not have this problem before I updated to 6.7.0... My DNS settings looks right and adblocker have never been an issue before. But I guess it's duplicati that mess up everything, trying to get borg working now instead...
  9. I decided to reinstall the docker and delete the backup completely, now it get stuck after about 30 minutes and my CPU 2 is working 100% and duplicati freezes...
  10. Dynamix Stats seems to be pretty bugged on 6.7.0, for me it gives me error which makes duplicati hangs and I cannot shutdown my unraidserver but doing a power reset... May 12 12:59:54 Tower nginx: 2019/05/12 12:59:54 [error] 8100#8100: *121517 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.5, server: , request: "POST /plugins/dynamix.system.stats/include/HardwareStats.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "tower:88", referrer: "http://tower:88/Stats""
  11. Hey, I want to start using duplicati to backup my main unraid to my backup unraid to be placed off-site in the future. Right now I am trying to get it working locally first but I'm not successful. I followed spaceinvader's tutorial which means connecting the backupserver as a SMB share on my main server and copy there. But after I had made the first backup in duplicati it gave me like 220 warnings. So I tried to repair the database but it was unsuccessful and gave me even more warnings. I decided to delete and repair the database and now it's stuck on "recreating database" for over 24h, then I stopped the docker and tried again and now it gets stuck on the same place. I don't know if it's working on a file which is open or something like that, I can't tell from the logs. Anyone that can help me out?
  12. It's this post you should be looking at I believe
  13. Thanks for reply. Seems to be a failure with fullchain.pem, and also firewall problem but I haven't changed any firewall settings during the last 6 months... See log here please https://pastebin.com/UnEP0a4B EDIT: Maybe it has todo with cname configuration at my domain provider? I set my domain as cname to duckdns, that's the only change I made in the past 2 months.
  14. When I try to connect to my site via subdomain.domain.com it says that the certificate has expired since 26th january. When I restart letsencrypt it does not automatically renew. Can I run a command to force it to renew?
  15. Good work here @digitalformula @eschultz Though I just wanna notice you that the OP on this issue below is not the same OP as here. So don't quite get it why you did close it, but I don't mind personally because as I see it these are related. @limetech
  16. I am already using subdomain "plex.mydomain.com" for ombi because it's easier for my users to remember. So I want to change the reverse proxy domain for plex to be say "plexw". How can I change the "plex.subdomain.conf" in proxy-confs to be "plexw.mydomain.com" instead? EDIT: Solved it by just changing the "plex.*" in the conf to "whatever.*" works like a charm.
  17. Ok, many thanks. I should head over to reverse proxy myself then. Should I follow spaceinvaders youtube guide, or you know if there is any better guide?
  18. I am having problems with the remote access, I have used it for a year without problem but for a week ago it started acting wierd. I am using pfSense and I'm sure port 32400 is correctly forwarded. I can access my nextcloud and other services on port 443 without issues, but Plex seems to refuse direct access outside my network... Have tried running the docker in bridge mode and mapping the ports manually and this doesn't work either except it shows accessible for like a second after I press the "allow remote access" button in plex, then goes back to not accessible. Any suggestions mostly appreciated. Running unraid 6.6.3.
  19. Ok I have been using Filezilla always before, but now I downloaded WinSCP and turned off the buffer size optimization and it works. (Really slow though) Only 16 MB/s... Is there anyway to change the buffer size back as it was before 6.6 and use it normally with fast speeds?
  20. I'm having the same issue on 6.6.1, have been using sFTP for years but now it doesn't work anymore....... Anyone found a solution for this?
  21. In the default.conf below it works yes. server { listen 80; server_name _; return 301 https://$server_name$request_uri; }
  22. Thanks, yeah I've followed that once but I cannot see anything that should do any difference, please see my config.php below (sensitive data censored) <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'XXXXXXXXXXXXXX', 'passwordsalt' => 'XXXXXXXXXXXXXXXXXX', 'secret' => 'XXXXXXXXXXXXXXXXXX', 'trusted_domains' => array ( 0 => '192.168.1.8:444', 1 => 'nextcloud.mydomain.com', ), 'overwrite.cli.url' => 'https://nextcloud.mydomain.com', 'overwritehost' => 'nextcloud.mydomain.com', 'overwriteprotocol' => 'https', 'dbtype' => 'mysql', 'version' => '13.0.1.1', 'dbname' => 'nextcloud', 'dbhost' => '192.168.1.8:3305', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'XXXXXX', 'dbpassword' => 'XXXXXX', 'installed' => true, 'maintenance' => false, 'loglevel' => 2, 'theme' => '', ); I can send the domain to you in PM and you can see for yourself that it doesn't redirect properly if you like?
  23. I am using pfsense and yes they are since I can reach my nextcloud from anywhere if I type https:// manually. and this docker is able to renew the certs using port 80, but now I have it enabled all the time. See attached files please. Where can I find the nextcloud config.php file? (Could really use a spoiler function to hide this wall of images )
  24. Thanks for reply, so the complete nextcloud.conf file should look like this? Because this does not redirect it automatically... server { listen 80; server_name nextcloud.mydomain.com; return 301 https://nextcloud.mydomain.com$request_uri; } server { listen 443 ssl http2; server_name nextcloud.mydomain.com; root /config/www; index index.html index.htm index.php; include /config/nginx/ssl.conf; client_max_body_size 25G; location / { proxy_pass https://192.168.1.8:444/; proxy_max_temp_file_size 2048m; include /config/nginx/proxy.conf; } }
×
×
  • Create New...