Skip to content
forked from harness/harness

Gitfox is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.

License

Notifications You must be signed in to change notification settings

easysoft/gitfox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitFox Open Source

Based on the secondary development of the open-source version of Gitness

Overview

Harness Open source is an open source development platform packed with the power of code hosting, automated DevOps pipelines.

Running GitFox locally

To install GitFox yourself, simply run the command below. Once the container is up, you can visit http://localhost:3000 in your browser.

docker run -d \
  -p 3000:3000 \
  -p 3022:3022 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /tmp/gitfox:/data \
  --name gitfox \
  --restart always \
  hub.zentao.net/app/gitfox-oss:oss

The GitFox image uses a volume to store the database and repositories. It is highly recommended to use a bind mount or named volume as otherwise all data will be lost once the container is stopped.

About

Gitfox is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 60.6%
  • TypeScript 33.4%
  • SCSS 4.1%
  • JavaScript 1.0%
  • Shell 0.4%
  • PLpgSQL 0.2%
  • Other 0.3%