update:projects

This commit is contained in:
2026-04-10 02:58:34 +09:00
parent bd7ec0d121
commit 26b796c5a8

View File

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