Skip to content

OG Image Generator and more that are used by naoTimes

Notifications You must be signed in to change notification settings

naoTimesdev/og-image-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

naoTimes Open Graph Image

A web server that host/generate an open graph image for naoTimes.

Created originally in JavaScript with express.js, now use Rust + Axum 🚀

Public: https://og-api.naoti.me

MSRV

The following package is developed with Rust 1.72 with support for minimum version of 1.66 following axum's MSRV

Using

  1. Install Rust using rustup
  2. Clone this repository
  3. Build release version with cargo build --release --bin naotimes_open_graph
  4. Run the server by executing:
    • ./target/release/naotimes_open_graph
    • & ./target/release/naotimes_open_graph.exe
  5. Open http://127.0.0.1:12460 and start using it.

Config

See .env.example

About

OG Image Generator and more that are used by naoTimes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages