Skip to content

Doimage can build a personal image storage service. 构建一个个人图片存储服务(图床)。

License

Notifications You must be signed in to change notification settings

dingdangdog/Doimage

Repository files navigation

Doimage

[English] [简体中文]

logo

Doimage can build a personal image storage service and provide a simple visual operation page to facilitate the management of your images.

Features

  • No Database
  • Batch upload
  • Can add watermark
  • Automatically generate thumbnails
  • Multiple folder management
  • One-click deletion
  • Automatically generate URLs
  • Chinese and English support
  • Docker deployment
  • Multi-terminal adaptation
  • Nuxt3 + Vuetify
  • Pink Storm
  • ...

Get Started

Use This docker-compose.yml Quick Start:

services:
  doimage:
    image: dingdangdog/doimage:latest
    container_name: doimage
    #restart: always
    environment:
      # please change NUXT_API_SECRET value
      - NUXT_API_SECRET=123456
      # please change NUXT_DOMAIN value
      - NUXT_DOMAIN=http://localhost:11080
    volumes:
      - ./images:/app/images
    ports:
      - 80:3000

DockerHub: https://hub.docker.com/repository/docker/dingdangdog/doimage/general

Screenshots

SCREENSHOTS.MD

About

Doimage can build a personal image storage service. 构建一个个人图片存储服务(图床)。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published