Skip to content

RooTender/oss-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSS Containers

A small collection of containerized open-source applications prepared for simple self-hosted deployment.
Images are built automatically from upstream sources and published to GitHub Container Registry.

Philosophy

This repository acts as a distribution layer, not a fork of the upstream projects.
Upstream code remains unchanged while builds focus on reproducibility and operational usability.
Containers are prepared with sane defaults for operators who just want to run the software.

Available Containers

Name Description
Parabol Open-source agile meeting and retrospective platform

Example

docker run -d \
  --name parabol \
  -p 3000:3000 \
  --env-file .env \
  ghcr.io/rootender/oss-containers/parabol:latest

This and other docker-compose examples you can find in the examples folder.

Licensing

This repository contains build infrastructure licensed under MIT.

Each containerized application follows the license of its upstream project. See upstream repositories for details.

About

A collection of containerized OSS for self-hosted deployment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors