NOTE: This article talks about uploading print files directly to the AstroBox over it's local network interface.
The AstroBox comes pre-configured with an upload limit of 200 MB. We think that's enough for most use cases but if you need to upload files that are bigger than that, here's what you need to do:
- Enable SSH on your AstroBox. Follow this guide.
- SSH into your device and edit the file at: /etc/astrobox/config.yaml
You need to add the following line to the server section in you'd like to, for example, increase the limit to 500 MB.
server:
maxUploadSize: 500
After you have modified and saved the file, you need to reboot your device with:
sudo reboot