Community post
Set up a home server - plex
part1 - https://steemit.com/transmission/@alexjeon/set-up-a-home-server-transmission
What is plex - https://www.plex.tv
Execute docker container
- data volume is download directory of transmission
- you can get claim value from https://www.plex.tv/claim/
$ docker run -d --name=plex \
--restart=always \
--network=host \
-e TZ="Asia/Seoul" \
-e PLEX_CLAIM="your claim" \
-v /data/repository/docker_container/plex/config:/config \
-v /data/repository/docker_container/plex/transcode:/transcode \
-v /data/repository/docker_container/transmission/download/complete:/data \
plexinc/pms-docker
Connection
http://your ip or domain:32400/web
Replies (2)
Congratulations @alexjeon! You received a personal award!
Click here to view your Board of Honor
Do not miss the last post from @steemitboard:
Congratulations @alexjeon! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!