diff --git a/.vscode/settings.json b/.vscode/settings.json index 1dba2c5..5e46896 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "cSpell.words": [ "fiorinis", - "gitea" + "gitea", + "iptv" ] } \ No newline at end of file diff --git a/infrastructure/userdata.sh b/infrastructure/userdata.sh index 5650736..15e82cc 100644 --- a/infrastructure/userdata.sh +++ b/infrastructure/userdata.sh @@ -9,9 +9,9 @@ pip3 install certbot certbot-nginx cd /home/ec2-user -#git clone https://github.com/yourusername/your-repo.git", -#cd your-repo", -#pip3 install -r requirements.txt", +git clone https://git.fiorinis.com/Home/iptv-updater-aws.git +cd iptv-updater-aws +pip3 install -r requirements.txt", # Create nginx config # echo 'server { @@ -24,8 +24,5 @@ cd /home/ec2-user # } # }' > /etc/nginx/conf.d/iptvUpdater.conf -systemctl start nginx -systemctl enable nginx - # Start IptvUpdater on port 8000 # nohup uvicorn app.main:app --host 127.0.0.1 --port 8000 & \ No newline at end of file