various changes, fixes to css etc

This commit is contained in:
w0bm
2021-11-07 10:28:35 +00:00
parent ac6c15c0e1
commit 50b89c7be7
102 changed files with 2358 additions and 38 deletions

6
config/matrix.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
return [
'enabled' => true,
'webhookurl' => env('matrix_WEBHOOK', false),
'message' => '<USER> uploaded a new webm: https://w0bm.com/<ID><NSFW>',
];