mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-11-29 19:59:59 +01:00
Merge remote-tracking branch 'theatischbein/feat_optional_require_login' into require-login
This commit is contained in:
commit
ec1f97b726
10 changed files with 39 additions and 13 deletions
|
|
@ -455,6 +455,7 @@ type apiConfigResponse struct {
|
|||
EnableEmails bool `json:"enable_emails"`
|
||||
EnableReservations bool `json:"enable_reservations"`
|
||||
EnableWebPush bool `json:"enable_web_push"`
|
||||
RequireLogin bool `json:"require_login"`
|
||||
BillingContact string `json:"billing_contact"`
|
||||
WebPushPublicKey string `json:"web_push_public_key"`
|
||||
DisallowedTopics []string `json:"disallowed_topics"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue