Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 369 Bytes

File metadata and controls

21 lines (14 loc) · 369 Bytes

OG

About

This is a simple service that takes screenshots of webpages, and serve them as OG image.

Installation

# Clone repository
git clone https://github.com/valyentdev/og.git

# Change directory to this project
cd og

# Set up an environment files
cp .env.example .env # Replace values by actual values

# Launch the service
docker compose up