• Joined on 2021-12-01
mia commented on pull request mia/0x0#79 2023-01-15 20:46:22 +01:00
fix 500 error when file extension could not be guessed

Should now be fixed on the 0x0.st instance as well.

mia commented on pull request mia/0x0#79 2023-01-15 20:45:18 +01:00
fix 500 error when file extension could not be guessed

Oh, thanks! Think this one might have be a regression.

mia pushed to master at mia/0x0 2023-01-15 20:44:08 +01:00
3950f6e8eb fix 500 error when file extension could not be guessed
mia commented on issue mia/0x0#78 2022-12-29 19:53:09 +01:00
TypeError when attempting to use mod.py

Oops. Dumb oversight. Thanks for reporting!

mia closed issue mia/0x0#78 2022-12-29 19:52:22 +01:00
TypeError when attempting to use mod.py
mia pushed to master at mia/0x0 2022-12-29 19:52:22 +01:00
e1e99957b6 ModUI: Fix crash when encountering null NSFW score
mia closed issue mia/0x0#77 2022-12-27 05:47:35 +01:00
Unable to run mod.py
mia commented on issue mia/0x0#77 2022-12-27 05:47:27 +01:00
Unable to run mod.py

Your version of Python is too old to have pattern matching. Think you might need 3.10.

mia commented on issue mia/0x0#76 2022-12-25 16:40:23 +01:00
I am able to upload files but i cant download them with the link given in output

I believe in this case you’d have to set root /; (since if you’re using an absolute upload path, the path 0x0 passes to nginx is also absolute).

mia commented on issue mia/0x0#76 2022-12-23 18:31:35 +01:00
I am able to upload files but i cant download them with the link given in output

That looks like you’ve configured 0x0 to use X-ACCEL-REDIRECT but your webserver is not set up to handle it.

mia pushed to master at mia/0x0 2022-12-22 09:55:43 +01:00
647e3a54f1 ModUI: Add application/xml to text handler
mia pushed to master at mia/0x0 2022-12-22 09:44:48 +01:00
0e4f0206ab ModUI: Fix jinja2 func call in ban action
mia commented on issue mia/0x0#75 2022-12-21 23:49:06 +01:00
Having werkzeug.expectation.BadRequestKeyError(key) and sqlite3.OperationalError: no such table: file errors

Make sure you configure the database path in config.py—you may need to use an absolute path there. Once you’ve done that, you need to run FLASK_APP=fhost flask db upgrade to get the…

mia pushed to master at mia/0x0 2022-12-21 19:47:52 +01:00
53249df28d README: Kitty support was merged in mpv
mia closed issue mia/0x0#44 2022-12-20 18:27:23 +01:00
Moderation tools
mia pushed to master at mia/0x0 2022-12-20 16:57:10 +01:00
556cd8aeae README: Add ModUI screenshot
mia pushed to master at mia/0x0 2022-12-20 16:56:52 +01:00
b14aac1951 README: Add ModUI screenshot
mia pushed to master at mia/0x0 2022-12-20 16:56:06 +01:00
0cc288fd13 README: Add ModUI screenshot
mia pushed to master at mia/0x0 2022-12-20 16:55:24 +01:00
10f573af49 README: Add ModUI screenshot
mia pushed to master at mia/0x0 2022-12-20 16:23:44 +01:00
8b04e08fd6 ModUI: Add application/json to text handler