mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 03:30:05 +00:00
Version 3 starter
This commit is contained in:
27
DEV-README.md
Normal file
27
DEV-README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Nginx Proxy Manager 3
|
||||
|
||||
WIP
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
environment variables
|
||||
|
||||
|
||||
## Building
|
||||
|
||||
### Backend API Server
|
||||
|
||||
```bash
|
||||
go build -ldflags="-X main.commit=$(git log -n 1 --format=%h)" -o bin/server ./cmd/server/main.go
|
||||
```
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
git clone nginxproxymanager
|
||||
cd nginxproxymanager
|
||||
./scripts/start-dev
|
||||
curl http://127.0.0.1:3000/api/
|
||||
```
|
Reference in New Issue
Block a user