← Back to context

Comment by npodbielski

3 days ago

Looks cool but I would really like to have this as a mirror of my local git repo server. If tangled goes down or my internet goes I won't be able to work.

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-...