feat: gpg and ssh keys #2

Merged
ange merged 10 commits from devel into prod 2024-12-10 18:36:42 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit f08dfa02ab - Show all commits

View File

@ -49,7 +49,7 @@
<li>Server setup (Debian, Docker/K8s, web server, customer application)</li>
<li>CI/CD, real-time monitoring</li>
</ul>
<h3><b>Self hosting</b> - DevOps</h3>
<h3><b>Selfhost</b> - DevOps</h3>
JANUARY 2022 - TODAY
<ul>
<li>Debian + K8S + Gitea CI/CD + Nextcloud + Matrix.org + Jellyfin + SearXNG</li>

View File

@ -5,6 +5,8 @@ import (
"net/http"
)
// TODO: html templates
// TODO: download resume as PDF
func main() {
http.HandleFunc("/", Route)