mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
使用 lego 取代 acme.sh
This commit is contained in:
parent
d60701256e
commit
1696846a1f
22 changed files with 849 additions and 160 deletions
|
@ -20,12 +20,10 @@ echo "Compiling api server..."
|
|||
cd server || exit 1
|
||||
go build -o nginx-ui-server main.go
|
||||
|
||||
echo "Installing acme.sh..."
|
||||
go test -v test/acme_test.go
|
||||
|
||||
echo "build completed"
|
||||
cd ..
|
||||
|
||||
echo "==============="
|
||||
echo "frontend dist path: nginx-ui-frontend/dist"
|
||||
echo "start server, run server/nginx-ui-server"
|
||||
echo "start server at background, run nohup ./nginx-ui-server &"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue