Add traefik in front of CHP

introduces configuration for manual tls and letsencrypt
This commit is contained in:
Min RK
2018-07-21 00:20:29 -07:00
parent 2cb7d10ac7
commit 000ac05e14
8 changed files with 204 additions and 18 deletions

View File

@@ -12,11 +12,12 @@ setup(
include_package_data=True,
install_requires=[
'pyyaml==3.*',
'ruamel.yaml==0.15.*'
'ruamel.yaml==0.15.*',
'jinja2',
],
entry_points={
'console_scripts': [
'tljh-config = tljh.config:main'
]
}
'tljh-config = tljh.config:main',
],
},
)