-
I hosted ente in my local home server and configured postgres, minio correctly. I tried to check the setup and started to upload images from my iPhone (i.e, iOS 18.1). All the uploads failed. I tried the same from mac desktop client and it worked. I can even see the album titles I created in desktop client from my mobile app but can't able to either load the thumbnail or the photo I uploaded from desktop client. Also let me know how to change the default 5GB storage limit in self hosting case. The host machine is a MacMini M2. Please help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is an issue caused by both Mac OS and application design. Install code sign with Xcode tools then have to run this command. So, I ran this command to sign the minio binary locally and then added it in the firewall exemption. |
Beta Was this translation helpful? Give feedback.
This is an issue caused by both Mac OS and application design.
The ente application doesn't upload data to minio bucket. Instead it provides URLs to which the client has to upload the files.
In my case, the server is running in Mac and I whitelisted ente server binary to accept incoming connections. But the minio server is not accessible to the mobile client because my Mac firewall is not allowing it to accept incoming connections. But for Mac client, it will work as it is an internal connection. So I tried to exempt it in the firewall settings but it too didn't worked because the minio binary is not a signed one.
Install code sign with Xcode tools then have to run this command.
codesign …