initial commit

This commit is contained in:
Zoe
2024-12-03 01:36:29 -06:00
commit 8a55c1593b
11 changed files with 648 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Flux
Flux is a lightweight self-hosted pseudo-paas for golang web apps. Inside this repository you will find the daemon and cli binaries.
## Usage
### Daemon
The daemon is a HTTP server that listens for incoming HTTP requests. It handles deploying new apps and managing their containers.
### CLI
The CLI is a command-line interface for interacting with the daemon.
## Dependencies
- [Go](https://golang.org/dl/)
- [Buildpacks](https://buildpacks.io/) (daemon only)
- [Docker](https://docs.docker.com/get-docker/) (daemon only)