forked from kevadesu/forgejo
Add basic render of public act
This commit is contained in:
parent
2289ff20bf
commit
adb17791bd
10 changed files with 472 additions and 26 deletions
|
@ -2,9 +2,9 @@ APP_NAME = Gogs: Go Git Service
|
|||
RUN_USER = lunny
|
||||
|
||||
[repository]
|
||||
ROOT = /Users/lunny/git/gogs-repositories
|
||||
LANG_IGNS=Google Go|C
|
||||
LICENSES=Apache v2 License|BSD (3-Clause) License
|
||||
ROOT = /Users/%(RUN_USER)s/git/gogs-repositories
|
||||
LANG_IGNS=Google Go|C|Python
|
||||
LICENSES=Apache v2 License|GPL v2|BSD (3-Clause) License
|
||||
|
||||
[server]
|
||||
HTTP_ADDR =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue