• Stars
    star
    113
  • Rank 310,115 (Top 7 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Social media image generator

Doks

Oxigen

Social media image generator

Oxigen is a dynamic social media image generator, which gives you an ability to easily create, customize and use og images with both UI and API.

demo

Installation

You have at least 3 options to install and run oxigen.

Docker way

Please note, you need Docker installed on your system. To use dockerized oxigen, it's enough to create and run a container with an existing image.

docker run ghcr.io/yuriizinets/oxigen:latest -p 80:80

!!! It's highly recommended to use explicit version instead of latest

Binary way

Temporary not working (see a discussion here #5)
Use a docker image instead

First, you need to download and unpack latest release with corresponding OS and architecture. After this, it's enough just to run oxigen.

./oxigen

Optionaly, you can move binary to your bin folder (f.e. mv oxigen /usr/local/bin/)

Go way

Temporary not working (see a discussion here #5)
Use a docker image instead

In case you have go binaries folder in your PATH, you can get, build and install oxigen by your own.

go install github.com/yuriizinets/oxigen@latest

After that, oxigen will be available globally.

oxigen