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
- Host: GitHub
- URL: https://github.com/ivanvc/docker-bucky-ssl
- Owner: ivanvc
- Created: 2017-03-01T20:08:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T20:10:18.000Z (over 9 years ago)
- Last Synced: 2025-01-23T20:53:07.560Z (over 1 year ago)
- Language: Nginx
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ;)