svh1985

Members
  • Posts

    18
  • Joined

Posts posted by svh1985

  1. On 11/6/2021 at 4:53 PM, Squid said:

    What's the contents of /config/plugins/ca.update.applications/DockerUpdateSettings.json on the flash drive?

    {
        "cron": {
            "dockerCronFrequency": "Monthly",
            "dockerCronDay": "0",
            "dockerCronDayOfMonth": "1",
            "dockerCronHour": "0",
            "dockerCronMinute": "0",
            "dockerCronCustom": ""
        },
        "containers": {
            "AdGuard-Home": {
                "name": "AdGuard-Home",
                "update": true
            },
            "ClamAV": {
                "name": "ClamAV",
                "update": true
            },
            "CloudBerryBackup": {
                "name": "CloudBerryBackup",
                "update": true
            },
            "DiskSpeed": {
                "name": "DiskSpeed",
                "update": true
            },
            "HDDTemp": {
                "name": "HDDTemp",
                "update": true
            },
            "phpmyadmin": {
                "name": "phpmyadmin",
                "update": true
            },
            "Unraid-API": {
                "name": "Unraid-API",
                "update": true
            },
            "vm_custom_icons": {
                "name": "vm_custom_icons",
                "update": true
            },
            "FileBrowser": {
                "name": "FileBrowser",
                "update": true
            },
            "QDirStat": {
                "name": "QDirStat",
                "update": true
            },
            "NginxProxyManager": {
                "name": "NginxProxyManager",
                "update": true
            },
            "organizrv2": {
                "name": "organizrv2",
                "update": true
            },
            "Portainer-CE": {
                "name": "Portainer-CE",
                "update": true
            },
            "bazarr": {
                "name": "bazarr",
                "update": true
            },
            "ombi": {
                "name": "ombi",
                "update": true
            },
            "prowlarr": {
                "name": "prowlarr",
                "update": true
            },
            "overseerr": {
                "name": "overseerr",
                "update": true
            },
            "plex": {
                "name": "plex",
                "update": true
            },
            "sonarr": {
                "name": "sonarr",
                "update": true
            },
            "vaultwarden": {
                "name": "vaultwarden",
                "update": true
            },
            "grocy": {
                "name": "grocy",
                "update": true
            },
            "nzbget": {
                "name": "nzbget",
                "update": true
            },
            "pgadmin4": {
                "name": "pgadmin4",
                "update": true
            },
            "calibre": {
                "name": "calibre",
                "update": true
            },
            "Minio": {
                "name": "Minio",
                "update": true
            },
            "radarr": {
                "name": "radarr",
                "update": true
            },
            "readarr": {
                "name": "readarr",
                "update": true
            }
        },
        "global": {
            "dockerNotify": "yes",
            "dockerStopDelay": "10",
            "dockerUpdateAll": "no"
        }
    }

     

  2. I just started a 2nd scan after two months, and the notify script still picks up the previous infection (a file that I since removed) from the ClamAV docker logs, so I still get an FOUND message. Anyone else seeing this?

  3. Hi there,

     

    I'm having trouble finding out why my Dockers are updated. I have the auto-update app installed but I disable the Update Check Frequency. The strange thing tho is that the notification has Community Applications in its title. Is there some Community Applications update function I missed to disable?

    Screenshot 2021-10-24 at 16.41.39.png

  4. I guess people just want to get a bit more info (timelines) on when the swTPM unraid version will be released. If it's indeed just a few days like you mentioned, then it is indeed better and easier to wait. But if it's weeks, or even months, than I can image some people can't wait. 

     

     

    31 minutes ago, ich777 said:

    You have to undo basically everything you've done, change the BIOS type to OVMF-TPM in the VM template and then reactivate Windows again.

    But I really can't tell if it is working properly after you did this since I've not tested this and that is just a guess.

     

    That's why I don't recommend installing through this method and wait for the official way.

     

  5. On 9/22/2021 at 8:37 AM, Samuel A said:

    Hi all,

    I installed calibre/linuxserver and followed all possible instructions, from Spaceinvader too, but nevertheless when I try to enter the Web GUI I see this:

     

    image.png.9dc0415a22e61637fe9d810ae52434cc.png

     

    and then there is no session "calibre" in the drop down:

     

    image.png.4ceea698238cd16c1cf884269562716f.png

     

    My Setup is:

     

    image.png.66fd6432fe64e7bd6218077bfa9b7924.png

     

    Any ideas?

    Thanks in advance!!!!

     

    GUAC_USER and GUAC_PASS are deprecated. Try adding a PASSWORD variable instead (no need for MD5) and login with abc and your password.

     

    Does anybody where the variables for the unraid app calibre are stored? Maybe we should request a change so that the GUAC_USER and GUAC_PASS are replaced by PASSWORD.

  6. Hello!

     

    I have a DVBT usb-stick to track airplanes for with Fightradar24.

     

    But for some reason the /dev/bus/usb/X/Y the numbers X and Y are changing after every reboot, resulting in a failing docker which I have to manually fix.

    image.thumb.png.c69793b31fac1c42bd1222631f766d5e.png

     

    Does anyone know if there is a way to make a fixed reference which dynamically updates no matter the USB port or if a reboot occurs?

    For example: /dev/dvb/by-id/dvbt-realtek-sn

     

    Thanks!

  7. Hi there,

     

    I have created a bunch of accounts and some shares. For some reason all users have read-only rights by default for all shares.

     

    Is there a way to prevent certain users to access shares? I can’t find a way to do it, the dropdown only show read-only & read-write.


    Like so:
    Share 1: Allow User A | Allow User B

    Share 2: Allow User A | Deny User B

     

    Thanks!