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.confto 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 1if 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 (410)*, x86_64 (413)* | EPEL 9 (31 downloads) |
Fedora 41
|
aarch64 (558)*, x86_64 (544)* | Fedora 41 (49 downloads) |
Fedora 42
|
aarch64 (23)*, x86_64 (25)* | Fedora 42 (8 downloads) |
Fedora 43
|
aarch64 (47)*, x86_64 (25)* | Fedora 43 (7 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable monnerat/gitprep
More info about enabling Copr repositories
EPEL 9
Fedora 41