All Projects → Baiyuetribe → alist_fiber

Baiyuetribe / alist_fiber

Licence: MIT License
一款基于go+vue的阿里云盘项目 https://pan.baiyue.one

Programming Languages

go
31211 projects - #10 most used programming language
Vue
7211 projects
typescript
32286 projects
HTML
75241 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to alist fiber

fiber-swagger
fiber middleware to automatically generate RESTful API documentation with Swagger 2.0.
Stars: ✭ 238 (+349.06%)
Mutual labels:  fiber
helmet
🧬 Helmet middleware for Fiber
Stars: ✭ 63 (+18.87%)
Mutual labels:  fiber
go-rest-api-with-fiber
A Go Fiber API
Stars: ✭ 31 (-41.51%)
Mutual labels:  fiber
TianChiProj
🏆🥈🥉 TianChiProj 天池
Stars: ✭ 22 (-58.49%)
Mutual labels:  aliyun
yii2-dysms
阿里云 dysms 官方 SDK 的 Composer 封装,支持 yii2 项目。
Stars: ✭ 13 (-75.47%)
Mutual labels:  aliyun
tiny-oss
A tiny aliyun oss sdk for browser which focus on uploading.
Stars: ✭ 25 (-52.83%)
Mutual labels:  aliyun
laravel-mail-aliyun
📧 Aliyun DrirectMail Transport for Laravel Application.
Stars: ✭ 69 (+30.19%)
Mutual labels:  aliyun
xayah
WEB文件管理器
Stars: ✭ 19 (-64.15%)
Mutual labels:  aliyun
php-aliyun-open-api-live
阿里云直播API,使用guzzleHttp 中间件方式实现,单文件
Stars: ✭ 18 (-66.04%)
Mutual labels:  aliyun
aliyun-egg
node web framework for aliyun, base on eggjs
Stars: ✭ 47 (-11.32%)
Mutual labels:  aliyun
ali-img
阿里云图像处理工具包
Stars: ✭ 16 (-69.81%)
Mutual labels:  aliyun
aliddns
阿里云动态DNS解析。
Stars: ✭ 17 (-67.92%)
Mutual labels:  aliyun
jwt
🧬 JWT middleware for Fiber
Stars: ✭ 279 (+426.42%)
Mutual labels:  fiber
vue-oss
基于vue2+plupload的阿里云OSS上传组件(支持断点续传,可上传size>100M的文件)
Stars: ✭ 33 (-37.74%)
Mutual labels:  aliyun
rurality
开源运维平台设计及开发样例、CMS、RBAC、python开发教程、管理系统设计及开发样例、jenkinsfile(pipeline)/ansible使用教程,一切想到的,想不到的,应有尽有
Stars: ✭ 51 (-3.77%)
Mutual labels:  aliyun
socks-proxy
优雅访问国外技术网站 方便程序员学习 按时收费 不用不花钱
Stars: ✭ 15 (-71.7%)
Mutual labels:  aliyun
aliyunddns
python 实现阿里云DNS动态解析
Stars: ✭ 32 (-39.62%)
Mutual labels:  aliyun
aliyun-sms
阿里云 SMS 短信 Java SDK 封装
Stars: ✭ 67 (+26.42%)
Mutual labels:  aliyun
cert-manager-alidns-webhook
Cert-manager webhook to generate Let's Encrypt certificates over Alibaba Cloud DNS.
Stars: ✭ 31 (-41.51%)
Mutual labels:  aliyun
tutorial-go-fiber-rest-api
📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers.
Stars: ✭ 175 (+230.19%)
Mutual labels:  fiber

ALIST

一款基于go+vue的阿里云盘,支持在线播放视频音乐,在线浏览文档图片。直连地址为阿里云oss,当前不限速,体验友好。

项目说明

最近学习go语言的过程中,最大的感触是语法虽少但是上手比较困难,正好看到这个项目,采用前后端分离开发,前端vue+后端go语言用的gin框架。所以,为了让自己掌握go语言,我使用go语言最新的fiber框架重构了后端,前后端都移除了部分功能。

在线演示地址:

部署方法

请参考博客文章 https://baiyue.one/archives/1726.html

命令说明:

二进制文件,可直接执行,相当于linux上的普通程序。

# 启动
./alist
# 为保持后台持续运行,使用nohup
nohup ./alist > log.log 2>&1 &

# 停止服务=终止进程
ps -ef|grep alist | grep -v grep | awk '{print $2}' | xargs kill -9

参考项目

其他自研开源程序

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].