blob: 790dd816563092ade4d7a52d090dd3bebde526f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
## Objective
This is just a mirror of what few adjustments I made to cgit to host my own repository. So to this
instance. (If you find it anywhere else, a little fidgeting has already made me famous.)
Some of this just reflects mechanisms - since it serves two simple purposes:
1. For myself: reminder what I did
2. For others: just kickoff to your own customisation
3. For anybody: spreading the happiness that I've found my personal git software (gitweb: too weird
and fussy, gitlab: great for collaboration and when you lack automation/QoS, but way too much
overhead for single tiny me on my own servers)
## Folders
* **apache:** The apache config file
* **etc:** cgit's own configuration file(s)
* **lib:** Your cgit lib folder, most likely /usr/lib/cgit when coming from
a distro package
* **misc:** Random stuff not directly related to cgit but not to this instance's configuration
* **www:** The www host referenced in the apache file; contains the CSS and stuff
|