Masterwishx

Members
  • Posts

    803
  • Joined

  • Last visited

Posts posted by Masterwishx

  1. 33 minutes ago, sasbro97 said:

    I can recommend to write your own backup script with user scripts for the folder where the XML templates and everything regarding FolderView is saved. If your folder structure will be deleted you can restore it. That saved me.

     

    Sure, there is already exist backup script for flash drive that you can find I think in User Scipt topic... 

  2. 11 hours ago, Sebby said:

    Or you mean they are based off that and now all my templates have been somehow deleted?

     

    Yes, there are all your xml templates, if they deleted you can't get to container templates. 

    Sorry not mentioned that seems they deleted. 

    • Like 1
  3. 17 minutes ago, Sebby said:

    Nearly all of my containers name have gone white and unclickable

     

    It's not issue with Folder View, you should check your flash drive for config/plugins/dockerMan/templates-user where container template xml files

  4. On 2/10/2024 at 7:06 AM, tjb_altf4 said:

    Just a heads up, I noticed the default tag set in this template is "master", but Loki moved over to the more PC term "main" 2 years ago.
    This means the default tag will load a 2 year old version of Loki, which is insecure and will likely have compatibility issues.

     

    we can use 

    latest

    also ...

  5. Support thread for masterwishx/browserless-v2   playwright-chrome  -  browserless/chromium ghcr.io image. 

     

    browserless is a web-service that allows for remote clients to connect, drive, and execute headless work; all inside of docker. It offers first-class integrations for puppeteer, playwright, selenium's webdriver, and a slew of handy REST APIs for doing more common work. On top of all that it takes care of other common issues such as missing system-fonts, missing external libraries, and performance improvements. We even handle edge-cases like downloading files, managing sessions, and have a fully-fledged documentation site.

    If you've been struggling to get Chrome up and running docker, or scaling out your headless workloads, then browserless was built for you.

     

    This docker is needed for changedetection.io  , you can find it in Ca Apps .  its like Distill.io tool .

    more read here https://github.com/dgtlmoon/changedetection.io/wiki/Fetching-pages-with-WebDriver

    and here https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher

     

    https://docs.browserless.io/Docker/docker-quickstart

     

    add this var to after install to your changedetection.io:

     

    PLAYWRIGHT_DRIVER_URL=ws://yourIP:yourPORT/chromium?token=yourtoken&launch={"defaultViewport":{"height":1080,"width":1920},"headless":false,"stealth":true}&blockAds=true

     

    Browserless-v2 is designed to always require a token. This means that, if you don't pass a TOKEN env variable, a randomly generated token will be set.

  6. Support thread for masterwishx - RedisInsight redis/redisinsight docker image.

     

    Take your productivity to the next level when developing with Redis or Redis Stack! Use RedisInsight to visualize and optimize Redis data. A powerful desktop manager, RedisInsight provides an intuitive and efficient UI for Redis and Redis Stack and supports CLI interaction in a fully-featured desktop UI client.

     

    https://redis.com/redis-enterprise/redis-insight/

     

    https://hub.docker.com/r/redis/redisinsight

  7. 1 hour ago, Krolitian said:

    Figured out you have to edit it in advanced view, all issues fixed!

    Edited 1 hour ago by Krolitian

     

    Yes, always use advanced view, webui should be same as container port, so both 5540.

    so if you set host port to 5645 for example, unraid will auto redirect to container port. So you go to Webui 192.168.0.199:5645

  8. On 10/14/2023 at 2:26 PM, ArxKnight said:

    Did you or anyone manage to find out how we can install this via the terminal or a docker container? I would really like to install this.

     

    Sure ,used it for some years .... in 6.12.9 have kernel trap for hdsentinel on boot

  9. Have error when trying to mount s3 Minio bucket to /media/Backups/.../... :  

     

    ERROR : rc: "mount/mount": error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH

     

  10. On 3/13/2024 at 1:28 PM, Didstopia said:

     

    The Minio container image still works fine, you just have to ensure that your data is on the main data array/pool and NOT on the cache pool. This is simply because Minio no longer works on BTRFS.
    The easiest fix is to create one or more array-only shares and use those instead, while of course also moving the data from the cache to the array, if necessary.

    See here for more information: https://github.com/minio/minio/issues/19181

     

    i want to try minio , so if i have cache in zfs i can use it ? 

    or only array share without cache ? xfs is OK or array share must be zfs also ?

  11. 15 minutes ago, Kilrah said:

    Easy to check, do what they say to power it off, then plug it back in... if it stays off until you manually turn it back on that's what would happen on a power loss if it was off.

     

    11 minutes ago, Rysz said:

    That's actually a very good idea for a simulation test. So basically shutdown everything, turn off UPS completely by button (not standby), remove mains power cable, wait a minute or two, reconnect mains power cable and see what happens (if it turns on).

     

    Thanks i will try it , i  was using it by button before , just not sure how it was working then

    only today i enabled (Disable UPS Power after Shutdown=yes) ,and its already working fine ...

    just wanted to check this moment of stanby, so i think its really needs to be in standby for it can power on again when power return to normal...

     

    • Like 1