Containerized setup for downloading and sharing media.
- https://www.giganews.com -- NZB access +VPN
- https://nzbfinder.ws/ -- NZB search
Everything is root
-owned and all services run as root
. Anything other than
Preprocessing library for kpf-0.1.0.. | |
Building library for kpf-0.1.0.. | |
[6 of 6] Compiling Hask.Functor.Compose ( Hask/Functor/Compose.hs, dist/build/Hask/Functor/Compose.o ) | |
Hask/Functor/Compose.hs:21:10: error: | |
• solveWanteds: too many iterations (limit = 4) | |
Unsolved: WC {wc_simple = | |
[D] _ {0}:: Category s0 (CDictCan) | |
[D] _ {0}:: Category s0 (CDictCan) | |
[D] _ {0}:: Category s0 (CDictCan) |
{-# LANGUAGE TemplateHaskell #-} | |
{-# LANGUAGE LambdaCase #-} | |
-- | Print out the values of all names bound by statments, | |
-- either x <- y, or let x = y in a do-expression. | |
-- | |
-- * Enable {-# LANGUAGE TemplateHaskell #-} in your module. | |
-- * Import Debug.Do | |
-- * Prefix bindings with _ to ignore them e.g. _foo. | |
-- |
dependencies: | |
cache_directories: | |
- "~/.stack" | |
pre: | |
- wget https://github.com/commercialhaskell/stack/releases/download/v0.1.6.0/stack-0.1.6.0-linux-x86_64.tar.gz -O /tmp/stack.tar.gz | |
- tar xvzOf /tmp/stack.tar.gz stack-0.1.6.0-linux-x86_64/stack > /tmp/stack | |
- chmod +x /tmp/stack && sudo mv /tmp/stack /usr/bin/stack | |
override: | |
- stack setup | |
- stack build --dependencies-only --test |
Containerized setup for downloading and sharing media.
Everything is root
-owned and all services run as root
. Anything other than