Skip to content
/ gitly Public
forked from vlang/gitly

Light and fast GitHub/GitLab alternative written in V

License

Notifications You must be signed in to change notification settings

yuyi98/gitly

This branch is 185 commits behind vlang/gitly:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e80c50 · Jan 8, 2021
Nov 6, 2020
Nov 9, 2020
Dec 30, 2020
Jan 8, 2021
Sep 27, 2020
Jun 27, 2020
Dec 31, 2020
Dec 31, 2020
Dec 31, 2020
Jul 20, 2020
Nov 6, 2020
Nov 6, 2020
Nov 6, 2020
Jun 27, 2020
Nov 6, 2020
Jan 8, 2021
Jan 8, 2021
Nov 6, 2020
Jul 20, 2020
Jun 27, 2020
Jan 2, 2021
Jan 1, 2021
Jul 20, 2020
Dec 31, 2020
Jan 1, 2021
Jun 27, 2020
Jan 1, 2021
Dec 30, 2020
Jul 3, 2020
Nov 6, 2020
Jan 8, 2021
Dec 31, 2020
Dec 31, 2020

Repository files navigation

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
sassc static/css/gitly.scss > static/css/gitly.css
v .
./gitly

If you don't want to install sassc, you can simply run

curl https://gitly.org/gitly.css --output static/css/gitly.css

Required dependencies:

  • sassc

Gitly will support Postgres and MySQL in the future (once V ORM does).

About

Light and fast GitHub/GitLab alternative written in V

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • V 60.9%
  • HTML 20.8%
  • SCSS 18.3%