Lite cloud file storage
View Images
·
Report Bug
·
Request Feature
Table of Contents
SkyNotes is a simple cloud file storage. It is a project that I have been working on for a while. It is a simple cloud file storage that allows you to upload files and share them with others.
Features:
- Upload files
- Share files and get share analytics
- Download files
- Delete files
- Create folders
- Thumbnail generation
- Media preview (images, videos, audio)
SkyNotes is built with the following technologies:
This is an example of how you may set up skynotes locally. There are a lot of ways, but I will show you the easiest one with use of Docker. To get a local copy up and running follow these simple steps.
- docker and docker-compose (or any other containerization tool like podman)
- nodejs
- pnpm (or any other package manager)
- python3
- pip3
- virtualenv (or any other virtual environment)
- git
- make (optional)
- Clone the repo
git clone https://github.com/style77/skynotes.git
- Go to the project directory
cd skynotes
- Build and run the frontend
pnpm install && pnpm run dev
- Build and run the backend with Makefile
or without Makefile
make run-api
docker-compose up -d --build
- Open your browser and go to http://localhost:3000
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 '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.
Joachim Hodana - [email protected] Dominik Krakowiak
Project Link: https://github.com/style77/skynotes
on RMB click you can see the context menu, for easier file/folder management
Share analytics (hover over the ip to see it, unfortunately lightshot removes cursor from screenshot, so mine is not there)