This is my terminal portfolio repository.
The portforlio is based on web terminal developed by ttyd. I modified the dockerfile and compiled the tty by myself.
Clone the source code:
git clone https://github.com/HuangLiPang/termifolio.git && cd termifolio
Build from makefile:
sudo make build && sudo make up
Set the security group for your EC2 instance. The docker instance exposes port 8001 to port 443 and 80, so you need to set inbound rule open for these 2 ports for your EC2 instance.