aboutsummaryrefslogtreecommitdiffstats
path: root/gitolite-cgit
Commit message (Expand)AuthorAgeFilesLines
* Upgrade alpine linux to latest versionHEADmainVosjedev2025-10-241-1/+1
* Add tooltips to css•••cgit commit de86fd7a69b888220d80e47d49aaec063a1b12f4 introduced tooltips in log. this adds the required css to make them work. vosjedev2025-10-101-0/+21
* Use custom forkvosjedev2025-10-102-2/+31
* Style.vosjedev2025-10-051-10/+10
* Stuff.vosjedev2025-10-051-14/+16
* Change maintainer, bc fork or smth IG (yea idk what to call this commit)vosjedev2025-10-051-1/+1
* Make .gitolite.rc in runtimeAstound2024-08-053-209/+218
* Remove redundant argument from git daemon command in entrypoint.sh•••Removed the `/var/lib/git/repositories` argument from the `git daemon` command since it's redundant with the base-path already defined. This change optimizes the git daemon configuration. Astound2024-08-041-1/+1
* update to alpine 3.20Astound2024-07-091-1/+1
* Update alpine image versionJesus E2023-07-031-1/+1
* Add auto-default-branchJesus E2023-07-033-0/+36
* set upgrade iso stepsJesus2022-10-281-0/+2
* nginx zero logsJesús2022-10-091-2/+2
* Revert "Remove unimportant volume"•••This reverts commit b4c1e8004bdc7f7c0f784cdb8826bf4724460bd2. Jesús2022-10-061-0/+3
* Add prefix repo site to DockerfileJesús2022-10-041-1/+1
* Set version image baseJesús2022-10-041-1/+1
* Fix Permission denied (publickey,keyboard-interactive)Jesús2022-10-041-0/+3
* Remove unimportant volumeJesús2022-02-171-3/+0
* Use -n instead of ! -z.Jesús2021-12-311-3/+3
* move to right switch branchJesús2021-12-311-1/+1
* Fix divider color in headerJesús2021-12-311-1/+2
* change to inline-block list items in pagerJesús2021-12-311-0/+5
* Fix pager designJesús2021-12-311-0/+7
* change file permissionsJesús2021-11-022-0/+0
* syntax-highlighting.py: add nonce-source to CSP supportJesús2021-11-021-1/+1
* Add nonce-source to CSP supportJesús2021-11-021-1/+1
* nginx: headers only main nginx•••resolve the headers only in the NGINX that serves HTTPS and not in the container Jesús2021-10-251-11/+0
* nginx: remove Strict-Transport-Security•••Strict-Transport-Security is only HTTPS Jesús2021-10-251-2/+0
* nginx: improve confJesús2021-10-251-1/+38
* SSH: disable login rootJesús2021-10-241-1/+1
* SSH: config hard securityJesús2021-10-241-3/+3
* Add SSH security parametersJesús2021-10-241-0/+125
* fix directory path, alpine used /etc/nginx/http.d for nginx filesJesús2021-07-091-4/+5
* check directory /etc/nginx/conf.d as stepJesús2021-07-091-4/+4
* fix missing directoryJesús2021-07-091-1/+3
* update color as variableJesús2021-07-091-1/+2
* fix tag styleJesús2021-07-091-0/+2
* Fix missing packages to tarballs supportJesús2021-06-071-0/+2
* Add aditional conf to gitolite.rcJesús2021-06-031-6/+6
* enable show ownerJesús2021-06-021-1/+1
* Fix level sectionJesús2021-06-021-1/+1
* Fix permissions gitoliteJesús2021-06-021-0/+4
* Enable clone httpsJesús2021-06-021-1/+1
* Uniform background-color to scrollbarJesús2021-05-281-1/+1
* Improve color to scrollbarJesús2021-05-281-5/+5
* Fix name variable and fix color tag-decoJesús2021-05-251-4/+4
* text-overflow has no effect on this element since overflow:hidden is not set.•••Try adding overflow:hidden. Learn more https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow Jesús2021-05-251-1/+0
* Add scrool and improve themeJesús2021-05-251-9/+32
* improve dark-themeJesús2021-05-241-4/+14
* Fix nginx configuration•••``` location ~* ^.+\.(css|png|ico)$ { expires 30d; } ``` ^ that parameter causes that .css files cannot be explored Jesús2021-05-231-11/+26