Please note: This project is no longer actively maintained.
Picsur is a self-hostable image sharing service that gives you complete control over your media, similar to a personal Imgur. It's designed for anyone who wants to easily host and manage their own images without relying on third-party platforms. Deployment is straightforward using the provided Docker images for both AMD64 and ARM64 architectures.
It offers a comprehensive set of features for managing your images:
services:
picsur:
image: ghcr.io/caramelfur/picsur:latest
container_name: picsur
ports:
- "3000:3000"
environment:
- JWT_SECRET=${JWT_SECRET}
volumes:
- ./data:/app/data
restart: unless-stoppedJWT_SECRET=your_super_secret_jwt_string_hereAuto-fetched about 16 hours ago
Auto-fetched about 16 hours ago