Skip to content

IRDG2OI/g2oi-maintenance-page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G2OI MAINTENANCE PAGE


How we deploy this to our server

Build Docker image

docker build -t g2oi/maintenance-page:1.0 -t g2oi/maintenance-page:latest .

Run

docker run -d --rm -p 80:80 g2oi/maintenance-page



Repository Layout

# tree
├── Dockerfile            # this is what we use for building g2oi/maintenance-page image
├── img                   # favicons, social preview picture, `404.svg`
├── index.html            # core source code. If you want to make modifications, it'll most likely happen here
├── LICENSE               # details on our Apache License
├── manifest.json         # metadata of our website
├── NOTICE.md             # `@Eddy-Barraud`'s MIT License
└── README.md             # file you're reading now. Documentation goes here



About

Maintenance page for g2oi apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.5%
  • Dockerfile 8.5%