Kloud
„A secure and minimalistic cloud based on Kotlin“
Features of Kloud
- Intuitive and minimalistic interface
- Fast uploading/downloading/editing/deleting of files
- Graphical previews of several file types (eg. images, videos, markdown, html)
- Instant responses via efficient codebase
- Multiple user support
- Sharing of files/directories
- Supports Windows, MacOS, Linux and *BSD
- Open source
Installation
To install and run Kloud, you can either download the latest release on GitHub or use the "Development setup" instructions
below to build an executable yourself.
After that you can easily start the server via java -jar build/libs/kloud-*-all.jar
Manual setup
- Setup a Java JDK and JRE Environment
- Install Gradle
- Clone repository
- For development use:
gradle run
- For building use:
make
orgradle build
- To install and add the jar to the PATH (most useful on Linux), use
make && sudo make install