Fix info.xml schema, purge empty dirs, update URLs

This commit is contained in:
kyle
2026-06-10 14:37:04 -07:00
parent 640a3f4f27
commit 3bba599133
3 changed files with 6 additions and 8 deletions
+4 -6
View File
@@ -6,9 +6,10 @@
<summary>Discord webhook bridge for Nextcloud Talk with image support</summary>
<description>Accepts Discord webhook-style JSON payloads and posts them into Nextcloud Talk rooms, preserving image attachments. Each room gets its own webhook URL with an auth token for security.</description>
<version>1.0.0</version>
<licence>agpl</licence>
<author>Kyle</author>
<licence>AGPL-3.0-or-later</licence>
<author homepage="https://github.com/Mr-Newlove/nc_bot_webhooks/kyle">Kyle</author>
<namespace>NCdiscordhook</namespace>
<category>integration</category>
<dependencies>
<nextcloud min-version="28" max-version="33"/>
@@ -22,8 +23,5 @@
<admin>OCA\NCdiscordhook\Settings\Admin</admin>
</settings>
<category>integration</category>
<bugs-url>https://github.com/your-org/ncdiscordhook/issues</bugs-url>
<source>https://github.com/your-org/ncdiscordhook</source>
<bugs>https://github.com/Mr-Newlove/nc_bot_webhooks/issues</bugs>
</info>