Masterwishx

Members
  • Posts

    805
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Masterwishx's Achievements

Collaborator

Collaborator (7/14)

73

Reputation

  1. can be imported by user script? to /import
  2. Sure, there is already exist backup script for flash drive that you can find I think in User Scipt topic...
  3. Yes, there are all your xml templates, if they deleted you can't get to container templates. Sorry not mentioned that seems they deleted.
  4. It's not issue with Folder View, you should check your flash drive for config/plugins/dockerMan/templates-user where container template xml files
  5. @jbartlett have strange benchmark result for Samsung 870 Evo 1TB : should be about 500+ Mb/s
  6. You can remove redisinsight binded folder in container if you want, but then will be no data saved after container updated
  7. 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.
  8. 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
  9. 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
  10. You need to change container port to 5540
  11. checked both https://hub.docker.com/r/oblakstudio/redisinsight and https://hub.docker.com/r/redis/redisinsight they working , can you post your docker config ?