README.md 529 B

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