Thanks to visit codestin.com
Credit goes to github.com

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

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💧 Doppler

To run

docker run -d \
-p 80:8080 \
-p 443:9443 \
--rm \
-v /opt/doppler:/var/www/hosts \
-v /etc/letsencrypt/live/dockovpn.io-0001:/opt/sslfiles \
-e APP_LOG_APPENDER=rollingFile \
-e DB_HOST=??? \
-e SSL_CERT=/opt/sslfiles/server.p12 \
alekslitvinenk/doppler:edge2 \
0.0.0.0

To convert SSL/TLS files obtained from Certbot

  1. Navigate to unzipped folder with certificates, usually /etc/letsencrypt/live/dockovpn.io
  2. openssl pkcs12 -export -out server.p12 -inkey privkey.pem -in fullchain.pem -certfile cert.pem

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

Contributors 2

  •  
  •