Fork of https://github.com/rchakode/hugo-mx-gateway Contact form API for static websites
Go to file
Rodrigue Chakode 37a12b6965
Merge pull request #17 from seb36273/seb36273-fix-envar-typo
Fix: small typo in sendmail.go
2022-05-16 00:16:56 +02:00
.github/workflows switch to main branch 2022-05-09 10:47:42 +02:00
docs Updated docs related to SMTP_SKIP_VERIFY_CERT 2022-05-15 23:25:22 +02:00
helm Updated docs and values.yaml to match the previous behaviour. 2022-05-15 18:11:51 +02:00
samples improvement of the contact form processing: 2021-10-26 20:14:24 +02:00
screenshots updated sample form 2022-04-30 11:52:35 +02:00
templates improved contact email template 2020-08-20 09:42:49 +02:00
vendor add go-recaptcha dependency 2020-06-02 20:05:21 +02:00
.dockerignore added dockerfile 2020-05-17 19:08:05 +02:00
.gcloudignore review docs 2020-06-13 12:22:01 +02:00
.gitignore ignore IntelliJ IDEA stuff 2020-06-02 15:31:52 +02:00
Dockerfile added healthz endpoint, misc improvements and docs review 2020-05-24 00:44:40 +02:00
LICENSE added LICENSE 2020-05-17 19:08:22 +02:00
Makefile Update Makefile 2022-05-02 00:43:36 +02:00
README.md updated README headline 2022-05-09 12:05:44 +02:00
app.yaml.sample Update app.yaml.sample 2022-05-15 18:07:36 +02:00
entrypoint.sh added healthz endpoint, misc improvements and docs review 2020-05-24 00:44:40 +02:00
go.mod updated to gopkg.in/yaml.v2 v2.2.8 to fix CVE-2019-11254 2022-05-09 11:48:45 +02:00
go.sum updated to gopkg.in/yaml.v2 v2.2.8 to fix CVE-2019-11254 2022-05-09 11:48:45 +02:00
healthz.go added healthz endpoint, misc improvements and docs review 2020-05-24 00:44:40 +02:00
hugo-mx-gateway-architecture-overview.png review docs 2020-05-31 13:46:26 +02:00
hugo-mx-gateway-thumbnail.png updated thumbnail 2022-05-09 12:18:15 +02:00
main.go add variable SMTP_AUTHENTICATION_ENABLED 2022-05-09 10:39:56 +02:00
sendmail.go Update sendmail.go 2022-05-15 17:36:47 +02:00

README.md

logo-thumbnail

Apache License GitHub Actions Status Docker pulls


Overview

Did you ever experience building a static website (e.g. using Hugo) then got stuck when coming the time to add a contact/demo request form?

You're at the right place.

hugo-mx-gateway provides a RESTful API that adds the dynamicity required to handle contact/demo requests for your static websites. It's a simple, yet a powerful tool built for this only-designated purpose.

Getting Started

The following resources will enable you to deploy and get started with hugo-mx-gateway.

License & Copyrights

This tool (code and documentation) is licensed under the terms of Apache 2.0 License. Read the LICENSE file for more details on the license terms.

The tool may inlcude third-party libraries provided with their owns licenses and copyrights, but always compatible with the Apache 2.0 License terms of use.

Support & Contributions

We encourage feedback and do make our best to handle any troubles you may encounter when using this tool.

Here is the link to submit issues: https://github.com/rchakode/hugo-mx-gateway/issues.

New ideas are welcomed, please open an issue to submit your idea if you have any one.

Contributions are accepted subject that the code and documentation be released under the terms of Apache 2.0 License.

To contribute bug patches or new features, please use the Github Pull Request model.