Add gitea generic remote for internal tag archives #44
Reference in New Issue
Block a user
Delete Branch "benvin/gitea-generic-remote"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
arti-pack installs Neovim plugins as tagged source zips over HTTP. Third-party plugins already route through the
githubgeneric remote, but plugins hosted on the internal Gitea have no proxied path, so they need a second, uncached URL scheme that fails whenever Gitea is unavailable.config/remote_generic/gitea.yamlpointing at https://git.unkin.netunkin/<repo>/archive/refs/tags/<tag>.zip, scoping the proxy to the unkin org