aboutsummaryrefslogtreecommitdiffstats
path: root/gitolite-cgit/entrypoint.sh
Commit message (Collapse)AuthorAgeFilesLines
* change file permissionsJesús2021-11-021-0/+0
|
* nginx: headers only main nginxJesús2021-10-251-11/+0
| | | | resolve the headers only in the NGINX that serves HTTPS and not in the container
* nginx: remove Strict-Transport-SecurityJesús2021-10-251-2/+0
| | | | Strict-Transport-Security is only HTTPS
* 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
|
* 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
|
* Fix nginx configurationJesús2021-05-231-11/+26
| | | | | | | | | | ``` location ~* ^.+\.(css|png|ico)$ { expires 30d; } ``` ^ that parameter causes that .css files cannot be explored
* Fix snapshot variableJesús2021-04-111-5/+2
|
* [entrypoint.sh]: improve cgit configJesús2021-04-081-12/+51
|
* Add more mimetypes and gitolite.rc fileJesús2021-04-081-0/+14
|
* [entrypoint.sh]: change environment for alpineJesús2021-04-081-5/+5
|
* enable dinamic config from gitoliteJesús2021-04-081-0/+3
|
* initial commitJesús2021-04-081-0/+178