Skip to content

💧An easy-go Http server for static files with out-of-the-box logging and admin endpoint for hot content reloading

Notifications You must be signed in to change notification settings

alekslitvinenk/doppler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💧 Doppler

Build Status Scala Steward badge

To run

docker run -d \
-p 80:8080 \
-p 443:9443 \
--rm \
-v /opt/doppler:/var/www/hosts \
alekslitvinenk/doppler \
 0.0.0.0

To convert SSL/TLS files obtained from Let's Encrypt Authority

  1. Navigate to unzipped folder with certificates
  2. openssl pkcs12 -export -out server.p12 -inkey private.key -in certificate.crt -certfile ca_bundle.crt

About

💧An easy-go Http server for static files with out-of-the-box logging and admin endpoint for hot content reloading

Resources

Stars

Watchers

Forks

Packages

No packages published