dehub/cmd/http-server
mediocregopher 72f2a74415 specify the http root in the nginx conf file
message: specify the http root in the nginx conf file
change_hash: ABYMBF37TBQEicne63mHBjTtyz8mK2WnBqllT8AMiqeO
credentials:
- type: pgp_signature
  pub_key_id: 95C46FA6A41148AC
  body: iQIzBAABAgAdFiEEJ6tQKp6olvZKJ0lwlcRvpqQRSKwFAl5JoQwACgkQlcRvpqQRSKzNpBAAifvR6G0D2V6+VMQJeSEMOZRNBb1OfUVUai7Wpwo/AaiZM5MFz/KeMhGT/NcPHb/kttTkfO0br5xukGVu8HZlB0FHEH9UC4+A8rXPdJsgPSaL+a7Mb9a3j9jtQb7zdtSKu5Pa3GsyNpMmwjUP4RSTDcv4/G1xWxpwy7YKv6+rfZBl77pVCkNDnLDiSROSnzLLwPOkhIiVQ3ze4LpPOoUAbvowCidktWBsw992Nf5gzFaQzsSx+OcWMdi2Kko7mPL22a7UsNC+9W/YEFfZtwf2cEQ8nnHWy+Lc88bpOkexCSpYeYPSfbK+8qQW4f6TEjT0loTzQOdGOkp9d3meFtFsjE163eW3y0G6QGQjt7CJL96y+MR3WxlJrJ4qJVzj7+vB3i9gmMm1R06aVz5QJGjydRc0vykHeCZ7wlX/RP4rrbo8xrL191YSXjwI1nUwmdxWU8y7x06wGZ4fbc482WHVTpSeWWuv6qS9CITQwElu7YnF0n7dfVvAoYwBdHDxH9xqKLYqHPBeOu/z7UDiym9VIlzGXVBvgvu7hnH9a/K1I1ZANCcFCX695BuR/P02dRdX4utJf6iNXyVRaUePiQsLeFvJwhnnT+Zgm7ct+evtrNsxCoPRn/564W/e0uSartWy8mS/0qd2FmQcGMJkiA6lknvpFe2mDC6ktLNqQcajFiE=
  account: mediocregopher
2020-02-16 13:07:45 -07:00
..
.gitignore Change all references to 'master' into 'trunk' 2020-02-16 10:28:59 -07:00
Dockerfile add initial implementation of the http-server 2020-02-15 20:32:00 -07:00
nginx.conf specify the http root in the nginx conf file 2020-02-16 13:07:45 -07:00
pre-receive add initial implementation of the http-server 2020-02-15 20:32:00 -07:00
README.md add initial implementation of the http-server 2020-02-15 20:32:00 -07:00
run.sh add initial implementation of the http-server 2020-02-15 20:32:00 -07:00
start.sh add initial implementation of the http-server 2020-02-15 20:32:00 -07:00

dehub-server

This directory provides a simple Docker image which can be spun up to run a dehub-enabled server (i.e. one in which incoming commits will be verified prior to being accepted into their branch).

The Dockerfile being used is based on gitbox, so thank you to nmarus for the great work there.