remote_media = http://mysubdomain.mydomain.com/subdirectoryCalinou wrote:If you're hosting a server, you can create a "remote media" server. This is basically a static web server (Apache, nginx, lighttpd, … anything should be fine, even Python's HTTP server) that serves media files (mod textures, models and sounds).
You'll need to configure it to a publicly accessible domain or subdomain (in plain HTTP, not HTTPS), then use this shell script to generate files that can be downloaded by clients. Once this is done, you can add this to your minetest.conf and start the Minetest server:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
remote_media = http://mysubdomain.mydomain.com/subdirectory
ynong123 wrote:Calinou wrote:If you're hosting a server, you can create a "remote media" server. This is basically a static web server (Apache, nginx, lighttpd, … anything should be fine, even Python's HTTP server) that serves media files (mod textures, models and sounds).
You'll need to configure it to a publicly accessible domain or subdomain (in plain HTTP, not HTTPS), then use this shell script to generate files that can be downloaded by clients. Once this is done, you can add this to your minetest.conf and start the Minetest server:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
remote_media = http://mysubdomain.mydomain.com/subdirectory
I am not hosting a server. I mean how to speed up time when joining other person's server.
Users browsing this forum: No registered users and 8 guests