arturovf

Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by arturovf

  1. On 5/1/2023 at 7:07 AM, standin000 said:

     

    you can use docker's macvlan bridge network card custom:br0, so your server will got a IP from router like unraid.

    yeah I have set it up that way, that's not the issue, turns out it was an unraid bug, which could be resolved from a simple script to launch every array start 

  2. On 8/7/2021 at 2:54 PM, jonp said:

    The reason it isn't on this list for this poll is for reasons that might not be so obvious. As it stands today, there are really 3 ways to do snapshots on Unraid today (maybe more ;-). One is using btrfs snapshots at the filesystem layer. Another is using simple reflink copies which still relies upon btrfs. Another still is using the tools built into QEMU to do this. Each method has pros and cons. 

     

    The qemu method is universal as it works on every filesystem we support because it isn't filesystem dependent. Unfortunately it also performs incredibly slow.

     

    Btrfs snapshots are really great, but you have to first define subvolumes to use them. It also relies on the fact that the underlying storage is formatted with btrfs. 

     

    Reflink copies are really easy because they are essentially a smart copy command (just add --reflink to the end of any cp command). Still requires the source/destination to be on btrfs, but it's super fast, storage efficient, and doesn't even require you to have subvolumes defined to make use of it.

     

    And with the potential for ZFS, we have yet another option as it too supports snapshots!

     

    There are other challenges with snapshots as well, so it's a tougher nut to crack than some other features. Doesn't mean it's not on the roadmap ;-)

    Maybe there are multiple possible ways to make them, but none of it is baked in the GUI for easy and painless way to do it

  3. On 10/27/2021 at 4:55 PM, rharvey said:

    As most know if they still use Krusader in a Docker it's pretty much dead now and not supported.  Does anyone have suggestions on a replacement, thanks....

    I use container by @ich777 everyday and it works great

    • Thanks 2
  4. On 3/20/2022 at 1:44 PM, banter said:

    Hey everyone! So I just spent the past two days trying to get Only Office set-up and my gosh did I run into hiccups!! Anyway, I got it figured out after piecing together a number of different tutorials (thank you @SpaceInvaderOne!!!) and scrolling through the forums. I am no expert and do not take any credit for this but want people to have a one stop shop to the solutions to the problems I ran into.

     

    So I first want to say that I setup Nextcloud using @SpaceInvaderOne’s newest tutorials. So I am using linuxserver’s Swag and Nextcloud containers.

     

    I then went and followed @SpaceInvaderOne’s video on how to install OnlyOffice.

     

     

     

     

    Minor Changes throughout the video

    1. When you install the OnlyOfficeDocumentServer you will want to use Siwat2545’s docker and change the repository to “onlyoffice/documentserver:6.0”. This will install an older version of the OnlyOfficeDocumentServer. Follow all the other steps in the video for this section.
    2. You will change the scripts from “letsencrypt” to “swag” when copying the certs (this is if you are using swag)
    3. At the config file section you will want to download the file from the video and make the necessary changes that he goes over (make sure you establish a cname on cloudflare directing to whatever subdomain you use). What I also had to do different was delete “proxy_redirect off;” from the file. I then followed the rest of that tutorial. You can check to see if the OnlyOfficeDocumentServer is up and running properly through Swag by typing whatever subdomain and domain you linked it to into your browser. It should take you to the Only Office page that congratulates you on setting it up.
    4. After this I went to Nextcloud and tried to link my subdomain.domain within the ONLYOFFICE app and got this error (Error when trying to connect (Not supported version)(version 6.0.2.5)).
    5. You will need to downgrade your ONLYOFFICE app. To do this you will need to disable and uninstall the application from your Nextcloud. Then follow the step in this link. https://help.nextcloud.com/t/error-after-upgrading-app/126540/17
    6. At step 5 I used @sonic6's suggestion and used these instead. 

      find ./onlyoffice -type d -exec chmod 0750 {} \;

      find ./onlyoffice -type f -exec chmod 0640 {} \;

       

    So after doing all of this I got OnlyOffice working and I hope it does for you too. I am no expert so maybe there is a better way of doing this. I also hope people can understand my steps lol. Good luck!

     

     

     

     

    thank you for the instructions, what did it for me was to install version 6.0, latest branch would result in error 400

  5. 10 hours ago, arturovf said:

    Unfortunately no, at first it works but after a short minutes of using it (login off and trying to log on again) it crashes nginx entirely.  (Other reverse proxy sites stops working as well)

    Manage to narrow it to fail2ban banning me 😮 

     

    When hitting the Mattermost login screen I got some 401 lines on Nginx unauthorized logs which triggers fail2ban ban:

    REMOTE_IP - - [23/Feb/2022:22:49:20 -0600] "GET /plugins/playbooks/api/v0/settings HTTP/2.0" 401 15 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15"
    REMOTE_IP - - [23/Feb/2022:22:49:20 -0600] "GET /plugins/playbooks/api/v0/bot/connect HTTP/2.0" 401 15 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15"
    REMOTE_IP - - [23/Feb/2022:22:49:20 -0600] "GET /api/v4/teams?page=0&per_page=200&include_total_count=false&exclude_policy_constrained=false HTTP/2.0" 401 202 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15"
    REMOTE_IP - - [23/Feb/2022:22:49:20 -0600] "GET /api/v4/analytics/old?name=standard&team_id= HTTP/2.0" 401 202 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15"

    Does anybody have a clue what might be happening?

     

    This is my config according to a fellow user @Heciruam and mattermost documentation (https://docs.mattermost.com/install/config-ssl-http2-nginx.html)

    upstream backend {
        server 192.168.52.182:8065;
        keepalive 32;
        }
    
    proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=mattermost_cache:10m max_size=3g inactive=120m use_temp_path=off;
    
    server {
       listen 80;
       server_name board.*;
       return 301 https://$host$request_uri;
    }
    
    server {
       listen 443 ssl;
    
       server_name    board.*;
       
        
    
        location ~ /api/v[0-9]+/(users/)?websocket$ {
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
            client_max_body_size 50M;
            proxy_set_header Host $http_host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header X-Frame-Options SAMEORIGIN;
            proxy_buffers 256 16k;
            proxy_buffer_size 16k;
            client_body_timeout 60;
            send_timeout 300;
            lingering_timeout 5;
            proxy_connect_timeout 90;
            proxy_send_timeout 300;
            proxy_read_timeout 90s;
            proxy_pass http://backend;
        }
    
        location / {
            client_max_body_size 50M;
            proxy_set_header Connection "";
            proxy_set_header Host $http_host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header X-Frame-Options SAMEORIGIN;
            proxy_buffers 256 16k;
            proxy_buffer_size 16k;
            proxy_read_timeout 600s;
            proxy_cache mattermost_cache;
            proxy_cache_revalidate on;
            proxy_cache_min_uses 2;
            proxy_cache_use_stale timeout;
            proxy_cache_lock on;
            proxy_http_version 1.1;
            proxy_pass http://backend;
        }
    }

     

  6. On 2/2/2022 at 10:13 AM, spacezmonkey said:

    Hello , I am trying to install mattermost, but the docker does not startup. I am getting the following error. 

    image.png.493070885f3ede84283239ce85f28837.png

    Installed Mattermost today and encounter same problem, I had to chmod -R 777 mattermost appdata folder and reinstall container.

  7. I too have this problem.  When using pihole/adguard with his own IP, homebridge can't communicate with that IP for some reason.  (EHOSTUNREACH error).  Would be great to know in detail what dnsmasq is used for to know what functionality do we lose if disabled?  Or If anybody have a clue why I cannot reach PiHole/adguard ip from inside docker (homebridge)?

  8. 7 hours ago, DancingShinryu said:

    Who exactly is spreading false info and I never once said the plug-in doesn’t work. I explained how it affects me, so before you tell someone  off for spreading false information, get the facts correct and quote the specific comment. Me stating “I just need to get the system to recognise the fan controller” does not indicate that the app does not work. Nor is it spreading false information. 

    Did I said it was you? I didn't, if you feel like I said that to you I apologize I wasn't referring to you, I did quote the post early in my first post.

  9. 7 hours ago, DancingShinryu said:

    If I could just get the system to recognise the motherboard controller, it would save much hassles. 

    I know the problem is sensors are not getting detected, but stating that linux can't control fans and that the plugin is only to provide info to the dashboard is just spreading false info, and discouraging other users.  I have an Intel board and it was easy to get it done and even when I upgraded to a newer MB they continued working just fine.

  10. On 1/15/2022 at 11:04 PM, devnet said:

    This is usually done with a hardware fan controller inside your motherboard or installed separately.  The fan speed is not something controlled by the operating system in Linux (usually...there are specific use cases when a vendor provides a Linux installer for some fan controllers...those are rare and often times are for gaming).

     

    The plugin you installed is just to provide information to the dashboard of unraid (and bottom panel when loading into admin area).  It doesn't provide control for the fans themselves.

    Are you sure about this? because I can control my fans based on HDD temperature just fine with that plugin