Masterwishx

Members
  • Posts

    805
  • Joined

  • Last visited

Everything posted by Masterwishx

  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 ?
  12. also we can use /data for persistent storage
  13. it seems https://hub.docker.com/r/redis/redisinsight also working now ... port 5540
  14. Do you have kernel trap on 6.12.9 with HDSentinel?
  15. Sure ,used it for some years .... in 6.12.9 have kernel trap for hdsentinel on boot
  16. checked No crash at boot without hdsentinel but still have ( kernel: ata3.00: Enabling discard_zeroes_data) in ssd disk log
  17. Also wrote message to the Author of the program about issue , maybe its related to new Linux Kernel ?!
  18. i didnt checked yet, only made one reboot but i think its becouse of it , but also found in forum here some issue related to samsung ssd 870 evo 1TB (kernel: ata3.00: Enabling discard_zeroes_data) Also found : this is my system_cache_ssd ZFS (where appdata, docker image in BTRS, etc ) disk log :
  19. After updated to version 6.12.9 from 6.12.8 had crash on boot : also in log every 5 min : " kernel: ata3.00: Enabling discard_zeroes_data" it seems because i run the script every 5 min for hdsentinel : `hdsentinel -r /mnt/user/HDSentinel/hdsreport.html -html` its reporting disks state like smartctl (https://www.hdsentinel.com/hard_disk_sentinel_linux.php) for i can see my all disk in Windows main machine in Hard Disk Sentinel... This issue wasn't happened in previous version of Unraid befor ...
  20. 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
  21. just started MinIO for S3 bucket and added share of array only (zfs) as data for it , is it better to use SSD cache only (ZFS) instead maybe ?