Skip to content

Instantly share code, notes, and snippets.

View Limych's full-sized avatar
💭
I may be slow to respond.

Andrey "Limych" Khrolenok Limych

💭
I may be slow to respond.
View GitHub Profile
@Limych
Limych / FreeNAS11 Media Stack.md
Created November 12, 2019 04:47 — forked from BernCarney/FreeNAS11 Media Stack.md
FreeNAS 11 - Jails setup for Plex, NGINX, PlexPy, Sonarr, Radarr, Jackett, Ombi, and Nzbget

FreeNAS 11 setup for Plex, PlexPy, Sonarr, Radarr, Jackett, NZBGet, Organizr, NGinx, and Ombi

I am currently working on updating this guide after updating my media server. I have added notes on things I no longer use but may update those sections in the future for users who still use them. As of now, I have everything working with the exception of Ombi and the plugins I no longer use.

@Limych
Limych / install-supervised-hass-on-coreelec.bash
Last active April 22, 2023 21:10 — forked from juvenn/install.sh
Home Assistant Supervisor on Coreelec 20.x
#!/usr/bin/env bash
set -e
function info { echo -e "\e[32m[info] $*\e[39m"; }
function warn { echo -e "\e[33m[warn] $*\e[39m"; }
function error { echo -e "\e[31m[error] $*\e[39m"; exit 1; }
ARCH=$(uname -m)
# Check env