Comment by icy
3 days ago
Nothing preventing that! You can run a knot server[0] on top of your local git server—which I assume you push to using SSH. Knots serve up your git bare repos over an API (and federate over AT Protocol).
If Tangled’s appview is down, you can still access your own box as you would. Alternatively, you can mirror using git natively by simply adding a push-only remote.
git remote set-url --add --push tangled [repo]
[0]: https://tangled.org/@tangled.org/core/blob/master/docs/knot-...
Ah cool thanks!