-
-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from timoschlueter/feature/improve-docker-comp…
…atibility Feature/improve docker compatibility
- Loading branch information
Showing
6 changed files
with
77 additions
and
41 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
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 |
---|---|---|
|
@@ -9,16 +9,18 @@ work with at least Freestyle Libre 2 (FGM) and Libre 3 CGM sensors. | |
|
||
The script takes the following environment variables | ||
|
||
| Variable | Description | Example | Required | | ||
|-----------------------|------------------------------------------------------------------------------------------------------------------|------------------------------------------|--------| | ||
| LINK_UP_USERNAME | LibreLink Up Login Email | [email protected] | X | | ||
| LINK_UP_PASSWORD | LibreLink Up Login Password | mypassword | X | | ||
| LINK_UP_CONNECTION | LibreLink Up Patient-ID. Can be received from the console output if multiple connections are available. | 123456abc-abcd-efgh-7891def | | | ||
| LINK_UP_TIME_INTERVAL | The time interval of requesting values from libre link up | 5 | | | ||
| LINK_UP_REGION | Your region. Used to determine the correct LibreLinkUp service (Possible values: US, EU, DE, FR, JP, AP, AU, AE) | EU | | | ||
| NIGHTSCOUT_URL | Hostname of the Nightscout instance (without https://) | nightscout.yourdomain.com | X | | ||
| NIGHTSCOUT_API_TOKEN | SHA1 Hash of Nightscout access token | 162f14de46149447c3338a8286223de407e3b2fa | X | | ||
| LOG_LEVEL | The setting of verbosity for logging, should be one of info or debug | info | X | | ||
| Variable | Description | Example | Required | | ||
|--------------------------|------------------------------------------------------------------------------------------------------------------|------------------------------------------|----------| | ||
| LINK_UP_USERNAME | LibreLink Up Login Email | [email protected] | X | | ||
| LINK_UP_PASSWORD | LibreLink Up Login Password | mypassword | X | | ||
| LINK_UP_CONNECTION | LibreLink Up Patient-ID. Can be received from the console output if multiple connections are available. | 123456abc-abcd-efgh-7891def | | | ||
| LINK_UP_TIME_INTERVAL | The time interval of requesting values from libre link up | 5 | | | ||
| LINK_UP_REGION | Your region. Used to determine the correct LibreLinkUp service (Possible values: US, EU, DE, FR, JP, AP, AU, AE) | EU | | | ||
| NIGHTSCOUT_URL | Hostname of the Nightscout instance (without https://) | nightscout.yourdomain.com | X | | ||
| NIGHTSCOUT_API_TOKEN | SHA1 Hash of Nightscout access token | 162f14de46149447c3338a8286223de407e3b2fa | X | | ||
| NIGHTSCOUT_DISABLE_HTTPS | Disables the HTTPS requirement for Nightscout URLs | true | | | ||
| LOG_LEVEL | The setting of verbosity for logging, should be one of info or debug | info | | | ||
| SINGLE_SHOT | Disables the scheduler and runs the script just once | true | | | ||
|
||
## Usage | ||
|
||
|
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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