https://github.com/dimensi0n/flume
[DEPRECATED] The Flume Cloud ☁️
https://github.com/dimensi0n/flume
authentication database filestorage golang
Last synced: about 2 months ago
JSON representation
[DEPRECATED] The Flume Cloud ☁️
- Host: GitHub
- URL: https://github.com/dimensi0n/flume
- Owner: dimensi0n
- License: gpl-3.0
- Created: 2018-05-20T10:41:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T11:21:03.000Z (over 6 years ago)
- Last Synced: 2025-02-28T15:58:00.871Z (over 1 year ago)
- Topics: authentication, database, filestorage, golang
- Language: Go
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[DEPRECATED]
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
```markdown
Flume is a cloud that allows you to :
* Interact with a JSON database
* Create an user, log in the user, disconnect the user
* Access a file storage
With the power of HTTP Requests.
Flume is based on an SQLITE database and it's written in Golang.
```
## Getting started
### Install flume
* Install [docker](https://docs.docker.com/install/)
* Run a container with the flume image `docker run -d -e TOKEN=yourtoken -p 8080:8080 --name flume dimensi0n/flume` You have to replace `yourtoken` with a JSON Authentication Token of your choice (the default one is 1234)
### Use flume
You can now access to flume on the port 8080
You can now take a look at the [wiki](https://github.com/dimensi0n/flume/wiki)
Enjoy :)