You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add 50xx series ([#3190](https://github.com/jef/streetmerchant/issues/3190)) ([db07796](https://github.com/jef/streetmerchant/commit/db07796ef99cc55c7ccdc67df0884b26e361c440))
9
+
* add 50xx series discord notification groups ([#3193](https://github.com/jef/streetmerchant/issues/3193)) ([f59d3fc](https://github.com/jef/streetmerchant/commit/f59d3fcbb0b40e0db4e0da9e8b3c60c7d7c114a4))
10
+
* add more 50xx series, add templates for adding more links ([#3191](https://github.com/jef/streetmerchant/issues/3191)) ([ce6d084](https://github.com/jef/streetmerchant/commit/ce6d08490c11fbffaeb932ddc0c6f9262d079c4d))
11
+
* add new microcenters locations, more 4090 GPUs, fixed incorrect URLs ([#3181](https://github.com/jef/streetmerchant/issues/3181)) ([218b0c3](https://github.com/jef/streetmerchant/commit/218b0c30757aaaa5ddc922f32e330457c0a82318))
Copy file name to clipboardExpand all lines: docs/reference/notification.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,3 +279,16 @@ Copy the API key generated with the service activation.
279
279
|`FREEMOBILE_API_KEY`| API key generated with your notification option activation |
280
280
281
281
Note: here you do not need to give neither your password nor phone number.
282
+
283
+
## NTFY.sh
284
+
285
+
You can send notifications using NTFY.sh, which supports various features like priority, tags, and action buttons.
286
+
Use the free service at [ntfy.sh](https://ntfy.sh) or host your own instance.
287
+
288
+
| Environment variable | Description |
289
+
|:---:|---|
290
+
|`NTFY_URL`| ntfy server URL, e.g. `https://ntfy.sh`|
291
+
|`NTFY_TOPIC`| Topic to publish alerts to |
292
+
|`NTFY_PRIORITY`| Message priority, e.g. max/high/default/low/min, I recommend to use the numbers instead of the string values for the priority. https://docs.ntfy.sh/publish/?h=priority#message-priority|
293
+
|`NTFY_TITLE`| Title of the message |
294
+
|`NTFY_ACCESS_TOKEN`| Access token for authentication. https://docs.ntfy.sh/config/#access-tokens|
Copy file name to clipboardExpand all lines: src/store/model/amazon.ts
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -985,14 +985,17 @@ export const Amazon: Store = {
985
985
};
986
986
987
987
/* Copy Paste Template
988
+
988
989
Copy the product id from the amazon URL.
989
-
For example if you have https://www.amazon.com/gp/product/B08M9R8HQY just copy B08M9R8HQY. Paste it after ASIN.1= in the cartUrl and at the end of /dp/ in the url.
0 commit comments