Aaron sickprodigy
sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 10:30:24 -05:00
Open-WebUI ; Issues with Nginx proxy

https://docs.openwebui.com/tutorials/https/nginx

CORS_ALLOW_ORIGIN="https://openwebui.hello.duckdns.org"

the above breaks and has json error for some reason.

Add your url to…
sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 10:25:21 -05:00
Open-WebUI ; Issues with Nginx proxy

notifications get through, but still not loading web page.

sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-21 10:10:49 -05:00
Open-WebUI ; Issues with Nginx proxy

open-webui appears to be logging in according to console logs, the screen just isn't wanting to load

sickprodigy commented on issue sickprodigy/docker-home-server#51 2025-11-20 21:06:44 -05:00
Open-WebUI ; Issues with Nginx proxy

Also ordered p100 to go with the server later. Gotta figure out how to code it into the docker file too

sickprodigy opened issue sickprodigy/docker-home-server#51 2025-11-20 21:01:20 -05:00
Open-WebUI ; Issues with Nginx proxy
sickprodigy pushed to main at sickprodigy/MicroPico 2025-11-17 17:17:22 -05:00
98b0e16859 Add discord_test_send script for debugging webhook functionality
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-17 17:16:37 -05:00
5cfa36e558 fix: Remove test_send.py script to clean up unused code
sickprodigy pushed to main at sickprodigy/MicroPico 2025-11-17 17:16:24 -05:00
d0b5497725 Add test_send script for debugging discord webhook functionality
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 21:18:29 -05:00
537da95542 Remove error reporting settings and update author and copyright information in htmlposts.php
374503f9aa Update changelog for version 1.8: fix activation issues, correct settings insert logic, and modernize PHP constructor usage
Compare 2 commits »
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 21:11:33 -05:00
e97fcbb342 Fix link to original HTML in Posts MyBB Plugin in README.md
sickprodigy closed issue sickprodigy/mybb_html-in-posts#1 2025-11-16 15:16:39 -05:00
causing issues with database
sickprodigy commented on issue sickprodigy/mybb_html-in-posts#1 2025-11-16 14:41:48 -05:00
causing issues with database

So you have to remove 'sid' from being created in newer mybb db updates. Mybb will do it automatically. kind of simple fix.

sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 14:35:39 -05:00
743a1acb9b Remove unnecessary 'sid' field from settings in htmlposts_activate function
2c4fc2d300 Add error handling for settings group creation in htmlposts_activate function
Compare 2 commits »
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 14:02:49 -05:00
2a1027d087 Enable error reporting for improved debugging in htmlposts.php
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 14:00:38 -05:00
e8af7f6790 Revert "Fix database queries to use table prefix for settings and usergroup retrieval"
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 13:54:32 -05:00
27e7a3e86e Refactor control_html class implementation for better readability and maintainability
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 13:45:53 -05:00
b9daa8e0b4 Fix database queries to use table prefix for settings and usergroup retrieval
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-16 13:36:26 -05:00
27fdd17911 Update plugin author and version in htmlposts_info function
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:51:39 -05:00
42c208a507 Add author attribution for the original plugin in README.md