docs: add AI disclosure section

- Add "AI Disclosure" section to README.md
- Include text regarding the use of a local-only LLM for project development
This commit is contained in:
kyle
2026-06-15 10:42:41 -07:00
parent 5f703e0fa9
commit c790a867c6
+8
View File
@@ -549,3 +549,11 @@ grep 'nc_bot_webhooks: DEBUG mapped' /var/www/html/data/nextcloud.log
| **Image upload fails** | Verify the bot user has file storage quota and the `nc_bot_webhooks-images` folder can be created. |
| **Apprise 500 error** | Likely config data not migrated from the old app ID. Re-enter settings or run: `UPDATE oc_appconfig SET appid = 'nc_bot_webhooks' WHERE appid = 'ncdiscordhook';` |
| **Bot not listed in room participants** | The `ensureBotParticipants()` method runs automatically on save, but you may need to re-check the room in admin settings to trigger it. |
---
## AI Disclosure
A LOCAL-only LLM was used to help write parts of this project.
I feel a bit of personal shame about using a bot to write code, but I couldn't find an existing Nextcloud way to do this and I have other work I should be working on. I just wanted to get all my internal service chat bots off Discord.