expand
This commit is contained in:
parent
0b58bc1710
commit
7299cd7320
|
@ -6,6 +6,12 @@ A central git repository allows hosts to run propellor from cron and pick
|
||||||
up any updates you may have pushed. This is useful when managing several
|
up any updates you may have pushed. This is useful when managing several
|
||||||
hosts with propellor.
|
hosts with propellor.
|
||||||
|
|
||||||
|
The central repository does not need to be trusted; it can be hosted
|
||||||
|
anywhere, and propellor will only accept verified gpg signed git commits
|
||||||
|
from it. See [[security]] for details, but this means you can put it
|
||||||
|
on github without github being able to 0wn your propellor driven hosts, for
|
||||||
|
example.
|
||||||
|
|
||||||
You can add a central git repository to your existing propellor setup easily:
|
You can add a central git repository to your existing propellor setup easily:
|
||||||
|
|
||||||
1. Push propellor's git repository to a central server (github or your own):
|
1. Push propellor's git repository to a central server (github or your own):
|
||||||
|
|
Loading…
Reference in New Issue