Jump to content

blaine07

Members
  • Posts

    772
  • Joined

  • Last visited

Posts posted by blaine07

  1. 2 minutes ago, A75G said:

    Try adding DB_NAME variable with each databases you have for example: nextcloud,authelia,freshrss,mysql

    Is their not a way to define "all"? (I don't even know names of all the DBs on the MariaDB server it's backing up LOL). I know before version 3.3.2 I was on V2.12.0. On 2.12.0 "backup-now" just grabbed them all. Not sure why that functionality would be depreciated?

     

    (thank you, for the reply!)

  2. I realize that after container has been created this process may vary slightly but is there a way to connect this container to multiple networks?

    There’s a different version of NPM floating around and it supports such. Does this container support it too? If so, how does one set it up after container has already been created? Does the —net flag still need passed through?

    For reference, this is other container, but wondering if this is applicable to this container too:

    aa14866c0e137f4b3409173ec81476f2.png

  3. 3 hours ago, Tolete said:

     

    post updated. new config

    Is this new config supposed to make /admin not available outside LAN? I can't find any difference between what you initially posted for "Admin" and the new admin config?

     

    Also, on bottom of Edit Proxy Host on NPM it says: 

     

     Please note, that any add_header or set_header directives added here will not be used by nginx. You will have to add a custom location '/' and add the header in the custom config there.

     

    The config you have shared includes proxy set header directives? It says they wont work?

  4. 3 minutes ago, Tolete said:

     

    see updated post.

    See my post above about admin panel.

     

    Does this: 

    # Admin Console websocket
    location ^~ /lool/adminws {
      proxy_set_header Upgrade $http_upgrade;
      proxy_set_header Connection "upgrade";
      proxy_http_version 1.1;
      proxy_pass $forward_scheme://$server:$port;
      proxy_set_header Host $http_host;
      proxy_read_timeout 36000s;
    }

     

    need to change because admin URL changed?

     

    EDIT: also, using above, is there a way to make the ADMIN page only accessible internally and not at all outside LAN?

     

     

  5. 3 hours ago, Tolete said:
    took a second look at this got it up and running.
    ncstatus.png.cace2b6a27d52ddaa58f8ba50c259141.png
     
    steps i took--
     
    reinstall/enable 'Nextcloud Office' (5.0.3) app.
     
    ncoffice.png.3d22fb04911f77709ae576dde5bd9041.png
     
    Collabora (latest)- 
    edit container and remove the 'Domain' Variable.
    add  new Variable
    nxc1.png.d6c35fe4d9f0744005ee1a642ca9e0ae.png
    save.
     
    in NginxProxyManager-
    specify https protocol and the server host/ip and port 9980. Also enable Websockets Support.
    On the SSL tab select a new certificate, enable HTTP/2.
    nxp.png.b7c07e8b860bfb953e86aa25ae067516.png
     
    On the Advanced tab, enter:
    # static fileslocation ^~ /loleaflet { proxy_pass $forward_scheme://$server:$port; proxy_set_header Host $http_host;}# WOPI discovery URLlocation ^~ /hosting/discovery { proxy_pass $forward_scheme://$server:$port; proxy_set_header Host $http_host;}# main websocketlocation ~ ^/lool/(.*)/ws$ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_http_version 1.1; proxy_pass $forward_scheme://$server:$port; proxy_set_header Host $http_host; proxy_read_timeout 36000s;}# download, presentation and image uploadlocation ~ ^/lool { proxy_pass $forward_scheme://$server:$port; proxy_set_header Host $http_host;}# Admin Console websocketlocation ^~ /lool/adminws { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_http_version 1.1; proxy_pass $forward_scheme://$server:$port; proxy_set_header Host $http_host; proxy_read_timeout 36000s;}
     

     
    save and test.


    Your pic shows “alliasgroup1”

    Should it be as shown or “aliasgroup1” with ONE “l”?

     

    edit: weird it only does work with TWO “l”. I don’t understand; I don’t see it expressed as anywhere with “alliasgroup” so don’t understand why that works. 🤦🏼‍♂️

  6. 15 minutes ago, Tolete said:

    took a second look at this got it up and running.

    ncstatus.png.cace2b6a27d52ddaa58f8ba50c259141.png

     

    steps i took--

     

    reinstall/enable 'Nextcloud Office' (5.0.3) app.

     

    ncoffice.png.3d22fb04911f77709ae576dde5bd9041.png

     

    Collabora (latest)- 

    edit container and remove the 'Domain' Variable.

    add  new Variable

    nxc1.png.d6c35fe4d9f0744005ee1a642ca9e0ae.png

    save.

     

    in NginxProxyManager-

    specify https protocol and the server host/ip and port 9980. Also enable Websockets Support.

    On the SSL tab select a new certificate, enable HTTP/2.

    nxp.png.b7c07e8b860bfb953e86aa25ae067516.png

     

    On the Advanced tab, enter:

    # static files
    location ^~ /loleaflet {
      proxy_pass $forward_scheme://$server:$port;
      proxy_set_header Host $http_host;
    }
    
    # WOPI discovery URL
    location ^~ /hosting/discovery {
      proxy_pass $forward_scheme://$server:$port;
      proxy_set_header Host $http_host;
    }
    
    # main websocket
    location ~ ^/lool/(.*)/ws$ {
      proxy_set_header Upgrade $http_upgrade;
      proxy_set_header Connection "upgrade";
      proxy_http_version 1.1;
      proxy_pass $forward_scheme://$server:$port;
      proxy_set_header Host $http_host;
      proxy_read_timeout 36000s;
    }
    
    # download, presentation and image upload
    location ~ ^/lool {
      proxy_pass $forward_scheme://$server:$port;
      proxy_set_header Host $http_host;
    }
    
    # Admin Console websocket
    location ^~ /lool/adminws {
      proxy_set_header Upgrade $http_upgrade;
      proxy_set_header Connection "upgrade";
      proxy_http_version 1.1;
      proxy_pass $forward_scheme://$server:$port;
      proxy_set_header Host $http_host;
      proxy_read_timeout 36000s;
    }

     

    save and test.

    Is that with “latest” version of Collabora? Thank you!

  7. I don’t think I have this fully correct but if I’m reading right…it would look something like this.

    Take pictures of your current setup so you can roll back— I am NOT confident I have the “key” right in ENV VARIABLE.

    Domain variable isn’t used/goes away. You’d delete this variable:

    2e04c9232411faaf1194a9c46403488d.jpg


    Then you would ADD this with the domain of your Nextcloud server:
    b45cfcbfb1d631fcb2bf77bf750baece.jpg

    Then you’d be able to upgrade to new version of Collabora. I’m still on 21.11.2.4.1 here; if I get time later I’ll play with above.

  8. What version of Nextcloud and Collabora are you all seeing this on? My Collabora is quite a few versions behind because every update had issues…

    Instructions you guys post say add ENV variable(to Collabora container) with host of where Nextcloud would live. Has anyone tried doing what it says?

  9. How to solve these kind of "504 Gateway Time-out" issue when using the updater? I have to click Retry many times before it will go through (I am assuming it is getting interrupted and then resuming each time I do Retry). I am now stuck at Create Backup. 

    I would recommend, in future, following the manual update instructions in OP. I’ve never had any success using Nextcloud’s updates. I don’t have recommendations on moving forward from your current state. If you have a functional backup I’d restore and manually upgrade.
  10. 3 hours ago, greenflash24 said:

    I am experiencing similar kind of issues after switching from macvlan to ipvlan, which i have mentioned here: 

     

    @blaine07 May I ask you how you have resolved those issues?

     

    Sure.

     

    I used to have everything with STATIC IP in pfSense. When I converted to IPVLAN stuff was all borked. In DHCP Server>One of the listings for something on IPVLAN had to UNCHECK "Create an ARP Table Static Entry for this MAC & IP Address pair" AND remove the MAC ADDRESS for the items setup with IPVLAN. You can keep static entry; just have to uncheck THAT specific box.

     

    Here is a example for something I have a static IP on:

    link.thumb.jpg.f4b1e041deb947930a63829c94b782b0.jpg

     

    Hopefully this makes some sense. 🙂

     

    • Like 1
  11. On 2/11/2022 at 5:46 AM, MorgothCreator said:

    I moved the Zoneminder from Unraid to Synology DSM on a DS1815+ box, I believe that is the best package, I see that you stop the support to 1.34, anyway, thank you for the work you put in to create the package, is working fine with 3.5GB of total RAM used and nine 1080p pass through cameras :D

     

    I will always be afraid to upgrade it, due to database corruption, but don't care, never upgrade :D, has all I need.

     

    Excellent work.


    Speaking of upgrade… in Unraid I have been ignoring its beckons for me to update it for a few weeks. Anyone have any idea If update is solid and or what update addresses?

×
×
  • Create New...