mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 21:02:31 +02:00
doc: add github repo example
This commit is contained in:
@@ -63,5 +63,18 @@ It goes under the `extensions` object and it is of the form:
|
|||||||
| criticalNotification | string | optional | Reserved for urgent notifications. The admin user will receive a message each time it visits the `Install` page. One example is if the extension has a critical bug. |
|
| criticalNotification | string | optional | Reserved for urgent notifications. The admin user will receive a message each time it visits the `Install` page. One example is if the extension has a critical bug. |
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
This mode has the advantage of strictly specifying what releases of an extension can be installed.
|
||||||
|
|
||||||
### GitHub Repository
|
### GitHub Repository
|
||||||
|
It goes under the `repos` object and it is of the form:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"id": "withdraw",
|
||||||
|
"organisation": "lnbits",
|
||||||
|
"repository": "withdraw-extension"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user