42wim / caddy-gitea

Github pages (and more) for gitea using caddy
Apache License 2.0
109 stars 7 forks source link

Support LFS #1

Closed 6543 closed 1 year ago

6543 commented 1 year ago

https://github.com/42wim/caddy-gitea/blob/136c600e2570179d02e8bd45c9897786c36d0f9c/pkg/gitea/gitea.go#L129-L130

-> https://codeberg.org/Codeberg/pages-server/pulls/114

42wim commented 1 year ago

Hi @6543 thanks, but it already supports LFS

giteaURL, err = url.JoinPath(c.serverURL+"/api/v1/repos/", owner, repo, "media", filepath)

I'm not sure why that comment is there though :)