Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekoluka/getgitrepo
An wiki engine that uses articles written in markdown pulled from a git repo
https://github.com/nekoluka/getgitrepo
Last synced: 10 days ago
JSON representation
An wiki engine that uses articles written in markdown pulled from a git repo
- Host: GitHub
- URL: https://github.com/nekoluka/getgitrepo
- Owner: NekoLuka
- Created: 2023-05-20T18:27:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T14:38:16.000Z (over 1 year ago)
- Last Synced: 2024-12-22T19:43:10.933Z (18 days ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RepoWiki
RepoWiki is a wiki server that pulls the newest content from the given git repo,
which can be hosted anywhere as long as it supports the git protocol.
After getting the newest content, it is displayed in a raneto instance on port 3000.### Env vars
#### Mandatory
- GITURL: The URL for the git repo to clone#### Optional
- FETCH_INTERVAL: The interval in seconds between updates for the articles (default: 300)
- GIT_REPO_LOCATION: The location of where the cloned repo is stored (default: ./repo)
- LOG_FILE_LOCATION: The location of the log file (default: ./RepoWiki.log)
- LOG_LEVEL: The level to be logged, the higher, the more will be logged (default: 1)### Road map
- Support for multiple repositories at once
- Support for private repositories