diff options
author | 2024-10-18 13:18:17 +0800 | |
---|---|---|
committer | 2024-10-18 18:06:09 -0700 | |
commit | 366928b35de36b6ac37b8058faf7ea783afef7e6 (patch) | |
tree | e1fb1ab77852bb28af4b8bf8038172d157e48b45 /internal/ui/integration_show.go | |
parent | 3b654fefa73908063842fd143b76f1089d0d11ed (diff) | |
download | v2-366928b35de36b6ac37b8058faf7ea783afef7e6.tar.gz v2-366928b35de36b6ac37b8058faf7ea783afef7e6.tar.zst v2-366928b35de36b6ac37b8058faf7ea783afef7e6.zip |
feat(integration): add cubox integration
Signed-off-by: Shaolong Chen <shaolong.chen@outlook.it>
Diffstat (limited to '')
-rw-r--r-- | internal/ui/integration_show.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/ui/integration_show.go b/internal/ui/integration_show.go index 8cc3bfe6..1395fab2 100644 --- a/internal/ui/integration_show.go +++ b/internal/ui/integration_show.go @@ -124,6 +124,8 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) { NtfyUsername: integration.NtfyUsername, NtfyPassword: integration.NtfyPassword, NtfyIconURL: integration.NtfyIconURL, + CuboxEnabled: integration.CuboxEnabled, + CuboxAPILink: integration.CuboxAPILink, } sess := session.New(h.store, request.SessionID(r)) |