mopfel-winrux / urbit-umbrel

Urbit Wrapper for Umbrel
20 stars 8 forks source link

Size limitation with regard to pier uploading #6

Closed brickfrog closed 2 years ago

brickfrog commented 2 years ago

Was curious if this is a known issue, but seem to get nginx size limitation issues when doing a pier upload of ~500 megs.

Was trying to move from port (desktop) to my umbrel (pi) - didn't know if maybe manual SFTP uploading was an option, but then the boot button doesn't recognize it after unless it (I'm assuming) was done via the flask app.

mopfel-winrux commented 2 years ago

Hello, Yes this is a known issue with the original release. I put in a pull request for v0.2.0 which fixes this.

You can however manually place the pier, through scp or whatever method you would like, in ~/umbrel/app-data/urbit/piers/. Afterwards you should be able to refresh the page and the pier will show up and be ready to boot.

brickfrog commented 2 years ago

Ah, it wasn't showing up for me after uploading but I realized this might be a permissions issue. Will double check and close if I get it working.

brickfrog commented 2 years ago

Ah, darn. Doesn't seem to show up.

image image

mopfel-winrux commented 2 years ago

Can you unzip it?

brickfrog commented 2 years ago

Had the idea to do that just after I posted. I assume it unzips as part of the app step?

Aaand that was it.

Welp. Hopefully this will be helpful to anyone who wanders in before the patch gets uploaded.