How do I set up object storage without Docker

Hey, I'm trying to setup a server on my localhost without using Docke. I followed the manual setup instructions, suceeding in everything but getting stuck on configuring the buckets. I don't see any instructions how to install a service for bucket storage on local system without docker anywhere.
3 Replies
Ducky
Ducky3mo ago
Ente relies on S3-compatible cloud storage for storing files. Ente ships MinIO as S3-compatible storage by default in quickstart and Docker Compose for quick testing. If you wish to run Ente from source without using Docker, you can follow the manual setup instructions at https://help.ente.io/self-hosting/installation/manual. The s3 section within museum.yaml is by default configured to use local MinIO buckets when using quickstart.sh or Docker Compose. If you are using default MinIO, it is accessible at port 3200. The Web Console can be accessed by enabling port 3201 in the Compose file, as seen in this example: https://help.ente.io/self-hosting/guides/tailscale#resolve-localhost3200-in-the-museum-container-to-the-minio-container. For more information on object storage configuration, check the documentation at https://help.ente.io/self-hosting/administration/object-storage. If you face any issues related to uploads then check out the CORS (https://help.ente.io/self-hosting/administration/object-storage#cors-cross-origin-resource-sharing) and troubleshooting sections (https://help.ente.io/self-hosting/troubleshooting/uploads). -# If your issue is resolved, feel free to use the /solved command to close this thread. If you'd like to ask me another question use /docsearch
Configuring Object Storage - Self-hosting | Ente Help
Configure Object Storage for storing files along with some troubleshooting tips
Self-hosting with Tailscale - Self-hosting | Ente Help
Guides for self-hosting Ente Photos and/or Ente Auth with Tailscale
Shady
ShadyOP3mo ago
This didn't help (<-- imagine I clicked that, I don't see the button with this label mentioned in the Post Guidelines)
Brogio
Brogio3mo ago
Ahh sorry forgot to update, I have removed that feature

Did you find this page helpful?