The core of a DrainCloud (dropped)
Go to file
optclblast 098cca6935
Some checks failed
Base CI / Build and test (pull_request) Failing after 1m46s
workflow added for gh
2024-09-18 00:20:16 +03:00
.gitea/workflows workflow added 2024-09-18 00:19:33 +03:00
.github/workflows workflow added for gh 2024-09-18 00:20:16 +03:00
assets heex login screen added 2024-09-02 00:29:30 +03:00
config tmp 2024-08-31 20:42:31 +03:00
lib almost done with auth. initialized sessions stuff 2024-09-18 00:13:39 +03:00
priv almost done with auth. initialized sessions stuff 2024-09-18 00:13:39 +03:00
test tmp, rreuqest and related decoding behaviour implemented. need to implement repository interaction logic 2024-09-08 15:35:20 +03:00
.formatter.exs first commit 2024-08-28 01:13:04 +03:00
.gitignore tmp 2024-08-31 20:42:31 +03:00
docker-compose.yaml tmp, rreuqest and related decoding behaviour implemented. need to implement repository interaction logic 2024-09-08 15:35:20 +03:00
Makefile tmp, rreuqest and related decoding behaviour implemented. need to implement repository interaction logic 2024-09-08 15:35:20 +03:00
mix.exs tmp, rreuqest and related decoding behaviour implemented. need to implement repository interaction logic 2024-09-08 15:35:20 +03:00
mix.lock tmp, rreuqest and related decoding behaviour implemented. need to implement repository interaction logic 2024-09-08 15:35:20 +03:00
README.md tmp, rreuqest and related decoding behaviour implemented. need to implement repository interaction logic 2024-09-08 15:35:20 +03:00

DrainCloudCore

DrainCloud is an opensource cloud file management service, aimed for an ease of usage in a self-hosted usage scenarios.
The main goal is to create a easy-to-host and very performant application with small footprint.

TODO put docs here

Development

To start your DrainCloudCore server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Dev DB creds

From ./config/dev.exs Host: localhost:5432 Database: draincloud_core_dev Username: postgres Password: postgres