Compare commits
No commits in common. "9b8668138a0b50cd6260983956704bd833d092a2" and "ec92d2c6a186903e0a413119a24f96ccdfdfcd96" have entirely different histories.
9b8668138a
...
ec92d2c6a1
11
README.org
11
README.org
|
@ -9,24 +9,19 @@ GitLab, for backup and visibility purposes.
|
||||||
GitLab has a mirroring setting, but it doesn't allow for multiple mirrors, as
|
GitLab has a mirroring setting, but it doesn't allow for multiple mirrors, as
|
||||||
far as I know. I also wanted my instance to be the single source of truth.
|
far as I know. I also wanted my instance to be the single source of truth.
|
||||||
|
|
||||||
** How it works
|
* How it works
|
||||||
|
|
||||||
Gitea is setup to send webhooks to my =lohr= server on every push update. When
|
Gitea is setup to send webhooks to my =lohr= server on every push update. When
|
||||||
=lohr= receives a push, it clones the concerned repository, or updates it if
|
=lohr= receives a push, it clones the concerned repository, or updates it if
|
||||||
already cloned. Then it pushes the update to *all remotes listed* in the [[file:.lohr][.lohr]]
|
already cloned. Then it pushes the update to *all remotes listed* in the [[file:.lohr][.lohr]]
|
||||||
file at the repo root.
|
file at the repo root.
|
||||||
|
|
||||||
*** Destructive
|
** Destructive
|
||||||
|
|
||||||
This is a very destructive process: anything removed from the single source of
|
This is a very destructive process: anything removed from the single source of
|
||||||
truth is effectively removed from any mirror as well.
|
truth is effectively removed from any mirror as well.
|
||||||
|
|
||||||
** Contributing
|
* Why lohr?
|
||||||
|
|
||||||
I accept patches anywhere! Feel free to [[https://github.com/alarsyo/lohr/pulls][open a GitHub Pull Request]], [[https://gitlab.com/alarsyo/lohr/-/merge_requests][a GitLab
|
|
||||||
Merge Request]], or [[https://lists.sr.ht/~alarsyo/lohr-dev][send me a patch by email]]!
|
|
||||||
|
|
||||||
** Why lohr?
|
|
||||||
|
|
||||||
I was looking for a cool name, and thought about the Magic Mirror in Snow White.
|
I was looking for a cool name, and thought about the Magic Mirror in Snow White.
|
||||||
Some *[[https://en.wikipedia.org/wiki/Magic_Mirror_(Snow_White)][furious wikipedia searching]]* later, I found that the Magic Mirror was
|
Some *[[https://en.wikipedia.org/wiki/Magic_Mirror_(Snow_White)][furious wikipedia searching]]* later, I found that the Magic Mirror was
|
||||||
|
|
Loading…
Reference in a new issue