Skip to content

zcbyby/ConvertX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

844 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConvertX Fork

基于 C4illin/ConvertX 的分支。

修改内容

  • 移除账号系统,无需登录即可使用
  • 镜像只推送到 GitHub Packages (ghcr.io)

部署

services:
  convertx:
    image: ghcr.io/zcbyby/convertx:main
    container_name: convertx
    restart: unless-stopped
    ports:
      - "3000:3000"
    volumes:
      - ./data:/app/data

docker run -p 3000:3000 -v ./data:/app/data ghcr.io/zcbyby/convertx

About

💾 Self-hosted online file converter. Supports 1000+ formats ⚙️

Resources

License

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 90.4%
  • JavaScript 5.2%
  • Dockerfile 2.9%
  • CSS 1.5%