Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piffall/mediatomb-docker
Mediatom docker container
https://github.com/piffall/mediatomb-docker
Last synced: 12 days ago
JSON representation
Mediatom docker container
- Host: GitHub
- URL: https://github.com/piffall/mediatomb-docker
- Owner: piffall
- Created: 2016-03-05T11:34:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T16:39:17.000Z (over 8 years ago)
- Last Synced: 2024-11-08T02:37:37.223Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mediatomb docker
Mediatomb package is missing in Debian 8.x. So get it working on a Docker container.
## Build image
```bash
sudo make
```## Start image as a new container
```bash
sudo sh run.sh # Edit this script to mount your media directories inside container.
```## Start and stop container
```bash
sudo docker start mediatomb
sudo docker stop mediatomb
```## Systemd (to start up on boot)
### Enable as service
```bash
sudo cp ~/mediatomb-docker/mediatomb.service /lib/systemd/system/
sudo systemctl daemon-reload
sudo systemctl start mediatomb.service
sudo systemctl enable mediatomb.service
```### Start and stop
````bash
sudo service mediatomb start
sudo service mediatomb stop
```## Access mediatomb Web UI
[http://localhost:50500](http://localhost:50500)## Donations (BTC)
*Please consider support the project donating to the Bitcoin address below:*17q6RT31yEJAptrUzXhwEq5iPwEguEFFBG