mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2025-04-02 16:46:52 +00:00
discord channel, app stack and issue #15
This commit is contained in:
parent
755cc6adf6
commit
2f2b27c499
17
README.md
17
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)
|
[](https://goreportcard.com/report/github.com/vx3r/wg-gen-web)
|
||||||

|

|
||||||
[](http://www.wtfpl.net/about/)
|
[](http://www.wtfpl.net/about/)
|
||||||
|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
@ -60,7 +61,7 @@ services:
|
|||||||
- SMTP_PORT=587
|
- SMTP_PORT=587
|
||||||
- SMTP_USERNAME=account@gmail.com
|
- SMTP_USERNAME=account@gmail.com
|
||||||
- SMTP_PASSWORD="*************"
|
- SMTP_PASSWORD="*************"
|
||||||
- SMTP_FROM="Wg Gen Web <account@gmail.com>"
|
- SMTP_FROM=Wg Gen Web <account@gmail.com>
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/wireguard:/data
|
- /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)
|
* Multi-user support behind [Authelia](https://github.com/authelia/authelia) (suggestions / thoughts are welcome)
|
||||||
* ~~Send configs by email to client~~
|
* ~~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
|
## License
|
||||||
|
|
||||||
* Do What the Fuck You Want to Public License. [LICENSE-WTFPL](LICENSE-WTFPL) or http://www.wtfpl.net
|
* Do What the Fuck You Want to Public License. [LICENSE-WTFPL](LICENSE-WTFPL) or http://www.wtfpl.net
|
||||||
|
Loading…
Reference in New Issue
Block a user