Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

thatkookooguy

Members
  • Joined

  • Last visited

Everything posted by thatkookooguy

  1. In order to have the guest agent installed correctly, follow these steps: Go to <virtio_cd>\guest-agent and install the agent for your system Reboot the VM Open Device Manager (Start->Device Manager) For ANY unknown device (showing the little warning icon ⚠), right-click on it, Update Driver, Browse my computer for drivers Select the virtio_cd mounted CD drive and make sure Include subfolders is checked and click next. Windows should automatically find the correct driver and install it for you. For Linux (Bazzite specifically), this is what I did: Open a terminal write sudo rpm-ostree install qemu-guest-agent. if you get a message saying error: "qemu-guest-agent" is already provided...You can continue to the next step Write sudo systemctl enable --now qemu-guest-agent.service to start the service immediately and tell it to run on boot That's it! You should see a ...is added as a dependency... message
  2. I got tired of torrents getting stuck and my torrent queue not progressing at all. I created an n8n workflow to cycle through stuck torrents and see if any of them can be continued. This way, torrents should be downloaded eventually, even if at the bottom of the queue. Feel free to copy the workflow and use it on your own instances 🙏 Download Link: https://drive.google.com/drive/folders/18sLjnbMY7yBX4c3lf2mX59msq90FfXpN?usp=sharing
  3. This is how I added it (even though I just did it so I still need to see that it works as expected): Using Portainer Open portainer and open your local docker instance Click on stacks and then "add stack" Paste this docker compose definition: services: gabe565: image: ghcr.io/gabe565/castsponsorskip container_name: castsponsorskip network_mode: host restart: unless-stopped environment: - CSS_YOUTUBE_API_KEY=<API_KEY_HERE!> Click on "Deploy the stack" Using Command Line Open a new unraid terminal window paste the following code: docker run --network=host --name=castsponsorskip --restart unless-stopped -e CSS_YOUTUBE_API_KEY=<API_KEY_HERE!> ghcr.io/gabe565/castsponsorskip Some checks that I still need to verify Does it actually works and blocks sponsored on local network chromcasts? Does it work on devices connected through VPN with discovery? Does it work on devices connected through VPN with CSS_DEVICES (and adding the VPN device IP) Would love to get the answers to my questions. I'm starting to investigate this but if anyone wants to chime in, feel free 🙂

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.