nightscout / nightscout.github.io

website, meta repo for whole project
GNU General Public License v2.0
103 stars 227 forks source link

Azure APNS change #209

Closed psonnera closed 3 months ago

psonnera commented 3 months ago

NEW 2024 Update: Azure changed a lot.. 1- Under Environment Variants add the APNS key as instructed in main docs. ( if you add \n while adding "New Application Setting" the backward slash \ will be duplicated. 2- As with the earlier fix, you will need to edit the text. from "Advanced edit" (same row as "New Application Setting" 4th button to be exact. 3- That will enable you to "edit Code" 4- Scroll down to (name; "LOOP_APNS_KEY") 5- Edit Value to make it that only every line break from the APNS original file is substituted with \n leave Begin Key and End Key as is for example (-----BEGIN PRIVATE KEY-----\n4tgirbg\n0gfdbgnb\n4bvghfd\n-----END PRIVATE KEY-----) 6- Click (OK) at the bottom. 7- Hit (Apply) 8- Start an override from Loop, give it a second. and issue the "Temporary Override Cancel"

psonnera commented 3 months ago

Completed https://github.com/nightscout/nightscout.github.io/commit/8b6d52a7a436fa0646cda82bfab7349322358894 @marionbarker FYI