-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
55 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
UNIFI_USER= | ||
UNIFI_PASS= | ||
UNIFI_CONTROLLER_URL= | ||
UNIFI_CONTROLLER_URL=https://unifi.guestgate.cloud | ||
UNIFI_CONTROLLER_TYPE=standalone | ||
UNIFI_SITE_IDENTIFIER=default | ||
SESSION_SECRET=secretString | ||
AUTH=simple | ||
REDIRECTURL=https://guestgate.cloud | ||
PORT=80 | ||
LOG_AUTH_DRIVER=none | ||
LOG_LEVEL=info | ||
AUTH=none | ||
REDIRECTURL=/success.html | ||
NODE_ENV=production | ||
PORT=80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# unifi-hotspot | ||
|
||
This repository hosts a versatile external captive portal server designed for authorizing Wi-Fi guests on Unifi products. The application supports flexible user data storage solutions, including integration with Google Sheets and webhooks. | ||
|
||
> **Exciting News!** | ||
> | ||
> Coming soon! Simplify your experience with our upcoming hosted version of this application. Perfect for those who prefer a hassle-free setup or are willing to pay a premium for a managed solution. Don't miss out on early access—sign up now [here](https://guestgate.cloud)! | ||
## What's New in V3 | ||
|
||
### Breaking Changes | ||
This repository hosts a versatile external captive portal server designed for authorizing Wi-Fi guests on Unifi products. The application supports flexible user data storage solutions, including integration with Google Sheets and webhooks. | ||
|
||
- The `URI` environment variable has been renamed to `UNIFI_CONTROLLER_URL`. | ||
- The `SITENAME` environment variable has been renamed to `UNIFI_SITE_IDENTIFIER`. | ||
- The `LOG_AUTH_GOOGLE_SERVICE_ACCOUNT_EMAIL` and `LOG_AUTH_GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY` environment variables have been replaced with `LOG_AUTH_GOOGLE_CREDENTIALS`. | ||
## What's New in V3 | ||
|
||
### Features and Improvements | ||
|
||
- Added support for devices with built-in controllers such as the Unifi Dream Machine. | ||
- Upgraded to NodeJS Version 20. | ||
- Codebase rewritten in Typescript. | ||
|
||
### Breaking Changes | ||
|
||
- The `URI` environment variable has been renamed to `UNIFI_CONTROLLER_URL`. | ||
- The `SITENAME` environment variable has been renamed to `UNIFI_SITE_IDENTIFIER`. | ||
- The `LOG_AUTH_GOOGLE_SERVICE_ACCOUNT_EMAIL` and `LOG_AUTH_GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY` environment variables have been replaced with `LOG_AUTH_GOOGLE_CREDENTIALS`. | ||
|
||
## Documentation | ||
|
||
For detailed information on how to set up and use this application, please refer to the [Documentation](https://docs.unifi-hotspot.jamiewood.io). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters