-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
topic/lfstype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.💎 Bounty💰 Rewarded
Milestone
Description
Feature Description
The current LFS related operations only using settings.AppURL as the endpoint:
Line 48 in bc6df18
| return setting.AppURL + path.Join(rc.User, rc.Repo+".git", "info/lfs/objects", p.Oid) |
One scenario is I want to have server.ROOT_URL(settings.AppURL) to be external faced URL to browse the site.
And I want to have server. SSH_DOMAIN to be my internal domain to clone and push code.
But the current implementation only looks at AppURL(ROOT_URL), should SSH_DOMAIN be considered for LFS operations?
Screenshots
No response
davama
Metadata
Metadata
Assignees
Labels
topic/lfstype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.💎 Bounty💰 Rewarded