From 26b796c5a8fc31ad37351954a272273682622c5a Mon Sep 17 00:00:00 2001 From: kokopi-dev Date: Fri, 10 Apr 2026 02:58:34 +0900 Subject: [PATCH] update:projects --- constants/projects.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/constants/projects.go b/constants/projects.go index 4b11712..0ae4288 100644 --- a/constants/projects.go +++ b/constants/projects.go @@ -42,4 +42,14 @@ var AllProjects = []Project{ TechTags: []string{"golang", "typescript", "python", "postgresql", "redis"}, IsWIP: false, }, + { + Url: "https://github.com/kokopi-dev/filepass", + Name: "Filepass", + Description: "Linux secure file transfer TUI for the paranoid.", + HostedOn: "Home Server", + LinkGitea: "https://git.kokopi.dev/kokopi/filepass", + LinkGithub: "https://github.com/kokopi-dev/filepass", + TechTags: []string{"linux", "golang"}, + IsWIP: false, + }, }