mirror of
https://github.com/42wim/matterbridge.git
synced 2025-06-14 10:47:29 +02:00
Created Mediaserver setup (markdown)
parent
a5a281def4
commit
fb8560abff
17
Mediaserver-setup.md
Normal file
17
Mediaserver-setup.md
Normal file
@ -0,0 +1,17 @@
|
||||
Go to https://caddyserver.com/download
|
||||
Enable `http.upload` as plugin
|
||||
|
||||
Make sure the process you're running caddy with has read/write access to `/var/www/upload/`
|
||||
|
||||
Sample Caddyfile
|
||||
```
|
||||
yourserver.com:443 {
|
||||
log stdout
|
||||
root /var/www/upload/
|
||||
browse
|
||||
basicauth /web/upload a_user a_password
|
||||
upload /upload {
|
||||
to "/var/www/upload/"
|
||||
}
|
||||
}
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user