Add default admin credentials and improved initialization logging

This commit is contained in:
aiulian25 2025-12-17 01:12:36 +00:00
parent 6c8f9ceb63
commit ec05cbb788
4 changed files with 54 additions and 7 deletions

View file

@ -1,6 +1,25 @@
# StreamFlow IPTV Application
A modern, feature-rich IPTV streaming application with secure Docker deployment on port 12345.
[![Docker Hub](https://img.shields.io/docker/v/aiulian25/streamflow?label=Docker%20Hub&logo=docker)](https://hub.docker.com/r/aiulian25/streamflow)
[![Docker Pulls](https://img.shields.io/docker/pulls/aiulian25/streamflow)](https://hub.docker.com/r/aiulian25/streamflow)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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!