Marzel

Members
  • Posts

    29
  • Joined

  • Last visited

Posts posted by Marzel

  1. As there where some owner chip changes for Remotely i now update the Links to the Repo and Docker Hub as well as the template. Every thing should be now update to date int the App Store.

     

    About the problem with the First Account, i can just Quate the text from the Repo. I tested it today and it worked for me.

     

    Quote

    If this is the first run, create your account by clicking the Register button on the main page.

    • This account will be both the server admin and organization admin.
    • An organization is automatically created for the account.
      • Organizations are used to group together users, devices, and other data items into a single pool.
      • By default, only one organization can exist on a server.
      • The Register button will disappear.
      • People will no longer be able to create accounts on their own.
      • To allow self-registration, increase the MaxOrganizationCount or set it to -1 (see Configuration section).

     

    • Thanks 1
  2. Hello all

     

    I am using the "docker.io/library/postgres:14.5-alpine" image and the "dpage/pgadmin4:latest" image. Both images use their own users and so the rights of the created file in the appdata folder are also different from other images.

     

    My problem is that these file permissions are gone after each backup and the containers either do not start at all or only with errors. Why are the file permissions changed during backup and how can I disable this?

     

    Thanks Marzel

  3. After copying everything back it's now showing 141GB used. So your cp command @JorgeB did shrink the vdisk also, thank you for that.

     

    1 hour ago, trurl said:

    Why do you have 100G docker.img? That is several times too large. 20G is often more than enough. Have you had problems filling it?

    Yes I have reached the 20GB limit. Because of that i extended the docker.img and i have the disk space(1TB) so i thought, i will go with 100GB. But now it only uses 23GB of the 100GB.

  4. Hello together

    I updated my Unraid to 6.10.0-rc2 yesterday and so far everything looks good, only after the update my Prometheus and Grafana container did not start anymore. After some searching I found a solution for Prometheus and everything works again. Unfortunately I haven't found a solution for Grafana yet.

    Error message from the log:

     

    logger=sqlstore t=2022-02-03T09:50:10.37+0100 lvl=info msg="Connecting to DB" dbtype=sqlite3
    logger=migrator t=2022-02-03T09:50:10.38+0100 lvl=eror msg="failed to determine the status of alerting engine. Enable either legacy or unified alerting explicitly and try again" err="failed to verify if the 'alert' table exists: unable to open database file: permission denied"

     

    Does anyone have an idea or tip what this could be?

     

    Thanks

  5. On 1/27/2022 at 10:50 PM, Dreeas said:


    I also encountered this, any tips appriciated.
    Unraid 6.10 rc2.

     

    On 1/26/2022 at 6:51 PM, Jurak said:

    Really need some help on this. Any one able to assist me?

     

    On 1/25/2022 at 8:50 AM, schwabe93 said:

    Same Problem for me also.

    Unraid 6.10 rc2

     

    Hi

     

    i fixed it by changing the rights of the data folder in /appdata/prometheus

     

    chown -R 65534:65534 data

     

    Maybe that helps you guys also.

    • Like 1
    • Thanks 5
  6. On 10/8/2021 at 10:55 AM, ich777 said:

    Do you have CA Backup installed and do you backup your containers daily?

     

    If so please read the support thread for the PiHole Exporter especially the ATTENTION section.

     

    Yes i have CA Backup installed, but i run it weekly. I know what you mean but my PiHole is not a docker on the Unraid. 

     

    Since I created the post, the exporter runs through, I will continue to monitor this.;)

    Thanks anyway for the help.

    • Like 1
  7. 15 hours ago, rain3x said:

    For the life of me, I cannot get this running behind Nginx Proxy Manager. Does anybody happen to have a working setup behind NPM that they would be willing to share?

     

    I'm using NPM and it works for me. Do you get any Errors? Where are you stuck?

  8. Hi all,

     

    I have just updated my Remotly container. The update went through without any problems and my settings were not reset either.

     

    Files that are important:

     

    • appsettings.json

    The server will use this new file for reading/writing its settings, and it won't be overwritten by future upgrades.

    • Remotely.db

    By default, SQLite is used for the database.
    The "Remotely.db" database file is automatically created in the root folder of your site.

     

    Both files are now located in appdata/remotly by default.

     

    More info about the update can be found at Github.

  9. remotely.pngRemotely Docker Support Thread

    Application Name: Remotely

    Docker Hub: https://hub.docker.com/r/immybot/remotely

    Github: https://github.com/immense/Remotely

     

    Application Description: 

    Quote

    A remote control and remote scripting solution, built with .NET 6, Blazor, and SignalR Core.

     

    If you have any problems or questions, send me a message or write a post in this support thread.

     

    This is my first support thread, so if I have missed anything, please let me know.

     

    EDIT:

    Quote

    Immense Networks is the proud new owner of Remotely. We intend to keep Remotely fully open-source.

    I (Darren Kattan) had followed this project since the moment Jared shared it on r/msp years ago. While Jared was writing Remotely, we were writing our own tool for MSPs called ImmyBot, primarily focused on automation and software deployment. Jared and I had similar goals and he felt that we would be good custodians of the project.

    ImmyBot experienced explosive growth this year and we only have 4 developers which is why there hasn't been much activity here. We did a big push earlier this year to build an integration between Remotely and ImmyBot but ran into some technical challenges trying to keep only one agent on machines, but we don't want to cannibalize Remotely for the gain of ImmyBot. We want to keep Remotely fully operable as a standalone project. When we resume this initiate later this year, you will likely abstraction of the Remotely.Desktop code into a shared library that can be consumed by Remotely as well as other agents like ImmyBot.

     

    I have updated the links and the template. Also have a look at the repository, there are some explanations, among others how to create the first user.

  10. 1 hour ago, Cessquill said:

    For this, I have...

     

    
    proxy_set_header Host $host;
    proxy_set_header X-Forwarded-Proto $scheme;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_max_temp_file_size 16384m;
    client_max_body_size 0;

     ...in that field and it's working fine.  Can't remember much more about it though since I set it up once and haven't touched it since.

     

    i'm not a expert put i don't think that some of this would fix my problem. Anyways thank for posting.

     

    27 minutes ago, mgutt said:

    i tried a different redirect but that redirected to many. But that did the trick and fixed it also for me.

     

    Thank you.

  11. Hi everyone

     

    First of all, thank you to @knex666 for that Docker Template, for me it works really good.

     

    But I have two things that I would like to comment/ask. When i open the Overview Page in the Settings i get this:

     

    Quote

    There are some warnings regarding your setup.

    • Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation.
    • Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation.
    • Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it.

     

    For the caldav and carddav i could fix it by editing the .htaccess file in the Nextcloud folder.

     

    RewriteRule ^\.well-known/carddav https://sub.domain.tld/remote.php/dav/ [R=301,L]
    RewriteRule ^\.well-known/caldav https://sub.domain.tld/remote.php/dav/ [R=301,L]

     

    If I understand correctly, this will only remain until the next update is installed or? Is there another way to fix that permanently?

     

    For the php-imagick i didn't find a fix by now, any tips for that?

     

    Many thanks

    Marzel

  12. On 12/11/2020 at 8:46 AM, feins said:

    HI I had some issue as my Dynamix System Temp doesnt detect any Fan sensor.

     

     

    Fan Speed.PNG

    ts-s30-diagnostics-20201211-1545.zip 97.66 kB · 0 downloads

     

    I have the same like you, no fan sensor in the Dynamix System Temp. And i have no PWM Contoller in the Dynamix Auto Fan.


    Dose some one have a hint for me how to get it working? I also added a screenshot of my Mainboard and CPU.

     

    Thanks Marzel

    System.png

    System_AutoFan.png

    System_Temp.png

  13. i changed my ip range now to 10.2.x.x so that it should not be a problem any more. After that i tried the Provision again but same error.

     

    i also checked the avm link you sent and added the unraid.net and the complete hash.unraid.net to the "Host name exceptions:", then reboot the Fritz Box and again tried the Provision but no change, same error

     

  14. 192.168.x.x is now gone. I changed from 192.168.x.x to 20.2.x.x. and this is also the only rang i have in my network.

     

    The only DNS in my network is my Fritz!Box 6591.

     

    Yes the blanked ip is correct and i can access my unraid with it.

     

    PM with the xxxxxx.unraid.net is out.

  15. As you can see from my screenshots, Update DNS is grayed out and by clicking the Provision Button i get the error from the second screenshot. Diagnostics is attached.

     

    Can it be related to the USB stick? It is the same USB Stick as i used for the Test System, but cleared it and recreated it before using in the new System.

     

    Thank you for your Help

    Marzel

    Management_Access.png

    Provision.png

    jarvis-diagnostics-20201207-2149.zip