Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.
/ MiCloud Public archive

Personal Server with Pihole, DNS, Plex & Transmission

License

Notifications You must be signed in to change notification settings

Sut3kh/MiCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

  • Install docker-compose, run docker-compose up -d

Test

Get the IP of the bridged network adapter:

ip=$(
  docker-machine ssh MiCloud \
    ip -4 addr show dev eth2 scope global | sed 's#/.*##' |
      grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}'\
)

Test DNS

dig @$ip google.com

TODO

About

Personal Server with Pihole, DNS, Plex & Transmission

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published