Version 3 starter

This commit is contained in:
Jamie Curnow
2021-06-14 19:29:35 +10:00
parent 60fc57431a
commit 6205434140
642 changed files with 25817 additions and 32319 deletions

27
DEV-README.md Normal file
View 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/
```