This website requires JavaScript.
Explore
Sign In
Home
/
iptv-manager-service
Watch
2
Star
0
Fork
0
You've already forked iptv-manager-service
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
aws_deploy_on_push.yml
Actor
All actors
stefano
Status
All status
Success
Failure
Waiting
Running
Use EC2 instance public address (free tier compatible)
aws_deploy_on_push.yml #63
:
Commit
3937269bb9
pushed by
stefano
main
2025-05-23 17:55:49 +00:00
2m20s
View workflow file
Using Optional[str] instead of str | None for optional fields
aws_deploy_on_push.yml #62
:
Commit
8c7ed421c9
pushed by
stefano
main
2025-05-23 16:50:28 +00:00
1m7s
View workflow file
Moved channel URLs to channels_urls table. Create CRUD endpoints for new table.
aws_deploy_on_push.yml #61
:
Commit
c96ee307db
pushed by
stefano
main
2025-05-23 16:37:23 +00:00
1m9s
View workflow file
Allow PostgreSQL port for tunneling restricted to developer IP
aws_deploy_on_push.yml #60
:
Commit
f11d533fac
pushed by
stefano
main
2025-05-23 14:32:38 +00:00
1m36s
View workflow file
Remove ingress rule to allow remote access to database since database is now on a private subnet
aws_deploy_on_push.yml #59
:
Commit
99d26a8f53
pushed by
stefano
main
2025-05-23 06:16:24 +00:00
1m32s
View workflow file
Place ec2 explicitly in public subnet
aws_deploy_on_push.yml #58
:
Commit
260fcb311b
pushed by
stefano
main
2025-05-23 05:05:21 +00:00
17m11s
View workflow file
Place rds database in private subnet
aws_deploy_on_push.yml #57
:
Commit
1e82418cad
pushed by
stefano
main
2025-05-23 04:03:06 +00:00
9m59s
View workflow file
Fixed name on new ingress rule
aws_deploy_on_push.yml #56
:
Commit
9c690fe6a6
pushed by
stefano
main
2025-05-22 16:39:57 +00:00
1m33s
View workflow file
Refactored DB schema. Channels table to have uuid as primary key. Modified endpoints accordingly
aws_deploy_on_push.yml #55
:
Commit
9e8df169fc
pushed by
stefano
main
2025-05-22 16:35:24 +00:00
1m10s
View workflow file
Moved endpoints to routers
aws_deploy_on_push.yml #54
:
Commit
5ee6cb4be4
pushed by
stefano
main
2025-05-22 14:35:46 +00:00
1m13s
View workflow file
Updated README
aws_deploy_on_push.yml #53
:
Commit
c1e3a6ef26
pushed by
stefano
main
2025-05-21 22:05:04 +00:00
7m22s
View workflow file
Add SendCommand permissions
aws_deploy_on_push.yml #52
:
Commit
cb793ef5e1
pushed by
stefano
main
2025-05-21 21:31:24 +00:00
1m40s
View workflow file
Fixed process of updating app on running instances
aws_deploy_on_push.yml #51
:
Commit
be719a6e34
pushed by
stefano
main
2025-05-21 21:17:42 +00:00
1m30s
View workflow file
Fixed database credential retrieval
aws_deploy_on_push.yml #50
:
Commit
5767124031
pushed by
stefano
main
2025-05-21 20:08:00 +00:00
2m41s
View workflow file
Changed db instance class to t3
aws_deploy_on_push.yml #49
:
Commit
c6f7e9cb2b
pushed by
stefano
main
2025-05-21 19:41:37 +00:00
9m5s
View workflow file
Need at least 2 AZs for RDS subnet group
aws_deploy_on_push.yml #48
:
Commit
eeb0f1c844
pushed by
stefano
main
2025-05-21 19:26:49 +00:00
1m51s
View workflow file
RDS to use public subnet
aws_deploy_on_push.yml #47
:
Commit
4cb3811d17
pushed by
stefano
main
2025-05-21 19:18:37 +00:00
1m40s
View workflow file
Added PostgreSQL RDS database. Added channels protected endpoints. Added scripts and docker config to run application locally in dev mode.
aws_deploy_on_push.yml #46
:
Commit
489281f3eb
pushed by
stefano
main
2025-05-21 19:02:53 +00:00
41s
View workflow file
Fixed typo
aws_deploy_on_push.yml #45
:
Commit
b947ac67f0
pushed by
stefano
main
2025-05-20 22:07:21 +00:00
4m14s
View workflow file
Updated README
aws_deploy_on_push.yml #44
:
Commit
dd2446a01a
pushed by
stefano
main
2025-05-20 21:45:46 +00:00
4m16s
View workflow file
Moved repo url and email for letsencrypt to env variables
aws_deploy_on_push.yml #43
:
Commit
639adba7eb
pushed by
stefano
main
2025-05-20 21:28:55 +00:00
4m15s
View workflow file
Moved ssh public key to an environment variable
aws_deploy_on_push.yml #42
:
Commit
5698e7f26b
pushed by
stefano
main
2025-05-20 20:55:56 +00:00
4m14s
View workflow file
Fixed acme.sh installation in userdata.sh - Part 2
aws_deploy_on_push.yml #41
:
Commit
df3fc2f37c
pushed by
stefano
main
2025-05-20 20:06:37 +00:00
4m17s
View workflow file
Fixed acme.sh installation in userdata.sh
aws_deploy_on_push.yml #40
:
Commit
594ce0c67a
pushed by
stefano
main
2025-05-20 19:52:52 +00:00
4m21s
View workflow file
Fixed replacing of DOMAIN_NAME in userdata.sh
aws_deploy_on_push.yml #39
:
Commit
37be1f3f91
pushed by
stefano
main
2025-05-20 19:15:27 +00:00
4m18s
View workflow file
Added SSL cert generation and installation. Moved variables to ENV
aws_deploy_on_push.yml #38
:
Commit
732667cf64
pushed by
stefano
main
2025-05-20 17:55:54 +00:00
6m24s
View workflow file
Initial README version representing the current progress
aws_deploy_on_push.yml #37
:
Commit
5bc7a72a92
pushed by
stefano
main
2025-05-16 19:38:54 +00:00
1m12s
View workflow file
Added scripts to create and delete users. Moved all scripts to new scripts folder
aws_deploy_on_push.yml #36
:
Commit
a5dfc1b493
pushed by
stefano
main
2025-05-16 19:23:46 +00:00
4m22s
View workflow file
Switch to cognito user/password authentication. Major code refactor - Fix 4
aws_deploy_on_push.yml #35
:
Commit
0b69ffd67c
pushed by
stefano
main
2025-05-16 18:43:58 +00:00
4m22s
View workflow file
Switch to cognito user/password authentication. Major code refactor - Fix 3
aws_deploy_on_push.yml #34
:
Commit
127d81adac
pushed by
stefano
main
2025-05-16 18:26:40 +00:00
4m20s
View workflow file
First
Previous
1
2
3
4
Next
Last