1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
No description
Find a file
Alvaro Pietrobono 025a86afb3
Update README.md
Added steps to build and lunch. Hope that helps. Cheers
2019-10-04 01:02:15 +02:00
app Remove tags 2019-10-03 11:19:13 -04:00
docker 1.5.0 Release 2019-08-22 07:16:08 -04:00
nginx 1.5.0 Release 2019-08-22 07:16:08 -04:00
scripts Review 2019-09-22 08:10:33 -04:00
.gitignore 1.5.0 Release 2019-08-22 07:16:08 -04:00
.gitmodules 1.5.0 Release 2019-08-22 07:16:08 -04:00
CHANGELOG Sources UP 2019-09-20 03:18:28 -04:00
docker-compose.yml Review 2019-08-29 07:33:15 -04:00
Dockerfile Update Dockerfile 2019-09-25 08:29:58 +03:00
LICENSE 1.5.0 Release 2019-08-22 07:16:08 -04:00
README.md Update README.md 2019-10-04 01:02:15 +02:00
requirements.txt 1.5.0 Release 2019-08-22 07:16:08 -04:00
server.py Merge 2019-09-05 03:39:17 -04:00

fastocloud_admin

Admin panel for FastoCloud IPTV part

Our IPTV workflow:

Dashboard page:

Note: Every channel take about 1% CPU.

Requirements

  • MongoDB server

Build

Steps: apt-get install python3 python3-setuptools git pip3 mongodb git clone https://github.com/fastogt/fastocloud_admin cd fastocloud_admin git submodule update --init --recursive pip3 install -r requirements.txt ./server.py & Create user: ./scripts/create_provider.py --email=youremail@yourdomain --password=yourpassword browser to http://:8080 user: youremail@yourdomain password: yourpassword

Docker

Docker

Test server

FastoCloud