Last update at :2024-03-16,Edit by888u
DiyFile is a beautiful online file list program driven by Spring Boot 3 and Vue.
1. Supports multiple storage providers, including OneDrive, Alibaba Cloud OSS, AWS S3, etc. 2. Supports file preview in image, video, audio, text, PDF and other formats. 3. Support Docker deployment, which is convenient and fast. The front end supports Vercel, Netlify and Nginx deployments. 4. Customized page styles based on TailWindCSS, including mobile adaptation, responsive layout, etc. 5. You can back up your website data to facilitate migration.
Backend project address: https://github.com/besscroft/diyfile a>Front-end project address: https://github.com/besscroft/diyfile-webDocument address: https://doc.diyfile.besscroft.com/DEMO demo address: https://demo.besscroft.com/
Quick deployment:
SQLite version:
docker run -d --name diyfile \ -p 8080:8080 \ -e SPRING_PROFILE="sqlite" \ -e JAVA_OPTS="-Xms512m -Xmx512m -Duser.timezone=GMT+08 -Dfile.encoding=UTF8" \ -v /root/data:/data \ besscroft/diyfile:latestMySQL version:
docker run -d --name diyfile \ -p 8080:8080 \ -e SPRING_PROFILE="mysql" \ -e JAVA_OPTS="-Xms512m -Xmx512m -Duser.timezone=GMT+08 -Dfile.encoding=UTF8" \ -e DB_URL="localhost:3306" \ -e DB_NAME="diyfile" \ -e DB_USERNAME="root" \ -e DB_PASSWORD="666666" \ besscroft/diyfile:latestRecommended site searches: Telecom IP address query, expired domain name query, agency service IP, website server rental in mainland China registration-free space, Hong Kong cn2 server, Hong Kong cloud server, large bandwidth server rental, registration system, dynamic vps instant replacement ip,
发表评论