An aspnet core web page to show server information to test the deployments behind a any type of proxy, like phpinfo
- Clone the repo
git clone git@github.com:efaruk/server-info.git
- If you want to use stock docker image you can use following
docker run --name server-info -p 8888:80 -d efaruk/server-info
- Or with docker compose just use
docker compose up -d
- If you want to build from source code and use your own docker image (No SDK needed)
docker compose build
docker compose up -d