Jump to content

Nuke

Members
  • Posts

    66
  • Joined

  • Last visited

Posts posted by Nuke

  1. On 5/29/2021 at 8:28 AM, Cirion said:

    I would like to request Librephotos :)

    me too. Please add Librephotos to CA. Complicated thing that needs three dockers with strange variables to start working.

  2. 9 hours ago, [email protected] said:

    I just lost my noname stick on my first unraid server. (I accidentally bumped into it... and now it's dead. 😞 ) 

    Has anybody used this stick? can anyone recommend it? 

    https://smile.amazon.de/SanDisk-Cruzer-Fit-Flash-Laufwerk-16GB/dp/B07MDXBT87/ref=sr_1_9?__mk_de_DE=ÅMÅŽÕÑ&dchild=1&keywords=USB+2.0+Stick&qid=1604782742&sr=8-9

     

    Thanks in advance

    How about this one?

    https://www.amazon.de/-/en/SanDisk-SDCZ71-016G-B35-Cruzer-Force-Flash/dp/B00C9Q5PGM

    More metal is better for temperature 

  3. How to disable any logs for NPM ?

    I have a tons of gigs in /mnt/cache/appdata/NginxProxyManager/log

    here i see error.log with

    "2020/08/24 13:04:06 [warn] 2546#2546: *907484 an upstream response is buffered to a temporary file /var/tmp/nginx/proxy/2/42/0000000422 while reading upstream ..........."

     

    and proxy_host-1.log with

    "[24/Aug/2020:12:55:29 +0300] - 404 404 - POST http"

     

    this is because i use custom config with

    location ~ /(settings/write|torrent/rem|torrent/restart|shutdown) {
        auth_basic            "Authorization required";
        auth_basic_user_file  /data/access/1;

     

    so clients see 404 for this pages and this normal. i just need to disable 100 strings per second to logs

  4. How to share local mount?

    I found manual and proper extension: https://docs.nextcloud.com/server/19/admin_manual/configuration_files/external_storage_configuration_gui.html

    Also I see this: https://docs.nextcloud.com/server/19/admin_manual/configuration_files/external_storage/local.html

    but when i try to access folder i see error: "There was an error with message: Empty response from the server. Do you want to review mount point config in admin settings page?"

    I can't do "sudo chown -R www-data:www-data /path/to/localdir" because of error: "chown: invalid user: ‘www-data:www-data’"

  5. I want to make Unraid machine able to shutdown itself when ping to router fails after 5 retries during 25 minutes (my cheap UPS can handle it)

    How to do that?

    ping -c 5 -i 300 192.168.0.1 || poweroff

    works not good because if ping is successful then interval before next attempt 5 minutes anyway.

×
×
  • Create New...