55 Commits

Author SHA1 Message Date
b19258aea0
Make .gitolite.rc in runtime 2024-08-05 02:14:45 +08:00
497e2c851e
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.
2024-08-04 09:53:11 +08:00
bfc9124e82
update to alpine 3.20 2024-07-09 12:48:13 +08:00
Jesus E
e905549453
Update alpine image version 2023-07-03 16:40:12 -04:00
Jesus E
1e6f82e10d
Add auto-default-branch 2023-07-03 16:23:00 -04:00
0dab6b6f05
set upgrade iso steps 2022-10-28 23:49:59 +08:00
ed98f86bab
nginx zero logs 2022-10-09 00:59:32 +08:00
31deddce8f
Revert "Remove unimportant volume"
This reverts commit b4c1e8004bdc7f7c0f784cdb8826bf4724460bd2.
2022-10-06 11:44:26 +08:00
1557c11cba
Add prefix repo site to Dockerfile 2022-10-04 23:30:47 +08:00
debcd98e05
Set version image base 2022-10-04 23:23:40 +08:00
dfd054336c
Fix Permission denied (publickey,keyboard-interactive) 2022-10-04 12:35:48 +08:00
b4c1e8004b
Remove unimportant volume 2022-02-17 22:32:55 -05:00
56fb3bb208
Use -n instead of ! -z. 2021-12-31 23:46:37 -05:00
25a57b557a
move to right switch branch 2021-12-31 23:37:10 -05:00
d121d696bd
Fix divider color in header 2021-12-31 23:35:52 -05:00
065d665d74
change to inline-block list items in pager 2021-12-31 23:13:48 -05:00
943bced2c9
Fix pager design 2021-12-31 23:03:34 -05:00
95cb9fe6c0
change file permissions 2021-11-02 16:41:41 -05:00
6535be64b9
syntax-highlighting.py: add nonce-source to CSP support 2021-11-02 15:17:34 -05:00
d05ebe3b64
Add nonce-source to CSP support 2021-11-02 15:06:16 -05:00
1693bd969b
nginx: headers only main nginx
resolve the headers only in the NGINX that serves HTTPS and not in the container
2021-10-25 15:17:48 -05:00
d28adfa173
nginx: remove Strict-Transport-Security
Strict-Transport-Security is only HTTPS
2021-10-25 12:19:32 -05:00
37475fd3b8
nginx: improve conf 2021-10-25 11:57:56 -05:00
308734f2ea
SSH: disable login root 2021-10-24 16:03:27 -05:00
0b80d2615f
SSH: config hard security 2021-10-24 15:48:35 -05:00
a3e25be820
Add SSH security parameters 2021-10-24 12:30:34 -05:00
58ad76ba54
fix directory path, alpine used /etc/nginx/http.d for nginx files 2021-07-09 22:57:41 -05:00
1010d9d358
check directory /etc/nginx/conf.d as step 2021-07-09 22:49:20 -05:00
f9dbd38379
fix missing directory 2021-07-09 22:44:02 -05:00
c3c8f480fe
update color as variable 2021-07-09 22:34:31 -05:00
2a41b3e363
fix tag style 2021-07-09 22:29:15 -05:00
ac16585e90
Fix missing packages to tarballs support 2021-06-07 16:22:24 -05:00
1972a4313e
Add aditional conf to gitolite.rc 2021-06-03 21:49:51 -05:00
dea8ef49a2
enable show owner 2021-06-02 22:12:25 -05:00
847ab47a52
Fix level section 2021-06-02 22:01:01 -05:00
f58b9b5fff
Fix permissions gitolite 2021-06-02 20:48:38 -05:00
d5fea7e6c3
Enable clone https 2021-06-02 20:47:51 -05:00
e220a129a6
Uniform background-color to scrollbar 2021-05-28 15:02:24 -05:00
2a5cfb2044
Improve color to scrollbar 2021-05-28 14:54:42 -05:00
27e89c1da8
Fix name variable and fix color tag-deco 2021-05-25 11:29:38 -05:00
dda585db49
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
2021-05-25 11:11:01 -05:00
b5ac48ee33
Add scrool and improve theme 2021-05-25 10:57:45 -05:00
754dbca64c
improve dark-theme 2021-05-24 23:01:25 -05:00
764a1cbb69
Fix nginx configuration
```
location ~* ^.+\.(css|png|ico)$ {
  expires 30d;
}
```

^ that parameter causes that .css files cannot be explored
2021-05-23 16:04:01 -05:00
64bc0e7de3
update theme pygments to cgit 2021-05-23 15:07:31 -05:00
cdc8005303
Fix snapshot variable 2021-04-11 23:02:59 -05:00
d6b100c6fb
[md2html]: Add permission execution 2021-04-08 19:55:18 -05:00
5bcfd340fd
[cgit.css]: improve diff colors 2021-04-08 19:24:59 -05:00
59a573d25f
Add custom md2html file for dark-node 2021-04-08 19:14:52 -05:00
e50c6eeba9
[entrypoint.sh]: improve cgit config 2021-04-08 16:39:05 -05:00