Thumbnail server used in embeds
.forgejo/workflows | ||
assets | ||
lib | ||
views | ||
.dockerignore | ||
.env.example | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
Dockerfile | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
server.js |
og
git.gay's thumbnail server, inspired by GitHub's.
Made with @besties/html2png, itself a wrapper for satori and @resvg/resvg-wasm.
Self-hosting
clone the repository, install the dependencies with npm i
, create a .env
file (see .env.example), and run npm run start
.