Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

tnraro/algae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algae

Algae simplifies the Docker deployment process

Create alga:

POST /algae { name: string, compose: string, env: string }

Update alga:

PATCH /algae/:name { compose?: string, env?: string }

Delete alga:

DELETE /algae/:name

To start Algae:

docker run --rm -p 41943:41943 -v /var/run/docker.sock:/var/run/docker.sock -v ./data:/app/data ghcr.io/tnraro/algae:main

compose.yml example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •