tweak readme

This commit is contained in:
Sean Clarke 2021-10-06 00:21:02 -04:00
parent 654f3b26c2
commit 9cd435ded5

View File

@ -1,9 +1,9 @@
# One Container Radio
Using Ices2 and Icecast, the goal is to build a simple, single container deployment. One should be able to fill few parameters and direct the container to a music folder or share giving them a basic self hosted random music stream. (Reword)
Using Ices2 and Icecast2, the goal is to build a simple, single container deployment. One should be able to fill few parameters and direct the container to a music folder or share giving them a basic self hosted random music stream. (Reword)
__ Note: Usernames / Passwords are defaulted currently. Change them if you decide to use this...
** Note: Usernames / Passwords are defaulted currently. Change them if you decide to use this... **
__Warning: Work in progress, Docker experimenting. Please improve if you would like! Thanks :) __
** Warning: Work in progress, Docker experimenting. Please improve if you would like! Thanks :) **
## Usage ##
- Set the port
@ -19,12 +19,12 @@ docker run -p 8080:8000 -v d:/music:/media -t docker-one-container-radio:latest
```
## To Do ##
- [] Update parameters for username and passwords
- [] Add Customizations
- [] Update Readme
- [] Add Parameters
- [] Build Docker Compose (other forms to deploy)
- [] Modify exposed volumes for log access / addition information
- [ ] Update parameters for username and passwords
- [ ] Add Customizations
- [ ] Update Readme
- [ ] Add Parameters
- [ ] Build Docker Compose (other forms to deploy)
- [ ] Modify exposed volumes for log access / addition information
## Influenced By: ##
The below repositories helped shape this repo; please check them out.