Sign inSign up

xptsp/gitprep

By xptsp

Updated over 1 year ago

GitPrep - Portable GitHub system on your own server

Image
Web servers
0

996

xptsp/gitprep repository overview

GitPrep - Portable GitHub system on your own server

GitPrep is portable Github system, which can be installed and hosted on your own Unix/Linux server.

Features

  • Github clone: GitPrep has the same interface as GitHub.
  • Support issue system
  • Portable: You can install GitPrep on your own Unix/Linux server.
  • Smart HTTP support: you can pull and push repository via HTTP.
  • Built-in web server, and reverse proxy support.
  • SSL support.
  • Public key authentication support

Running using docker-compose

With my build, you can start a service with docker-compose:

services:
  gitprep:
    image: xptsp/gitprep:latest
    container_name: gitprep
    ports:
      - 10020:10020
      - 2222:22
    volumes:
      - gitprep:/home/gitprep/gitprep/data
      - /docker/gitprep/sshd:/etc/ssh
    restart: unless-stopped
volumes:
  gitprep:

More Information:

Please see yuki-kimoto's gitprep repository at: https://github.com/yuki-kimoto/gitprep

Tag summary

Content type

Image

Digest

sha256:aec391007

Size

46.1 MB

Last updated

over 1 year ago

docker pull xptsp/gitprep