Commit Graph

6 Commits

Author SHA1 Message Date
loveuer
90093f79c9 fix: copy frontend dist into backend-builder for go:embed
Some checks failed
/ build ushare (push) Failing after 2m53s
/ clean (push) Successful in 3s
The backend Go build embeds the frontend via //go:embed frontend/dist
in internal/static/static.go. The Dockerfile was missing a
COPY --from=frontend-builder step to place the built dist at the
expected path before running go build, causing the build to fail.

🤖 Generated with [Qoder][https://qoder.com]
2026-02-27 19:49:50 -08:00
loveuer
ca434c918b fix: nginx config
All checks were successful
/ build ushare (push) Successful in 37s
/ clean (push) Successful in 0s
2025-06-24 22:24:22 +08:00
loveuer
9146c87cad feat: 0.1.3
All checks were successful
/ build ushare (push) Successful in 39s
/ clean (push) Successful in 0s
1. 完善 dockerfile 和 entrypoint
2025-05-12 15:54:52 +08:00
loveuer
b1b3ac5b6b feat: 0.1.2
1. login page && auth required
  2. file dir cleanup
2025-05-12 15:54:52 +08:00
loveuer
a2635698e0 init: 0.1.1
feat: login page && auth required
todo: 断点上传
2025-05-12 15:54:49 +08:00
loveuer
b3ff70167f init: 0.1.0
feat: 基本功能有了
  1. 分片上传
  2. code 回显
  3. 下载
todo: 断点上传
2025-05-12 15:54:49 +08:00