A self-hosted private cloud solution written in Go and Vue, designed for performance and ease of use.
This project aims to provide a lightweight, secure, and fast alternative for personal file storage and synchronization. It's built with simplicity in mind, both for the end-user and for developers who want to contribute.
To get a local copy up and running, follow these simple steps.
A working installation of the following tools is required:
- Go (version 1.22+)
- Node.js (version 22+)
- Git
-
Clone the repo:
git clone [https://github.com/your-username/StorageCage.git](https://github.com/your-username/StorageCage.git)
-
More instructions will be added here...
See the open issues for a list of proposed features and known issues.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
GET /api/v1/files
: Lists all files in the storage directory.POST /api/v1/files
: Uploads a new file. The form field name must befile
.DELETE /api/v1/files/{filename}
: Deletes a specific file.