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, + }, }