HuangLiPang / termifolio

My terminal portfolio.

Home Page:https://termifolio.huanglipang.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Termifolio

This is my terminal portfolio repository.

Descrition

The portforlio is based on web terminal developed by ttyd. I modified the dockerfile and compiled the tty by myself.

Deployment on AWS EC2

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.

Reference

  1. ttyd:
  2. Dockerfile
  3. docker-compose
  4. cowsay:
  5. text table

About

My terminal portfolio.

https://termifolio.huanglipang.me


Languages

Language:Shell 89.6%Language:Dockerfile 6.8%Language:Makefile 3.6%