Gitea
https://gitea.io/ja-jp/
code:text
$ git remote -v
origin ssh://git@github.com/liquidz/testdoc.git (fetch)
origin ssh://git@github.com/liquidz/testdoc.git (push)
$ git remote set-url origin
http://localhost:3000/foo/bar.git
$ git remote -v
origin
http://localhost:3000/foo/bar.git
(fetch)
origin
http://localhost:3000/foo/bar.git
(push)