rename http-server to dehub-remote

---
type: change
message: rename http-server to dehub-remote
change_hash: AJr5PxENqy2UgmM7a4OZ/lse0vEEQ0pTp/2iOi0mlF0a
credentials:
- type: pgp_signature
  pub_key_id: 95C46FA6A41148AC
  body: iQIzBAABAgAdFiEEJ6tQKp6olvZKJ0lwlcRvpqQRSKwFAl59ceYACgkQlcRvpqQRSKxq8w/+J5xX2clHt/P/nc3e0dsFVLr/O3FB0J1m5x1fpLFMeZyWPjmbfCX30KrB/decyzGg7BFLYSbbCysMP2ZQt7bar1zDHN0vR5Isdv1Ru71uLKHeP65EW8fmm0DmDcCzJrFvveAfzgNm5gi8a3dEYCNTWUL8v7s/AhpQI/w7PGIOM+xEH2KFpaEEwAT20BAJI+SiTRW1/LxXocjYF4YvHHZGOCH6TESC8urLNDvfk54ayPRe6FOYLVhXXNRBm4Lv8vF9Yora1h6QG3mhzEzIVnRv+4/7xBOS5azIWpSo0MSdVLRmiae8jEYU0YCRixhIheiI2M664okCmOdVFNlGEbp5e1SmHzMdPONaOqN+LHRakwBEuVClpanZPRvFd3It0OtoLxiS/nJ17gzNQnPrqsNBYK35y3HowzLYe0zZDJZpYdIh0q06JFXew09ogW9Am35Mt+fZ8GTQFC9AR990umwCXaZ9WUq/Vc0i1SbsTFLyBTOabt+OdqnLTefF6bs5q5RyzETwcenJBusvjwOV0UHNTbUaE427wVCY2UupZAd6Sn1krdZvWvqq/oqJ6GKfRhmTA3X2UjSApI04CBGjbsfQ1o5wZnF+fKuwOO77rDTMNgbnmA5wxlaYlJ92WQXVKSlqCryqGc2joHkeWDablEV44ayGpDaGS1LUP2kAl3YM45c=
  account: mediocregopher
main
mediocregopher 4 years ago
parent a3b98cc4ef
commit d6f5bf2e38
  1. 6
      Dockerfile.dehub-remote
  2. 6
      cmd/dehub-remote/README.md
  3. 0
      cmd/dehub-remote/nginx.conf
  4. 0
      cmd/dehub-remote/pre-receive
  5. 0
      cmd/dehub-remote/run.sh
  6. 0
      cmd/dehub-remote/start.sh

@ -34,13 +34,13 @@ COPY --from=0 /usr/bin/dehub /usr/bin/dehub
COPY --from=0 /usr/bin/git-http-server /usr/bin/git-http-server
# Create config files for container startup and nginx
COPY cmd/http-server/nginx.conf /etc/nginx/nginx.conf
COPY cmd/dehub-remote/nginx.conf /etc/nginx/nginx.conf
# Create pre-receive
COPY cmd/http-server/pre-receive /pre-receive
COPY cmd/dehub-remote/pre-receive /pre-receive
# Create start.sh
COPY cmd/http-server/start.sh /start.sh
COPY cmd/dehub-remote/start.sh /start.sh
RUN chmod +x /start.sh
ENTRYPOINT ["/start.sh"]

@ -1,8 +1,8 @@
# dehub-server
# dehub-remote
This directory provides a simple Docker image which can be spun up to run a
dehub-enabled git http server (i.e. one in which incoming commits will be
verified prior to being accepted into the `main` branch).
dehub-enabled git http remote server. Commits which are pushed to this server
will be automatically verified using `dehub verify`.
The docker image is also being hosted on docker hub at `mediocregopher/dehub`.
Proper image tagging/versioning coming soon!
Loading…
Cancel
Save