[W0-0] fixing upload problem

This commit is contained in:
x
2025-09-12 23:50:21 +02:00
parent d23def1e59
commit 7cc3c951a5
7 changed files with 153 additions and 51 deletions

View File

@@ -18,4 +18,24 @@ First of all put a .webm file named 1.webm in `w0bm-data/b`
`php7.1 artisan tags`
Now visit http://localhost:8080
Now visit http://localhost:8080
To get upload working do this
```
$ git clone https://git.lat/w0bm/w0bm.git
$ cd w0bm
$ mkdir public/thumbs
$ mkdir public/b
$ mkdir public/thumbs/beta
$ mkdir public/thumbs/blurred
```
`docker exec -it w0bm /bin/bash`
```
root@703c9472fed5:/opt/w0bm/public# chmod -R 777 thumbs/
root@703c9472fed5:/opt/w0bm/public# chmod -R 777 b
```
inside the container, it applied to the mount