aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8c424e696dac07081d779049c599b7fe7d732e6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Kloud
<p align="center">
    <i>„A secure and minimalistic cloud based on Kotlin“</i>
    <!--<br><br>
    <a target="_blank" href="https://floobits.com/marvinborner/kloud/redirect">
      <img alt="Floobits Status" src="https://floobits.com/marvinborner/kloud.svg" />
    </a>-->
</p>

## 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 kloud-VERSION-all.jar`

## Development setup
* Setup Java JDK and JRE Environment
* Install Gradle
* Clone repository
* `gradle run`
* For building, use: `gradle build`

## Help us with a small donation :)
<p align="center">
    <a target="_blank" href="https://spectrocoin.com/en/integration/buttons/47657-VfniCDsqms.html"><img src="https://img.shields.io/badge/Donate-Bitcoin-yellow.svg?longCache=true&style=for-the-badge" /></a>
    <a target="_blank" href="https://spectrocoin.com/en/integration/buttons/47848-kD0U8S8el6.html"><img src="https://img.shields.io/badge/Donate-DASH-blue.svg?longCache=true&style=for-the-badge" /></a>
    <a target="_blank" href="https://paypal.me/marvinborner/5usd"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg?longCache=true&style=for-the-badge" /></a>
</p>