angristan / angristan/nginx-autoinstall

Add support for custom modules?

未關閉
#41 16 則留言 5 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement module
主要語言
Shell
星號
646
分支
231
PR 合併指標
30 天內沒有已合併 PR

描述

Let's say I want nginx cache purge module or any other module. Script installer has to compile the module and all other things that are required by himself.
This script should give an option where Script installer can input the path to module folder.
Like this: ( I'm not a programmer: 100: )

> Do you want to add extra modules ( yes/ no ): Y
> Please confirm, you have compiled your modules or anything that is required. We'll not responsible for any errors.
> Continue adding moodules (yes/no)? Y (ENTER)
> Input the path to module(s) folder (eg: /opt/module/ ): /usr/local/nginx_cache_purge/ (ENTER)
> Continue adding moodules (yes/no)? Y (ENTER)
> Input the path to module(s) folder (eg: /opt/module/ ): /usr/local/nginx_redis/ (ENTER)
> Continue adding moodules (yes/no)? Y (ENTER)
> Input the path to module(s) folder (eg: /opt/module/ ): /usr/local/modsecurity/ (ENTER)
> Continue adding moodules (yes/no)? NO (ENTER)
> All modules are added and ready to be compiled with nginx, press any key to continue:

.....
....
Something like this +1:

Thanks

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。