Skip to content

qtekfun/StorageCage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StorageCage 📦

A self-hosted private cloud solution written in Go and Vue, designed for performance and ease of use.

About The Project

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.

Built With

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

A working installation of the following tools is required:

  • Go (version 1.22+)
  • Node.js (version 22+)
  • Git

Installation

  1. Clone the repo:

    git clone [https://github.com/your-username/StorageCage.git](https://github.com/your-username/StorageCage.git)
  2. More instructions will be added here...

Roadmap

See the open issues for a list of proposed features and known issues.

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

API Endpoints

  • GET /api/v1/files: Lists all files in the storage directory.
  • POST /api/v1/files: Uploads a new file. The form field name must be file.
  • DELETE /api/v1/files/{filename}: Deletes a specific file.

About

Mi remote storage proyect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published