Changed project name to be IPTV Manager Service
All checks were successful
AWS Deploy on Push / build (push) Successful in 8m29s

This commit is contained in:
2025-05-29 16:09:52 -05:00
parent e25f8c1ecd
commit eaab1ef998
22 changed files with 202 additions and 138 deletions

View File

@@ -1,6 +1,6 @@
# IPTV Updater AWS
# IPTV Manager Service
An automated IPTV playlist and EPG updater service deployed on AWS infrastructure using CDK.
An automated IPTV playlist and EPG manager service deployed on AWS infrastructure using CDK.
## Overview
@@ -25,7 +25,7 @@ This project provides a service for automatically updating IPTV playlists and El
```bash
git clone <repo-url>
cd iptv-updater-aws
cd iptv-manager-service
```
2. Copy the example environment file:
@@ -144,13 +144,13 @@ scripts/ # Utility scripts for deployment and management
The following environment variables are required:
| Variable | Description |
|----------|-------------|
| FREEDNS_User | FreeDNS username |
| FREEDNS_Password | FreeDNS password |
| DOMAIN_NAME | Your domain name |
| SSH_PUBLIC_KEY | SSH public key for EC2 access |
| REPO_URL | Repository URL |
| Variable | Description |
| ----------------- | ------------------------------------ |
| FREEDNS_User | FreeDNS username |
| FREEDNS_Password | FreeDNS password |
| DOMAIN_NAME | Your domain name |
| SSH_PUBLIC_KEY | SSH public key for EC2 access |
| REPO_URL | Repository URL |
| LETSENCRYPT_EMAIL | Email for Let's Encrypt certificates |
## Security Notes