Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyoptimist/shoutcast-server
Shoutcast Server Deployment Using Docker
https://github.com/crazyoptimist/shoutcast-server
Last synced: 13 days ago
JSON representation
Shoutcast Server Deployment Using Docker
- Host: GitHub
- URL: https://github.com/crazyoptimist/shoutcast-server
- Owner: crazyoptimist
- License: mit
- Created: 2020-02-19T05:14:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T19:53:48.000Z (about 4 years ago)
- Last Synced: 2024-10-03T21:41:15.277Z (about 1 month ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shoutcast Service Deployment Using Docker Compose
## HOW TO
Let's keep it dead simple.
```bash
docker-compose build
docker-compose up -d
```
Use the nginx.conf file to exchange your http block and to add the stream block in `/etc/nginx/nginx.conf`.
```bash
vim /etc/nginx/nginx.conf
# exchange your http block and add the stream block
```## LICENSE
MIT
## GOOD TO KNOW
Admin username for web admin panel access: `admin`
Admin password can be found(adminpassword) in `sc_serv.conf` and be modified.
Stream password can be found(password) in `sc_serv.conf` and be modified.
Happy streaming!