You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.dockerignore | 3 years ago | |
.gitignore | 8 years ago | |
Dockerfile | 3 years ago | |
README.md | 8 years ago | |
cron.conf | 8 years ago | |
default | 8 years ago | |
nginx.conf | 8 years ago | |
streamrecord.conf | 8 years ago | |
streamrecord.ini | 8 years ago | |
supervisor.conf | 8 years ago |
README.md
docker-streamrecord
An internet radio DVR packaged inside docker.
Installation:
- Clone streamrecord to "streamrecord"
- Build image
- Run! API / web GUI is port 80
Tips:
- Store data outside docker with:
-v /your/storage/location/:/home/streamrecord/app/files/
. Remember to createtemp
andoutput
inside this directory!