icyphox / legit

web frontend for git
https://git.icyphox.sh
MIT License
376 stars 25 forks source link

No repos show up #19

Closed podldev closed 1 year ago

podldev commented 1 year ago

i dont see any repos i put in /var/www/git/ my config:

repo:
  scanPath: /var/www/git/
  readme:
    - readme
    - README
    - readme.md
    - README.md
  mainBranch:
    - master
    - main
dirs:
  templates: ./templates
  static: ./static
meta:
  title: twegs area
  description: hosts my projects.
server:
  name: no
  host: 0.0.0.0
  port: 5555

im using caddy with a config like this:

no {
        reverse_proxy :5555
}

i created the repo with git init --bare name

prologic commented 1 year ago

Anything in the logs? 🤔

podldev commented 1 year ago

i fixed it, was quite silly :/ i forgot to push haha

daenney commented 1 year ago

@podldev In that case, can you close the issue?