Git repository handling

This commit is contained in:
NGPixel
2016-08-20 00:50:29 -04:00
parent 24d0a6b698
commit ca1882a9c3
6 changed files with 217 additions and 6 deletions

View File

@@ -38,6 +38,29 @@ redis:
port: 6379
db: 0
# -------------------------------------------------
# Git Connection Info
# -------------------------------------------------
# Full explanation + examples in the documentation (https://requarks-wiki.readme.io/)
git:
path: auto
mode: remote
url: https://github.com/Organization/Repo
auth:
type: ssh
user: gitusername
publickey: /etc/requarkswiki/keys/git.pub
privatekey: /etc/requarkswiki/keys/git.key
passphrase: SomeSshPassphrase
# auth:
# type: oauth
# token: 1234567890abcdefghijklmnopqrstuvxyz
# auth:
# type: basic
# user: johnsmith
# pass: password123
# -------------------------------------------------
# Secret key to use when encrypting sessions
# -------------------------------------------------