You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the code is hosted on https://github.com/gogs/gogs, which couples gogs to this hosting solution, although the canonical project URL is gogs.io, which appears to be a Peach instance using this configuration.
It would be better in the longer term for Gogs to use its gogs.io custom domain as a canonical import, as it would break the dependency on github, just in case it became necessary to change. Then one could just do a go get -u gogs.io/gogs and get the code from whatever forge the project happens to be hosted on, possibly including a Gogs instance at some point.
The text was updated successfully, but these errors were encountered:
Currently, the code is hosted on https://github.com/gogs/gogs, which couples gogs to this hosting solution, although the canonical project URL is gogs.io, which appears to be a Peach instance using this configuration.
It would be better in the longer term for Gogs to use its gogs.io custom domain as a canonical import, as it would break the dependency on github, just in case it became necessary to change. Then one could just do a
go get -u gogs.io/gogs
and get the code from whatever forge the project happens to be hosted on, possibly including a Gogs instance at some point.The text was updated successfully, but these errors were encountered: