Skip to content

Instantly share code, notes, and snippets.

View avatasia's full-sized avatar

https://github.com/settings/admin avatasia

View GitHub Profile
@avatasia
avatasia / docker-compose.yml
Created January 20, 2024 10:28 — forked from Webreaper/docker-compose.yml
Sample Docker-compose file which shows how to set up Sonarr, Radarr, Prowlarr, Lidarr, QBittorrent and a VPN container so that all all traffic from the containers is routed through the VPN. Also includes Plex and get_iplayer containers, which are not routed through the VPN.
# Docker compose to set up containers for all services you need:
# VPN
# Sonarr, Radarr, Lidarr, Qbittorrent
# Non-VPN
# Plex, get_iplayer
# Before running docker-compose, you should pre-create all of the following folders.
# Folders for Docker State:
# /volume1/dockerdata. - root where this docker-compose.yml should live
# /volume1/dockerdata/plex - Plex config and DB
# /volume1/dockerdata/sonarr - Sonarr config and DB
@avatasia
avatasia / graphite.md
Created February 16, 2017 13:49 — forked from relaxdiego/graphite.md
Installing Graphite in OS X Mavericks

Follow these steps to install graphite on OS X Mavericks.

Prerequisites

  • Homebrew
  • Python 2.7
  • Git

Install dependencies

Install Cairo and friends

@avatasia
avatasia / gist:7925376
Created December 12, 2013 09:31
sencha touch git ignore
# .gitignore file for Sencha Touch 2.1.x projects generated using the Sencha Cmd command line tool
# Build and Release Folders
archive/
build/
# sass cache folder
resources/sass/.sass-cache/
@avatasia
avatasia / commonlong.log4net.config
Created April 8, 2013 02:10
commonlog.log4net config
<configSections>
<sectionGroup name="common">
<!--1.此Adapter只输出到控制台-->
<section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />
</sectionGroup>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
<common>
<logging>
<!--1.此Adapter只输出到控制台-->