Home

Awesome

My Website

This is my portfolio https://s1n7ax.com built with Rust 🦀

Demo

https://github.com/user-attachments/assets/ff3c5a12-fb95-43d8-9154-fc804085a259

Screenshots

<img src="https://github.com/user-attachments/assets/b57bf6aa-66cb-41f9-9da4-45a07a647e09" alt="PC" width="1000"/> <img src="https://github.com/user-attachments/assets/0209cdb6-4d6a-4ab4-8d64-2e396fd18d07" alt="Mobile" width="400"/>

Development

Deployment

Deployment is done using docker images.

Github workflow in this project, builds a new image and push it to docker hub. For the deployment, SSH should be configured in the server.

Following secrets should be registered in the Github Actions

SSL & TLS

Using the certbot client, we can request a new certificate.

docker compose up certbot

Let's encrypt certificate will be outdated in 90 days. So another request has to be made to update. This can be automated using a cron job

Automated SSL renewal

This documentation shows how to add a crone job to automatically renew the certificate