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

https://github.com/clarus/web

The configuration of my web server.
https://github.com/clarus/web

Last synced: 9 months ago
JSON representation

The configuration of my web server.

Awesome Lists containing this project

README

          

# Web
The configuration of my web server.

## Use

make # build the container `web`
make stop # stop the server
make start # start the server

In practice:

git pull && make && make stop ; make start