You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
ds pull wsproxy
ds init wsproxy @wsproxy
source ds cd @wsproxy # (or: cd /var/ds/wsproxy/)
vim settings.sh
ds build
ds create
ds config
Usage
domains-add <container> <domain> <domain> ...
Add one or more domains to the configuration of the web proxy.
domains-rm <domain> <domain> ...
Remove one or more domains from the configuration of the web proxy.
get-ssl-cert <email> <domain>... [-t,--test]
Get free SSL certificates from letsencrypt.org
reload
Update the configuration of apache2 and ssh.
sshtunnel-add <domain>
Setup a domain to be served by a remote web server through a ssh tunnel.
sshtunnel-rm <domain>
Remove the sshtunnel for a domain.
update-etc-hosts
Update the file /etc/hosts inside the wsproxy container.