Skip to content

Instantly share code, notes, and snippets.

View fritolays's full-sized avatar

fritolays fritolays

  • Great White North
View GitHub Profile
@fritolays
fritolays / blocklists.synology.sh
Last active May 30, 2018 02:41 — forked from gregwym/blocklists.synology.sh
Enable and update blocklists for Synology Download Station
#!/bin/sh
# Script for blocking IP's
# Set path
cd /var/packages/DownloadStation/etc/download/blocklists
# Permissions
chmod 777 ../settings.json
# Edit config file (block)
@fritolays
fritolays / chat-overlay.css
Created February 23, 2021 19:50 — forked from openfirmware/chat-overlay.css
CSS for OBS chat overlay
/**
* https://www.twitch.tv/popout/openfirmware/chat?darkpopout
*
* General Settings
*/
body {
color: #FFFFFF;
background: rgba(0,0,0,0) !important;
}
@fritolays
fritolays / mover_tuning_exclusions.sh
Last active March 11, 2024 15:35
This script enables the Mover Tuning plugin for Unraid to be able to exclude files and/or folders.
#!/bin/bash
# (https://forums.unraid.net/topic/70783-plugin-mover-tuning/)
# This script enables the Mover Tuning plugin for Unraid to be able to exclude files and/or folders.
# Script activity can be viewed in Unraid's system log (Tools -> System Log).
# First, it reads lists of directories and files from provided text files.
# Then, it converts any Windows line endings to Unix line endings in these lists.
# Next, it checks if the paths listed in the files are valid directories or files.
# Finally, valid file and directory paths are compiled into a single output file for use by the Mover Tuning plugin.
@fritolays
fritolays / 0-piler_docker_on_unraid.md
Last active June 13, 2024 23:21
Modification of the piler (mailpiler) docker-compose for use with Unraid and Compose Manager Plugin