diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..29ae255 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: h44z # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index 74ca367..563c17d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2020-2023 Christoph Haas +Copyright (c) 2020-2025 Christoph Haas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 035c69f..9bc044f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The configuration portal supports using a database (SQLite, MySQL, MsSQL, or Pos ## Features * Self-hosted - the whole application is a single binary -* Responsive multi-language web UI written in Vue.js +* Responsive multi-language web UI with dark-mode written in Vue.js * Automatically selects IP from the network pool assigned to the client * QR-Code for convenient mobile client configuration * Sends email to the client with QR-code and client config @@ -32,7 +32,7 @@ The configuration portal supports using a database (SQLite, MySQL, MsSQL, or Pos * Docker ready * Can be used with existing WireGuard setups * Support for multiple WireGuard interfaces -* Supports multiple WireGuard backends (wgctrl or MikroTik [BETA]) +* Supports multiple WireGuard backends (wgctrl or MikroTik) * Peer Expiry Feature * Handles route and DNS settings like wg-quick does * Exposes Prometheus metrics for monitoring and alerting @@ -62,6 +62,17 @@ For the complete documentation visit [wgportal.org](https://wgportal.org). * MIT License. [MIT](LICENSE.txt) or +## Contributors and Sponsors + +Thanks so much for all your contributions! They’re truly appreciated and help keep WireGuard Portal moving ahead. + + + + + +Want to support the project? You can buy me a coffee or join as a contributor - every bit of support helps! +[Become a sponsor!](https://github.com/sponsors/h44z) + > [!IMPORTANT] > Since the project was accepted by the Docker-Sponsored Open Source Program, the Docker image location has moved to [wgportal/wg-portal](https://hub.docker.com/r/wgportal/wg-portal). diff --git a/SECURITY.md b/SECURITY.md index 559eccb..0ffebd7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,7 +7,7 @@ If you believe you've found a security issue in one of the supported versions of | Version | Supported | |---------|--------------------| | v2.x | :white_check_mark: | -| v1.x | :white_check_mark: | +| v1.x | :x: | ## Reporting a Vulnerability