1
0
mirror of https://github.com/Adam-Ant/media-server-in-a-box synced 2024-07-06 05:36:15 +00:00
media-server-in-a-box/Readme.md

12 lines
423 B
Markdown
Raw Permalink Normal View History

2016-09-08 23:40:46 +00:00
# Media Server in a box
2016-09-13 22:31:48 +00:00
A script and accompanying docker-compose file to go from a bare Docker install to a ready to be configured media server in seconds. Write up to follow.
**This Version uses a reverse proxy and requires DNS configuration**
2016-09-08 23:43:12 +00:00
## One liner to get started:
2016-09-08 23:52:34 +00:00
*Note: This needs to be run as root*
2016-09-13 22:31:48 +00:00
``` curl -sSL https://raw.githubusercontent.com/Adam-Ant/media-server-in-a-box/proxy/start.sh | bash ```