Skip to content

A hub to put all your different url for all your docker and web apps.

License

Notifications You must be signed in to change notification settings

Skycryck/docker-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Hub

logo

What is Docker Hub ?

Docker Hub provide you a place to put all your different url for all your docker and web apps.

How to add an app to your hub ?

Edit the index.html file

var data = {  
  "apps" : [
    {
      "name" : "Name",          // The name you want your app to have
      "icon" : "name.png",      // The name of the logo of your app (must be located in /img)
      "url" : "http://ip:port"  // The url of the app
    },
    {
      ...                       // Feel free to add as many app as you want to the array.
    },
  ]
}    

About

A hub to put all your different url for all your docker and web apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published