Automate exact release search with Prowlarr If you are determined to find very particular releases, this script based on Prowlarr API will help you.
Export your Docker compose files and structure This useful command exports all the docker-compose.yaml files from a folder to another while keeping the tree structure.
Audit all your docker-compose.yml files If you would like to check if the timezones are correctly setup in all your docker.compose.yml files or just want to list all values of a certain property (subnet, PUID, PGID, ...)
Get notified on Discord about UniFi devices with available firmware upgrade This script uses your UniFi controller API to get firmware available upgrades and push notification for each device on Discord. It can be run as a daily cron job and adapted to any notification app.
How to mount an encrypted Google Drive folder with rclone The objective of this tutorial is to mount a folder on your server to store content without thinking about storage capacity. Everything on this folder is going to be, on the fly, encrypted and pushed to Google Drive. It comes also with caching!
List all Docker containers without healthcheck List and find all Docker containers without an healthcheck
List all Docker containers without a specific label List and find containers without a specific label
Convert all ASS subtitles to SRT for all mkv in a folder This script will create a copy of your mkv files with all subtitles tracks in ASS converted to SRT
Archive data via rclone limiting the bandwidth This rsync command will archive one folder to another without consuming more than 5MB/s of your bandwith
Get the IP address of your Docker containers Have you ever looked for the local network IP address of one of your Docker container? Trying to connect to it from another one?