Skip to content

phpinfo() like web page to show server information to test the deployments behind a any type of proxy

License

Notifications You must be signed in to change notification settings

efaruk/server-info

Repository files navigation

server-info

An aspnet core web page to show server information to test the deployments behind a any type of proxy, like phpinfo

Light Theme Screen Shot

Light Theme

Dark Theme Screen Shot

Dark Theme

How to use it

  • 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

About

phpinfo() like web page to show server information to test the deployments behind a any type of proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published