buzzdev
buzzdev
No i didn't. Thank you for pointing it out.
Good idea. I was doing this manually by combination of boolean modifiers, which by large terrains is time consuming.
To download the file instead of opening it in player, you can add this into nginx config: ``` location ~* ^/.+\.(?:mp4|mp3)$ { ... add_header Content-disposition "attachment; filename=$1"; default_type application/octet-stream; set...
@Goten87 you don't wont to expose this project directly to internet, you'd better use a reverse proxy. It might be nginx, where the config snippet is from. I use SWAG...
@Goten87 i have them under docker-compose and they use the internal service names (if that's what you mean). The swag has an example config for metube in subdir or subdomain....