An open API service indexing awesome lists of open source software.

https://github.com/ivanvc/docker-bucky-ssl

Docker image with Bucky server with SSL support
https://github.com/ivanvc/docker-bucky-ssl

Last synced: 7 months ago
JSON representation

Docker image with Bucky server with SSL support

Awesome Lists containing this project

README

          

# Bucky server with SSL

Bucky server backed by Nginx, with SSL support. Exposes ports 8128 which is the non-SSL backed,
and 8127 which has SSL enabled.

Place your certificate in `files/certs/server.crt` and the private key in `files/certs/server.key`,
chmod 600 them.

Build the image, and **DON'T PUSH IT TO A PUBLIC DOCKER HUB REPO**, since you're server private
key will be there ;)