Jump to content

casperse

Members
  • Posts

    810
  • Joined

  • Last visited

Posts posted by casperse

  1. Hi All

     

    I am trying to change my Unraid port setting from 80 & 443 to 6000 & 6001

    After changing the ports in the UI....

    It was NOT possible to access the Unraid GUI anymore?

    Not by IP or hostname?

     

    It tried to connect by IP:PORT and also I could see Unraid trying to access:  http://hostname.local:6000/  

    (By the way is the hostname case sensitive?)

     

    So I did a telnet and I had to edit the ident.cfg file in \\flash\config back to 

    # Generated settings:
    NAME="SERVERNAME"
    timeZone="Europe/Paris"
    COMMENT="The Ultimate Media Server"
    SECURITY="user"
    WORKGROUP="WORKGROUP"
    DOMAIN=""
    DOMAIN_SHORT=""
    hideDotFiles="no"
    localMaster="yes"
    enableFruit="no"
    USE_NETBIOS="yes"
    USE_WSD="yes"
    WSD_OPT=""
    USE_NTP="yes"
    NTP_SERVER1="time1.google.com"
    NTP_SERVER2="time2.google.com"
    NTP_SERVER3="time3.google.com"
    NTP_SERVER4="time4.google.com"
    DOMAIN_LOGIN="Administrator"
    DOMAIN_PASSWD=""
    SYS_MODEL="Xeon E-2100G based 24-bay NAS system"
    SYS_ARRAY_SLOTS="24"
    USE_SSL="no"
    PORT="80"
    PORTSSL="443"
    LOCAL_TLD="local"
    BIND_MGT="no"
    USE_TELNET="yes"
    PORTTELNET="23"
    USE_SSH="yes"
    PORTSSH="22"
    USE_UPNP="no"
    START_PAGE="Main"

    Then a restart: /etc/rc.d/rc.nginx restart

     

    Also when trying to start with SLL/TLS set to Auto I got this error:

    root@SERVER:/boot/config# /etc/rc.d/rc.nginx restart
    Checking configuration for correct syntax and
    then trying to open files referenced in configuration...
    nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
    nginx: configuration file /etc/nginx/nginx.conf test is successful
    Shutdown Nginx gracefully...
    Stopping unraid-api process...
    Process stopped!
    Starting Nginx server daemon...
    nginx: [warn] "ssl_stapling" ignored, host not found in OCSP responder "r3.o.lencr.org" in the certificate "/etc/ssl/certs/unraid_bundle.pem"
    root@SERVER:/boot/config#

     

    After this I could login but looking at the UI I still se the 6000/6001 ports? (See below)

    HTTPS is grayed out?

    image.png.971ea78e117b8b6fecd8f38f9c9b0dd6.png

    How do I get this working with port 6000/6001 ?

    I need port 80 & 443 to get my nginx-proxy-manager-npm-official working with IPv6

    see more about this here:

     

     

  2. 1 hour ago, mgutt said:

    If a container runs in the host network it uses it's default ports. This is a usual behavior of all containers. 

     

    Did you accidentally change both ports, internal and external? This is not visible in the screenshot. Only if you edit the entry. Finally it would be interesting to see what it looks like after the container has been started.

    No I only changed the ports like before not the container ports

     

    I started the docker:

    image.png.de2e02aa8252ceffbfb1e79e6998c833.png

     

    Opening the settings I can see:

    image.thumb.png.bf0bb63f10683fcee702949dbf7b24f3.png

     

    Opening the EDIT HTTPS:

    image.png.347843ed154af827b7633536a6944ab8.png

     

    The container ports are changed to the same port as my Host port?

    And only way to get it back is doing a re-install

     

    This is so strange, it happens when I change Host ports or I change network between Host & custom net  Prox

    net? - can it be somekind of bug? (I have refreshed the webpage and the values are not cached)

     

     

  3. Hi

     

    When I cahnge ports the container act funny

    image.png.7dbee1425a328ecb678e593c3bbb103f.png

     

    But inside it looks okay:

    image.png.78b8066f9236ebe9d64598eabddaaf79.png

     

    So far the only way to fix the port this have been to remove the container and install it again?

     

    If I change the proxynet to host :

    image.png.cc9ffaaf377a393294403a0ac3e26d8c.png

    How can it change the ports...

    I can access the UI but the proxi stopped working after the port change (And yes the ports are open)

    Also disabled any 443 redirect to unraid disabling the "My server" remote access feature

     

    I love the docker and the UI but it dosent seem as stable as Swag?

     

  4. On 7/2/2021 at 12:17 AM, mgutt said:

    This is the only reliable way to use NPM through IPv6:

     

    1.) Change Unraid's HTTP and HTTPS ports to 5000 and 5001:

    image.png.89a8393a04b9714bf0f7bb037039bd04.png

     

    2.) Install NPM by using the host network:

    image.png.07640b0119c802cec55785cce13fc7f8.png

     

    3.) Open the ports 80 and 443 in your router:

    image.png.7ab2f7dda73482bfffd45c4e8f0dd433.png

     

    4.) Open the NPM WebGUI and after changing the login, you can add a proxy host (see next post for Plex as an example).

     

    5.) If you only want to type "tower" in your browser to reach your Unraid WebGUI, add this Redirection Host in NPM:

    image.png.21c9cd7d6619a7d1b4a618c079f6e02e.png

     

    Further explanation:

    IPv6 does not need port forwarding and many routers don't support it. So it's often not possible to forward internet traffic from port 443 (http) to a custom port like 8443. By that we have two options: Run NPM in the br0/custom network with a fixed ip address or run it in the host network (bridge has IPv6 disabled). I tried everything, but br0/custom isn't reliable as its not possible to define a fixed IPv6 without passing the IPv6 prefix and if your provider assigns a new IPv6 prefix, the container is offline and stays offline until we manually change the containers IPv6. And changing the IPv6 alone does not work as the "old" IPv4/IPv6 combination is internally reserved from the docker service. So its not only needed to change the IPv6 of the container, we additionally need to restart to entire Docker service itself.

    I just installed the NMP Official (Had the old docker) and set everything up like you wrote

    Except the 5000/5001 (Synology ports) so I changed it to 6000/6001

     

    But now the Unraid comes with the "My Servers" plugin and when this is running and I try to do the:

    (I use 6000 and my own server name ;-))

    image.png.b53dd7a6cd80c8ce10c7b343de204352.png

    I can not access the UNRAID UI anymore......

    So is there any workaround for having this setup with the "My Server" plugin

    Remote access from this requires you to let Unraid get a cert. and run HTTPS

     

    Br

    Casperse

     

  5. I am now finally moving from SWAG to NPM

     

    But some of the more difficult ones I cant get working

     

    youtube-dl-server

     

    This docker have a url path that goes like this:

    http://192.168.0.6:8282/youtube-dl

     

    image.png.4abd1f7b850179648304d381cff3f063.png

     

    SWAG worked by doing this:

    # make sure that your dns has a cname set for youtube-dl-server and that your youtube-dl-server container is named youtube-dl-server
    
    server {
        listen 443 ssl;
        listen [::]:443 ssl;
    
        server_name youtube.*;
    
        include /config/nginx/ssl.conf;
    
        client_max_body_size 0;
    
        location / {
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app youtube-dl-server;
            set $upstream_port 8080;
            set $upstream_proto http;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    
            proxy_set_header Range $http_range;
            proxy_set_header If-Range $http_if_range;
        }
    
        location ~ (/youtube-dl/)?/socket {
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app youtube-dl-server;
            set $upstream_port 8080;
            set $upstream_proto http;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port/youtube-dl;
    
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection $http_connection;
       }
    }

     

    Can someone point me in the right direction 🙂

  6. Does anyone have a rsync script example? they would like to share?

    I am strugeling to create a script to initiate a rsync to my Unraid server from an external media server

    Sofar I have managed to use dockers like Resilio sync but they ar not cutting it anymore

     

    Or would I need to initiate this from the remotes server to my Unraid server as the target server?

     

    Sofar I have been reading up on what I could fine, but the post is very old...

     

  7. On 9/26/2021 at 7:08 PM, casperse said:

    So I found a Unraid plugin in the stack for permissions

    But when I add it I get error:

    Pre-processing - Set file permissions for UnRaid Plugin error! Error: Command failed: chown nobody:users

     

    image.png.8197c8326112c4a3c51c6c5aac441a40.png

     

    I remember in the docker resilio-sync you could do a:

    image.png.42df65add3dc6ec945b1138fedf56926.png

     

    Any input on how to get this working?

    Thanks!

    Have enyone got this Unraid plugin working? - I seem to have permissions problems after a encode

  8. Hi All

     

    I am replacing a 12TB Unassigned drive with a new 18TB and I did a:

    rsync -avPX /mnt/disks/SEED/ /mnt/disks/SEED_NEW/

     

    and later a update:

    rsync -auPv /mnt/disks/SEED/ /mnt/disks/SEED_NEW/

     

    But after unmounting the drives and renaming it to the "old name" replacing my old UAD drive I keep getting this:

    image.png.f25a4cd16ee72e6bf70b1573a6e1a388.png

     

    After remounting the drive I no longer have luks (encryption) and also it shows the drive as 12TB partition under the 18TB drive

    Is my rsynch command wrong?

    is it UAD that somehow just cashes the old drive (I havent re-booted - to many things running so I cant right now)

     

     

  9. 2 hours ago, dlandon said:
    cat /proc/mounts
    rootfs / rootfs rw,size=32739196k,nr_inodes=8184799 0 0
    proc /proc proc rw,relatime 0 0
    sysfs /sys sysfs rw,relatime 0 0
    devtmpfs /dev devtmpfs rw,relatime,size=32739204k,nr_inodes=8184801,mode=755 0 0
    devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0
    tmpfs /dev/shm tmpfs rw,relatime 0 0
    fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
    cgroup_root /sys/fs/cgroup tmpfs rw,relatime,size=8192k,mode=755 0 0
    cpuset /sys/fs/cgroup/cpuset cgroup rw,relatime,cpuset 0 0
    cpu /sys/fs/cgroup/cpu cgroup rw,relatime,cpu 0 0
    cpuacct /sys/fs/cgroup/cpuacct cgroup rw,relatime,cpuacct 0 0
    blkio /sys/fs/cgroup/blkio cgroup rw,relatime,blkio 0 0
    memory /sys/fs/cgroup/memory cgroup rw,relatime,memory 0 0
    devices /sys/fs/cgroup/devices cgroup rw,relatime,devices 0 0
    freezer /sys/fs/cgroup/freezer cgroup rw,relatime,freezer 0 0
    net_cls /sys/fs/cgroup/net_cls cgroup rw,relatime,net_cls 0 0
    perf_event /sys/fs/cgroup/perf_event cgroup rw,relatime,perf_event 0 0
    net_prio /sys/fs/cgroup/net_prio cgroup rw,relatime,net_prio 0 0
    hugetlb /sys/fs/cgroup/hugetlb cgroup rw,relatime,hugetlb 0 0
    pids /sys/fs/cgroup/pids cgroup rw,relatime,pids 0 0
    tmpfs /var/log tmpfs rw,relatime,size=131072k,mode=755 0 0
    /dev/sda1 /boot vfat rw,noatime,nodiratime,fmask=0177,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,flush,errors=remount-ro 0 0
    /dev/loop0 /lib/modules squashfs ro,relatime 0 0
    /dev/loop1 /lib/firmware squashfs ro,relatime 0 0
    hugetlbfs /hugetlbfs hugetlbfs rw,relatime,pagesize=2M 0 0
    overlay /lib/modules overlay rw,relatime,lowerdir=/lib/modules,upperdir=/var/local/overlay/lib/modules,workdir=/var/local/overlay-work/lib/modules 0 0
    overlay /lib/firmware overlay rw,relatime,lowerdir=/lib/firmware,upperdir=/var/local/overlay/lib/firmware,workdir=/var/local/overlay-work/lib/firmware 0 0
    rootfs /mnt rootfs rw,size=32739196k,nr_inodes=8184799 0 0
    tmpfs /mnt/disks tmpfs rw,relatime,size=1024k 0 0
    tmpfs /mnt/remotes tmpfs rw,relatime,size=1024k 0 0
    nfsd /proc/fs/nfs nfsd rw,relatime 0 0
    nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
    tmpfs /tmp/EmbyRamScratch tmpfs rw,relatime,size=8388608k 0 0
    tmpfs /tmp/PlexRamScratch tmpfs rw,relatime,size=8388608k 0 0
    tmpfs /tmp/EmbyRamScratch tmpfs rw,relatime,size=8388608k 0 0
    tmpfs /tmp/PlexRamScratch tmpfs rw,relatime,size=8388608k 0 0
    /dev/mapper/md1 /mnt/disk1 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md2 /mnt/disk2 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md3 /mnt/disk3 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md4 /mnt/disk4 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md5 /mnt/disk5 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md6 /mnt/disk6 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md7 /mnt/disk7 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md8 /mnt/disk8 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md9 /mnt/disk9 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md10 /mnt/disk10 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md11 /mnt/disk11 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md12 /mnt/disk12 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md13 /mnt/disk13 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md14 /mnt/disk14 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md15 /mnt/disk15 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md17 /mnt/disk17 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md18 /mnt/disk18 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md19 /mnt/disk19 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md20 /mnt/disk20 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md21 /mnt/disk21 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/md22 /mnt/disk22 xfs rw,noatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/nvme0n1p1 /mnt/cache btrfs rw,noatime,ssd,space_cache=v2,subvolid=5,subvol=/ 0 0
    shfs /mnt/user0 fuse.shfs rw,nosuid,nodev,noatime,user_id=0,group_id=0,allow_other 0 0
    shfs /mnt/user fuse.shfs rw,nosuid,nodev,noatime,user_id=0,group_id=0,allow_other 0 0
    tmpfs /tmp/EmbyRamScratch tmpfs rw,relatime,size=8388608k 0 0
    tmpfs /tmp/PlexRamScratch tmpfs rw,relatime,size=8388608k 0 0
    /dev/loop2 /var/lib/docker btrfs rw,noatime,ssd,space_cache=v2,subvolid=5,subvol=/ 0 0
    /dev/loop2 /var/lib/docker/btrfs btrfs rw,noatime,ssd,space_cache=v2,subvolid=5,subvol=/ 0 0
    /dev/loop3 /etc/libvirt btrfs rw,noatime,ssd,space_cache=v2,subvolid=5,subvol=/ 0 0
    nsfs /var/run/docker/netns/default nsfs rw 0 0
    nsfs /var/run/docker/netns/af0ca5d48ca0 nsfs rw 0 0
    nsfs /var/run/docker/netns/c69b5061ae08 nsfs rw 0 0
    nsfs /var/run/docker/netns/a2eec510e8c2 nsfs rw 0 0
    nsfs /var/run/docker/netns/6d7e60f58521 nsfs rw 0 0
    nsfs /var/run/docker/netns/2f86374148d1 nsfs rw 0 0
    nsfs /var/run/docker/netns/08afabb265ec nsfs rw 0 0
    nsfs /var/run/docker/netns/e56b4af7f70b nsfs rw 0 0
    nsfs /var/run/docker/netns/c6f9f26bc3bc nsfs rw 0 0
    nsfs /var/run/docker/netns/bea51fff217e nsfs rw 0 0
    nsfs /var/run/docker/netns/d331e0d43b95 nsfs rw 0 0
    nsfs /var/run/docker/netns/fcc5d03ff157 nsfs rw 0 0
    nsfs /var/run/docker/netns/4942e60e1f4d nsfs rw 0 0
    nsfs /var/run/docker/netns/80bd94893048 nsfs rw 0 0
    nsfs /var/run/docker/netns/c2d0c3ca95d4 nsfs rw 0 0
    nsfs /var/run/docker/netns/0ed243b5f45c nsfs rw 0 0
    nsfs /var/run/docker/netns/a4af87ec6a28 nsfs rw 0 0
    nsfs /var/run/docker/netns/a43c3a83de47 nsfs rw 0 0
    /dev/mapper/SEED /mnt/disks/SEED xfs rw,noatime,nodiratime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    /dev/mapper/SEED_NEW /mnt/disks/SEED_NEW xfs rw,noatime,nodiratime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
    nsfs /var/run/docker/netns/5da03b4a5235 nsfs rw 0 0
    nsfs /var/run/docker/netns/f27c01f97146 nsfs rw 0 0
    nsfs /var/run/docker/netns/0596f205e063 nsfs rw 0 0
    nsfs /var/run/docker/netns/f5960a6c3a6b nsfs rw 0 0
    nsfs /var/run/docker/netns/78640e0fa51f nsfs rw 0 0
    nsfs /var/run/docker/netns/dec306ebfaa4 nsfs rw 0 0
    nsfs /var/run/docker/netns/2058a66d1423 nsfs rw 0 0

     

  10. 21 minutes ago, casperse said:

    Hi Big fan!

     

    I just added a new UAD drive that I wanted to replace with a new bigger drive

     

    Adding and mounting the drive was no problem

    I then ran the:

     

    rsync -avPX /mnt/disks/SEED/ /mnt/disks/SEED18

    Also did a update of any new files:

    rsync -auv /mnt/disks/SEED/ /mnt/disks/SEED18

     

     

    I then renamed the new drive to the old drive name and stopped and started the Array

    And now it looks like I have a partition on the new drive in the size of the old one?

    But it looked okay before the restart?

     

    image.thumb.png.7809e5f8ecf23bb85d6ea5e119124a13.png

     

    Also why does the FS for the format says "luks" ? before reboot it was "xfs,xfs"

     

    Removed the partition on the new drive and formattet id with XFS encrupt. did a reboote and now have the old drive with xfs, xfs again?

    image.thumb.png.b09d51199e6b0ff3279745f0fd1314c1.png

     

  11. Hi Big fan!

     

    I just added a new UAD drive that I wanted to replace with a new bigger drive

     

    Adding and mounting the drive was no problem

    I then ran the:

     

    rsync -avPX /mnt/disks/SEED/ /mnt/disks/SEED18

    Also did a update of any new files:

    rsync -auv /mnt/disks/SEED/ /mnt/disks/SEED18

     

    Quote

    Update: Did I miss a "/" on the old drive? did I copy the partition?

     

    I then renamed the new drive to the old drive name and stopped and started the Array

    And now it looks like I have a partition on the new drive in the size of the old one?

    But it looked okay before the restart?

     

    image.thumb.png.7809e5f8ecf23bb85d6ea5e119124a13.png

     

    Also why does the FS for the format says "luks" ? before reboot it was "xfs,xfs"

     

  12. Happy to hear you found a solution! 🙂

    No answers normally means that no one knows the answer to your question😞

     

    You are using Unraid as a baremetal for running a Synology NAS with 5 passthrough drives.

     

    My setup is much simpler just a small partition for the Synology apps 100G

    And a VM disc for some photo data that I can mirror to the Unraid drives as a backup

    So I can restore easily when a upgrade fails (Using the VM backup app)

  13. Hi Everyone

     

    I have for a very long time used my Quadro P2000 for my dockers (Shared between encoder needs) using passthrough and it works perfectly!

    But my CPU have a iGP but never managed to get it working with my VM's (Intel® Xeon® E-2176G CPU @ 3.70GHz)

     

    I have now read about allot of updates and I can see plugin support making it easier to see all IO and HW specs on Unraid

     

    What I am asking is there any "Easy" way to get the iGPU up in the list of passthrough HW on the VM configuration UI webpage?

    My usage would be to use the iGPU on a VM running adobe for some light video editing

     

    My Go file:

    image.png.0748f6d6d2f97c708455b132f5bf7949.png

     

    Do I need to remove the above lines for the iGPU in the GO file now?

     

    image.png.0004e1f83385c5c250ec70f798bf5b00.png

     

    Dont think I need to add anything to the global conf file?

    image.png.aae5a63e4d7fdcc206b8457d3448c0a6.png

     

    Again I did try to get this working some time ago (Years) but with all the improvements to Unraid it might work now?

    (Runing the latest and greatest version 6.9.2

     

    Cheers and thanks for all your valuable input and this great forum

     

     

     

     

     

  14. Update I tried this:

    server {
        listen 443 ssl;
        listen [::]:443 ssl;
    
        server_name maindomain.dk;
    
        include /config/nginx/ssl.conf;
    #   add_header X-Frame-Options "SAMEORIGIN" always; 
        add_header Strict-Transport-Security "max-age=15768000; includeSubDomians; preload;";
    
    
        client_max_body_size 0;
    
        location / {
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app nextcloud;
            set $upstream_port 443;
            set $upstream_proto https;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    
            proxy_max_temp_file_size 2048m;
        }
    
        # Make a regex exception for `/.well-known` so that clients can still
        # access it despite the existence of the regex rule
    	location ^~ /.well-known {
            location = /.well-known/carddav     { return 301 /remote.php/dav/; }
            location = /.well-known/caldav      { return 301 /remote.php/dav/; }
            # Anything else is dynamically handled by Nextcloud
            location ^~ /.well-known            { return 301 /index.php$uri; }
            try_files $uri $uri/ =404;
        }
    		
    }

     

    And I got it reduced to this last one:

    image.thumb.png.1b729e12b1da988d4ac2a37cd66b49cd.png

     

    To anyone finding this "webfinger" error

    Last error is related to cache (In chrome do the following) Open Dev Tools (F12), and while this is open right click on "normal" refresh button on your top left and select Empty cache and hard reload.

    And all us ok ;-)

    image.thumb.png.8f2b9f154f326e8d906f6cff5d3b7475.png

     

  15. Configuration change needed after latest Nextcloud update to Nextcloud 21.0.1

     

    Error message:

    image.thumb.png.e27f854ccb102e622c694cfd26f8ba97.png

     

    My existing configuration in Swag:

    
    server {
        listen 443 ssl;
        listen [::]:443 ssl;
    
        server_name maindomain.dk;
    
        include /config/nginx/ssl.conf;
    #   add_header X-Frame-Options "SAMEORIGIN" always; 
        add_header Strict-Transport-Security "max-age=15768000; includeSubDomians; preload;";
    
    
        client_max_body_size 0;
    
        location / {
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_app nextcloud;
            set $upstream_port 443;
            set $upstream_proto https;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    
            proxy_max_temp_file_size 2048m;
        }
    }

     

    I have found different solution on the net that I cant "translate" into my SWAG configuration file

     

    Quote

    To be more precise, I have added the following lines to my nginx config file:

        location = /.well-known/webfinger {
                rewrite ^/.well-known/webfinger /public.php?service=webfinger last;
        }
    
        location = /.well-known/nodeinfo {
                rewrite ^/.well-known/nodeinfo /public.php?service=nodeinfo last;
        }

     

    Or this one:

    location ^~ /.well-known {
            location = /.well-known/carddav     { return 301 /remote.php/dav/; }
            location = /.well-known/caldav      { return 301 /remote.php/dav/; }
            # Anything else is dynamically handled by Nextcloud
            location ^~ /.well-known            { return 301 /index.php$uri; }
            try_files $uri $uri/ =404;
        }

     

    If anyone have this working then it would be great if you could share your configuration file ;-)

  16. Hi All

     

    I hope someone can help me out?

     

    I have successfully had this running with Sonarr & Radarr but now I am moving it to another where the download path is different

    Is it possible to change the default /Data to /downloads/ looking at Sabnzd I can see that it says:

     

    image.png.06d060d7f3ee17e67ca1cfdc4fad995d.png

     

    And it would be easy to just change it in the Docker:

    image.png.7a40408a20eac452a2ba0f5d067135ae.png

     

    The reason I would like to change it is that I have a working setup "Remote Path Mappings"

    So I need for all download clients to look in the same defined path

    Hope this makes sence to some that might have the same setup?

     

     

     

     

  17. On 3/17/2021 at 5:36 PM, C-Fu said:

     

    YES! This is exactly what I wanted to do... but doesn't seem to work :(
     

    What I did:
    Did a vfio-bind of my dual realtek card

    image.thumb.png.ec374a49780db67485fd1c429110c05f.png

     

    Like so. then added two virtual MACs ending with 56 and 57.
    Didn't work. 

    Removed the virtual MACs.

    Didn't work.

     

    Can you share your xml?

     

    This is not the XML its the HW passthrough of the eth. - I didnt do any manuel editing I just crossed [X] of the 4 LAN in the UI (Nothing virtual, MAC etc clean passthrough of the HW)

    Space invader makes a great video on how to get this working

    (Sorry whole family have ben down with Corona so that's why I haven't replied before now 🙂)

     

     

    • Like 1
×
×
  • Create New...