sigoden / dufs

A file server that supports static serving, uploading, searching, accessing control, webdav...
Other
5.45k stars 259 forks source link

How do I run the web interface #411

Closed uguraltinsoy closed 1 week ago

uguraltinsoy commented 1 week ago

I ran it with Docker but I couldn't open the web interface, can you help me? Ekran görüntüsü 2024-07-06 170959

sigoden commented 1 week ago

You should learn how to use docker first.

Assuming you are running the command: docker run -v $(pwd):/data -p 5000:5000 --rm sigoden/dufs /data -A, the web UI will be accessible at http://127.0.0.1:5000. The -p 5000:5000 flag exposes the Docker service's port 5000 to port 5000 on the host machine.

uguraltinsoy commented 1 week ago

What am I doing wrong?

Ekran görüntüsü 2024-07-07 132920