Skip to content

chuntungho/explorer

Repository files navigation

Explorer

Explore the world wide web customized to your wish.

Online Demo

https://explorer.qzz.io

Use as a docker mirror

vi /etc/docker/daemon.json

{
   "registry-mirrors": ["https://docker.explorer.qzz.io"]
 }

Login mirror using Docker Hub Personal access tokens

docker login docker.explorer.qzz.io -u <your-account>

Local Debug

Start from source code gradlew bootRun

or run by docker image docker run --name explorer -p 8080:8080 chuntungho/explorer

Access the URL: http://localhost:8080

Deployment

This requires wildcard domain certificate and wildcard DNS record.

refer to [src/docker/docker-compose.yml]

About

Explore the world wide web customized to your wish

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors