this post was submitted on 04 Jan 2025
1 points (100.0% liked)

Self-Hosted Alternatives to Popular Services

224 readers
2 users here now

A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web...

founded 2 years ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/Oaklight_dp on 2025-01-04 02:06:55+00:00.


Hey r/selfhosted!

Iโ€™m excited to share a minimal Docker image for self-hosting the composerize, decomposerize, and composeverter websites! This project is perfect for anyone who wants to run these handy tools locally with minimal resource usage.

Key Features:

  • Multi-stage build: Separately builds static sites for composerize, decomposerize, and composeverter.
  • Tiny image size: Only ~7MB thanks to lipanski/docker-static-website as the base image.
  • Easy to use: Includes a Makefile and build.sh script for seamless building and deployment.
  • Multi-arch support: now supporting linux/amd64, linux/arm64/v8, and linux/arm/v7.

How to Use:

  1. Pull the pre-built image from Docker Hub:

bash docker run -p 8080:80 oaklight/composerize:latest 2. Access the tools:

* Composerize: http://localhost:8080/
* Decomposerize: http://localhost:8080/decomposerize
* Composeverter: http://localhost:8080/composeverter

Acknowledgments:

Shoutout to:

Check out the project here: GitHub Repo Link

Let me know if you have any questions or feedback! Happy self-hosting! ๐ŸŽ‰

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here