Skip to content

mccw/htpc

Repository files navigation

htpc

HTPC Stuffs

I'm currently running Emby directly on a Pasberry Pi 4 4GB host and the following applications in Docker CE via linux containers.

Application Version Branch
Linux pi01 5.15.84-v8+ #1613 aarch64
Docker CE 20.10.23, build 7155243 Latest

Deploy three stacks using docker-compose

HTPC

prowlarr
radarr
SABnzbd
sonarr

Run this command to deploy the htpc stack

docker-compose -p htpc -f htpc_pi.yml up -d --remove-orphans


NextCloud

mariadb
NextCloud
redis

Run this command to deploy the nextcloud stack

docker-compose -p nextcloud -f nextcloud_pi.yml up -d --remove-orphans


Utilities

ddclient
heimdall
ombi
portainer
traefik

Run this command to deploy the utility stack

docker-compose -p utilities -f utilities_pi.yml up -d --remove-orphans


TODO

About

HTPC Stuffs

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published