diff options
author | Runxi Yu <me@runxiyu.org> | 2024-06-14 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-07-26 08:00:00 +0800 |
commit | 5cb75c1af0a0418974e1b20368e4fbf940912f9e (patch) | |
tree | 36aa7e46432257700291be8f927f06856c4b3c75 /config.yaml | |
parent | git: use system's git upload-pack (diff) | |
download | legitrx-5cb75c1af0a0418974e1b20368e4fbf940912f9e.tar.gz legitrx-5cb75c1af0a0418974e1b20368e4fbf940912f9e.tar.zst legitrx-5cb75c1af0a0418974e1b20368e4fbf940912f9e.zip |
Fork init
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.yaml b/config.yaml index 7a6066f..909509f 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ repo: - scanPath: /var/www/git + scanPath: /srv/git readme: - readme - README @@ -12,9 +12,9 @@ dirs: templates: ./templates static: ./static meta: - title: icy does git - description: come get your free software + title: legitrx + description: no description yet server: - name: git.icyphox.sh - host: 0.0.0.0 + name: git.runxiyu.org + host: 127.0.0.1 port: 5555 |