LouisSchmieder / gitly

Light and fast GitHub/GitLab alternative written in V

Home Page:https://gitly.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitly

CI

GitHub/GitLab alternative written in V.

https://gitly.org

  • Light and fast
  • Minimal amount of RAM usage (works great on the cheapest $3.5 AWS Lightsail instance)
  • Easy to deploy (a single <1 MB binary that includes compiled templates)
  • Works without JavaScript
  • Detailed language stats for each directory
  • "Top files" feature to give an overview of the project

** This is pre-alpha software **

The V web framework and Gitly are at an early stage of development. Lots of features are missing. The biggest missing features that will be implemented soon:

  • Multiple users and multiple repos
  • git push
  • Access via ssh
  • Pull requests
git clone https://github.com/vlang/v test_repo # Clone the test/demo repo
# Compile the `gitly.scss` file to `gitly.css`
sassc static/css/gitly.scss > static/css/gitly.css
v .
./gitly

Required dependencies:

  • V 0.1.28.1
  • SQLite (Ubuntu/Debian: libsqlite3-dev)
  • sassc

About

Light and fast GitHub/GitLab alternative written in V

https://gitly.org

License:GNU General Public License v3.0


Languages

Language:V 43.6%Language:CSS 42.9%Language:HTML 13.6%