all repos — elgit @ 5ff42d78653ea018f8855de4768cf872ce41e41e

fork of legit: web frontend for git, written in go

use config.yaml as deployed configuration set localconfig.yaml as config file for local development

Alan Pearce
commit

5ff42d78653ea018f8855de4768cf872ce41e41e

parent

614938aaa064a77471f8fffa97d106c158f6bc13

3 files changed, 6 insertions(+), 5 deletions(-)

changed files
M .gitignore.gitignore
@@ -1,2 +1,3 @@
elgit result +localconfig.yaml
M config.yamlconfig.yaml
@@ -1,5 +1,5 @@
repo: - root: /Users/alan/gitolite/ + root: /var/lib/gitolite readme: - readme - README
@@ -11,9 +11,9 @@ - main
dirs: static: ./static meta: - title: icy does git - description: come get your free software + title: Alin's Git Repositories + description: rendered with elgit server: - name: git.alanpearce.eu + name: git.alin.ovh host: ::1 port: 5555
M modd.confmodd.conf
@@ -1,3 +1,3 @@
**/*.go config.yaml { - daemon: go run . + daemon: go run . --config localconfig.yaml }