All apps · 0 apps
Memegen
Docker app from Sven Würth's Repository
Overview
A simple web service that generates a meme image given text and an image URL.
-URL parameters:
image: URL of the image
top: text to add at the top of the image
bottom: text to add at the bottom of the image
-Syntax:
memegen.example/?top=Top Text&bottom=Bottom Text&image=http://url.of/your/image.jpg
Readme
View on GitHubMemegen
A simple web service that generates a meme image given text and an image URL.
Run with docker run -p 8080:8080 gcr.io/as-a-service-dev/memegen
URL parameters:
image: URL of the imagetop: text to add at the top of the imagebottom: text to add at the bottom of the image
Running the server locally
- Build with
docker build . -t memegen - Start with
docker run -p 8080:8080 memegen - Open in your browser at
http://localhost:8080/
Deploy to your server
The following container image always reflects the latest version of the master branch of this repo: gcr.io/as-a-service-dev/memegen
Install Memegen on Unraid in a few clicks.
Find Memegen in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for Memegen Review the template variables and paths Click Install
Categories
Download Statistics
907
Total Downloads
Related apps
Explore more like this
Explore allDetails
Repository
zigzockt/memegenLast Updated2023-01-15
First Seen2023-01-15
Runtime arguments
- Web UI
http://[IP]:[PORT:8080]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Web PortPorttcp
- Target
- 8080
- Default
- 42069
- Value
- 42069