Add default admin credentials and improved initialization logging
This commit is contained in:
parent
6c8f9ceb63
commit
ec05cbb788
4 changed files with 54 additions and 7 deletions
21
README.md
21
README.md
|
|
@ -1,6 +1,25 @@
|
|||
# StreamFlow IPTV Application
|
||||
|
||||
A modern, feature-rich IPTV streaming application with secure Docker deployment on port 12345.
|
||||
[](https://hub.docker.com/r/aiulian25/streamflow)
|
||||
[](https://hub.docker.com/r/aiulian25/streamflow)
|
||||
[](LICENSE)
|
||||
|
||||
A modern, feature-rich IPTV streaming application with secure Docker deployment.
|
||||
|
||||
## 🚀 Quick Start (3 Commands)
|
||||
|
||||
```bash
|
||||
# 1. Download docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/aiulian25/streamflow/main/docker-compose.yml
|
||||
|
||||
# 2. Start the application
|
||||
docker compose up -d
|
||||
|
||||
# 3. Access at http://localhost:12345
|
||||
# Login: admin / admin (change on first login!)
|
||||
```
|
||||
|
||||
**That's it!** See [DOCKER_INSTALLATION.md](DOCKER_INSTALLATION.md) for detailed setup.
|
||||
|
||||
## 🆕 Desktop Application Available!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue