-
-
Notifications
You must be signed in to change notification settings - Fork 274
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 #35 from timoschlueter/release/1.6.0
Release 1.6.0
- Loading branch information
Showing
5 changed files
with
195 additions
and
153 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
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,36 +1,41 @@ | ||
{ | ||
"name": "Nightscout LibreLinkUp Uploader", | ||
"description": "Uploads you Blood Glucose from LibreLinkUp to your Nightscout", | ||
"formation": { | ||
"web": { | ||
"quantity": 0, | ||
"size": "free" | ||
}, | ||
"worker": { | ||
"quantity": 1, | ||
"size": "free" | ||
} | ||
}, | ||
"env": { | ||
"LINK_UP_USERNAME": { | ||
"description": "Your LibreLinkUp (LibreView) username/email address", | ||
"value": "", | ||
"required": true | ||
}, | ||
"LINK_UP_PASSWORD": { | ||
"description": "Your LibreLinkUp (LibreView)", | ||
"value": "", | ||
"required": true | ||
}, | ||
"NIGHTSCOUT_URL": { | ||
"description": "Your Nightscout URL", | ||
"value": "", | ||
"required": true | ||
}, | ||
"NIGHTSCOUT_API_TOKEN": { | ||
"description": "Your Nightscout API token", | ||
"value": "", | ||
"required": true | ||
} | ||
} | ||
"name": "Nightscout LibreLinkUp Uploader", | ||
"description": "Uploads your Blood Glucose from LibreLinkUp to your Nightscout", | ||
"formation": { | ||
"web": { | ||
"quantity": 0, | ||
"size": "free" | ||
}, | ||
"worker": { | ||
"quantity": 1, | ||
"size": "free" | ||
} | ||
}, | ||
"env": { | ||
"LINK_UP_USERNAME": { | ||
"description": "Your LibreLinkUp (LibreView) username/email address", | ||
"value": "", | ||
"required": true | ||
}, | ||
"LINK_UP_PASSWORD": { | ||
"description": "Your LibreLinkUp (LibreView)", | ||
"value": "", | ||
"required": true | ||
}, | ||
"NIGHTSCOUT_URL": { | ||
"description": "Your Nightscout URL", | ||
"value": "", | ||
"required": true | ||
}, | ||
"NIGHTSCOUT_API_TOKEN": { | ||
"description": "Your Nightscout API token", | ||
"value": "", | ||
"required": true | ||
}, | ||
"LOG_LEVEL": { | ||
"description": "The log-level to use.", | ||
"value": "info", | ||
"required": true | ||
} | ||
} | ||
} |
Oops, something went wrong.