feat: initial stuff for federation
this might all change completely but this is at least somewhat whats needed for federation
This commit is contained in:
parent
419f37b108
commit
4972aa37c4
14 changed files with 207 additions and 3 deletions
|
@ -65,4 +65,4 @@ rotate_log "/gorb/logs/backend.log"
|
|||
# Give the DB time to start up before connecting
|
||||
sleep 5
|
||||
|
||||
/usr/bin/gorb-backend --config /gorb/config/config.toml 2>&1 | tee /gorb/logs/backend.log
|
||||
/usr/bin/gorb-backend --config /gorb/config/config.toml --private-key /gorb/config/federation-privkey.pem 2>&1 | tee /gorb/logs/backend.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue