An open API service indexing awesome lists of open source software.

https://github.com/yugasun/caddy-server

Simple RESTful api for Caddy
https://github.com/yugasun/caddy-server

caddy caddy-server

Last synced: 9 months ago
JSON representation

Simple RESTful api for Caddy

Awesome Lists containing this project

README

          

## Caddy Server

This is a simple Caddy Server based on Spring Boot.

### Develop

```bash
mvn clean package
```

### Run

```bash
# Build
mvn clean package

# Run
./start.sh
```

### Deploy by Docker

```bash
# Build Docker Image
docker build -t caddy-server:latest .

# Run Docker Container
docker run -d -p 8080:8080 caddy-server:latest
```

### License

[Apache License 2.0](./LICENSE)