No Description

Joshua Achorn e95b4a82e6 remove locks 4 years ago
.gitignore bdec758488 add go files 5 years ago
README.md 0f0c080bc2 fix typo 5 years ago
cache.go 5c7d528093 Add support for Tor hidden services & websockets 5 years ago
clean.sh f9780bfee7 fix bug, add clean shell 5 years ago
config.yaml bdec758488 add go files 5 years ago
main.go e95b4a82e6 remove locks 4 years ago
rand.go bdec758488 add go files 5 years ago
yamldb.go e95b4a82e6 remove locks 4 years ago

README.md

PageBot

This project contains the software for Internet Krypto Klub's new pg subdomain.

It is intended to simplify the process of hosting TLS-secured services by using a single wildcard certificate.

Configuration example:

sites:
  up.pg.ikrypto.club: # acts as a reverse proxy to this http service
    type: proxy                     
    repo: http://localhost:8080
  cryptodog.pg.ikrypto.club: # hosts latest version of this Git repository
    type: static
    repo: https://github.com/Cryptodog/cryptodog.git