Description
Portable GitHub-like system on your own server
Installation Instructions
As root, do the following:
- on RHEL:
dnf config-manager --set-enabled crb; dnf install epel-release
- Install copr repo:
dnf copr enable monnerat/gitprep
dnf install gitprep
- Tune
/etc/gitprep.conf
to your needs. - Enable the service:
servicectl enable --now gitprep
- Navigate to
http://localhost:10222
, then configure the admin user. - If proxying is desired, tune
/etc/httpd/conf.d/gitprep.conf
,setsebool -P httpd_can_network_connect 1
if selinux is enabled, then reload httpd
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 9 | aarch64 (8)*, x86_64 (50)* | EPEL 9 (4 downloads) |
Fedora 41 | aarch64 (30)*, x86_64 (52)* | Fedora 41 (8 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable monnerat/gitprep
More info about enabling Copr repositories