PicProse
PicProse is a article cover image generator tool for Medium, Wordpress, Wechat and other blog post.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
picprose:
container_name: picprose
image: hausen1012/picprose
ports:
- '3000:3000'
env_file:
- .env
restart: unless-stopped.env
NEXT_PUBLIC_UNSPLASH_API_KEY = your_unsplash_api_keyResources
Demo: https://picprose.net/
GitHub: https://github.com/jarronkot/picprose
Docker Hub: https://hub.docker.com/r/hausen1012/picprose
Configuration: https://github.com/jaaronkot/picprose#getting-started