diff --git a/README.md b/README.md index 0123076372509c3633307b045ed37c755b357211..93f4a853d09b7e5795d95a620be35343dd1f273a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Simple Web based configuration generator for [WireGuard](https://wireguard.com). [](https://goreportcard.com/report/github.com/vx3r/wg-gen-web)  [](http://www.wtfpl.net/about/) +    @@ -60,7 +61,7 @@ services: - SMTP_PORT=587 - SMTP_USERNAME=account@gmail.com - SMTP_PASSWORD="*************" - - SMTP_FROM="Wg Gen Web <account@gmail.com>" + - SMTP_FROM=Wg Gen Web <account@gmail.com> volumes: - /etc/wireguard:/data ``` @@ -134,6 +135,18 @@ Feel free to modify this file in order to use your existing keys * Multi-user support behind [Authelia](https://github.com/authelia/authelia) (suggestions / thoughts are welcome) * ~~Send configs by email to client~~ +## Need Help + + * Join us on [Discord](https://discord.gg/fjx7gGJ) + * Create an issue + +## Application stack + + * [Gin, HTTP web framework written in Go](https://github.com/gin-gonic/gin) + * [go-template, data-driven templates for generating textual output](https://golang.org/pkg/text/template/) + * [Vue.js, progressive javaScript framework](https://github.com/vuejs/vue) + * [Vuetify, material design component framework](https://github.com/vuetifyjs/vuetify) + ## License - * Do What the Fuck You Want to Public License. [LICENSE-WTFPL](LICENSE-WTFPL) or http://www.wtfpl.net \ No newline at end of file + * Do What the Fuck You Want to Public License. [LICENSE-WTFPL](LICENSE-WTFPL) or http://www.wtfpl.net