Skip to content

geprog/static-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-web

A deployment system for static webpages

Features

  • upload service to place files into a storage
    • upload files
    • list deployments
    • remove deployment
    • use random subdomain
    • use custom subdomain
    • store meta data (user, date of last upload)
    • use custom FQDN
    • rolling update (upload new files, then switch to new version)
    • register domain in caddy
    • shutdown deployment and remove files after some time (no re-upload)
  • webserver
    • 200.html for SPA
    • custom 404 page
    • automatic ssl support (should this even be done by caddy?)
    • automatic https redirect (should this even be done by caddy?)
  • cli to easily deploy static webpages
    • upload files
    • list deployments
    • remove deployment
    • use random subdomain
    • use custom subdomain
    • use custom FQDN
    • proper authentication
    • re-upload only changed / sync files

About

A deployment system for static webpages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages