f21da7115a
nginx_build_script build_gitea : refactor:
...
nginx_build_script -> add: arguments to include/not include ModSecurity Lua in build.
add: Ninja for BoringSSL build.
refactor: use seperated params for ./auto/configure arguments.
refactor: build modules.conf directly instead of curl from internet.
fix: BoringSSL is disappeared from code for some reason.
build_gitea -> refactor: arguments handling.
fix: correctly handle BUILD_STATIC as boolean.
2024-04-27 22:38:20 +07:00
542edd1bbc
crowdsec-nginx-bouncer : uncommented gen_apikey
2024-03-24 14:08:27 +07:00
354d837c25
crowdsec-nginx-bouncer : init
2024-03-24 14:07:30 +07:00
585d05ccfb
nginx_build_script : add note regarding lua
2024-03-24 11:11:24 +07:00
dfa7a919e5
nginx_build_script : somehow unslashed newline cause Luajit configure not passing
2024-03-24 01:27:05 +07:00
46e4a5f9c9
nginx_build_script : uncommented lua related modules
2024-03-23 23:32:21 +07:00
2a292c8d65
nginx_build_script : fix typo
2024-03-23 23:03:47 +07:00
72aabc49d2
nginx_build_script : forgot to clone nginx repository
2024-03-23 22:42:10 +07:00
da53d65abf
nginx_build_script : code revamp init
...
- Removed LibreSSL
- Added BoringSSL
- Fixed BoringSSL issue with Nginx (see: https://trac.nginx.org/nginx/ticket/2605#comment:8 )
- Added Nginx Lua Module(finally!)
- Combined all files into one build.sh
2024-03-23 22:15:09 +07:00
be9a6f64c7
crowdsec-notifications : file path gix
2024-03-23 15:29:05 +07:00
248b4dab9e
crowdsec-notifications : fix formatting
2024-03-23 15:26:18 +07:00
bc200b5f3b
crowdsec-notifications : add ASN to notify
2024-03-22 20:34:52 +07:00
0ba128b5f7
crowdsec-notifications : init
2024-03-22 20:11:46 +07:00
2cfad5cddf
nginx_build_script : deprecating boringssl with libressl
2024-02-25 22:18:16 +07:00
7481b64d8f
nginx_build_script : lurking around with ngx_brotli
2023-11-29 23:28:58 +07:00
4aa162b7ad
build_gitea : purge before each run
2023-11-22 22:47:27 +07:00
29d43470cc
build_gitea : didn't read the docs
2023-11-22 22:42:43 +07:00
3f45c72a4a
build_gitea : oops i messup on golang build
2023-11-22 22:00:37 +07:00
3ed26639ff
build_gitea : add support for static build
2023-11-22 21:54:02 +07:00
5e4f4645b5
Gitea-ui-customized : update head_navbar to v1.21.0, NOTE: theme*.css is broken due to Gitea 1.21
2023-11-21 20:28:34 +07:00
c4d1722a1b
build_gitea : move variable declaration location
2023-11-21 19:54:01 +07:00
0d057f303a
build_gitea : condition fix
2023-11-21 19:46:36 +07:00
303c251b10
build_gitea : I'm tired of doing a version number bump every few months
2023-11-21 19:43:59 +07:00
dd2b86a42d
sysstat_webhook : add some note regards over-size image
2023-11-02 14:35:12 +07:00
223d245d18
sysstat_webhook : add some context
2023-11-02 14:30:17 +07:00
124eb748eb
sysstat_webhook : i probably need some sleep T_T
2023-11-02 13:54:05 +07:00
ad32f07d5b
sysstat_webhook : accept custom message_text
2023-11-02 13:48:16 +07:00
08f0e4dd93
sysstat_webhook : treat datafile according to /usr/bin/sadf
2023-11-02 13:42:08 +07:00
9b66234057
sysstat_webhook : treat as sar option
2023-11-02 13:36:52 +07:00
83b3e4ec2a
sysstat_webhook : fix arguments again
2023-11-02 13:12:11 +07:00
562ad7a583
sysstat_webhook : oof! variable again :(
2023-11-02 12:05:10 +07:00
1ccca2e43d
sysstat_webhook : add o: to arguments
2023-11-02 12:02:43 +07:00
7f3da3aa98
sysstat_webhook : remove oneday as a default parameter for sadf
2023-11-02 12:01:47 +07:00
08c7604a27
sysstat_webhook : add some context
2023-10-31 20:15:50 +07:00
1de2ccafd9
sysstat_webhook : init
2023-10-31 20:13:37 +07:00
2e4bd40258
vnstati_webhook : space out
2023-10-31 14:33:36 +07:00
36a5485001
vnstati_webhook add some context
2023-10-31 14:32:06 +07:00
55ac681574
vnstati_webhook : header_text in string
2023-10-31 14:21:04 +07:00
e8e4af518f
vnstati_webhook : withdraw default days_limit
2023-10-31 14:17:33 +07:00
b4d295328e
vnstati_webhook : init
2023-10-31 14:10:31 +07:00
b92430704d
Revert "nginx_build_script : re-init compile w/ lua"
...
This reverts commit 0cf3d8613a
.
2023-10-31 03:44:50 +07:00
94cd18c6ec
nginx_build_script : oh yeah! bad quoting again!!
2023-10-31 03:14:32 +07:00
77c05ef6e8
nginx_build_script : fix boring variable issue :(
2023-10-31 02:54:20 +07:00
8f4b48f9b5
nginx_build_script : remove un-nesscessary cd
2023-10-31 02:32:21 +07:00
293e3f1a2b
nginx_build_script : specify directory, it was very confused to me :c
2023-10-31 02:28:36 +07:00
25f21bea0c
nginx_build_script : fix directory issue
2023-10-31 02:23:13 +07:00
0cf3d8613a
nginx_build_script : re-init compile w/ lua
2023-10-31 01:45:48 +07:00
8686d712b7
Gitea-ui-customized : quick migration
2023-09-07 19:52:52 +07:00
b51e2bd04f
build_gitea : exit when GIT_TAG isn't supplied. And better echo message.
2023-07-27 23:00:22 +07:00
18a0b5eb04
Gitea-ui-customized : change color for <comment> in code
2023-07-21 16:34:29 +07:00