All Projects → gonelist → Gonelist

gonelist / Gonelist

Licence: mit
Golang Onedrive List - 极易部署的 Onedrive List 服务

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Gonelist

Odindex
Onedrive index transplanted from Heymind.
Stars: ✭ 91 (-62.4%)
Mutual labels:  index, onedrive
Collectable
High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.
Stars: ✭ 233 (-3.72%)
Mutual labels:  list
Slip
Slip.js — UI library for manipulating lists via swipe and drag gestures
Stars: ✭ 2,421 (+900.41%)
Mutual labels:  list
Yosoro
🍧Beautiful Markdown NoteBook. 🏖
Stars: ✭ 2,595 (+972.31%)
Mutual labels:  onedrive
Codejam
Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
Stars: ✭ 217 (-10.33%)
Mutual labels:  list
Awesome Dotnet Core
🐝 A collection of awesome .NET core libraries, tools, frameworks and software
Stars: ✭ 15,483 (+6297.93%)
Mutual labels:  list
Awesome C
Continuing the development of awesome-c list on GitHub
Stars: ✭ 2,595 (+972.31%)
Mutual labels:  list
Form Render
🚴‍♀️ 阿里飞猪 - 很易用的中后台「表单 / 表格 / 图表」解决方案
Stars: ✭ 3,881 (+1503.72%)
Mutual labels:  list
Elastix
A simple Elasticsearch REST client written in Elixir.
Stars: ✭ 231 (-4.55%)
Mutual labels:  index
Griddle
Simple Grid Component written in React
Stars: ✭ 2,494 (+930.58%)
Mutual labels:  list
Books
Awesome Books
Stars: ✭ 3,242 (+1239.67%)
Mutual labels:  list
Csharp Source Generators
A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
Stars: ✭ 218 (-9.92%)
Mutual labels:  list
Swiftscripting
A list of Swift scripting tools, frameworks & examples
Stars: ✭ 230 (-4.96%)
Mutual labels:  list
Awesome Haxe Gamedev
Resources for game development on haxe
Stars: ✭ 213 (-11.98%)
Mutual labels:  list
Fancy Index
A responsive Apache index page.
Stars: ✭ 230 (-4.96%)
Mutual labels:  index
Web Launch Checklist
📋 A simple website launch checklist to keep track of the most important enrichment possibilities for a website.
Stars: ✭ 214 (-11.57%)
Mutual labels:  list
My Awesome Ai Bookmarks
Curated list of my reads, implementations and core concepts of Artificial Intelligence, Deep Learning, Machine Learning by best folk in the world.
Stars: ✭ 223 (-7.85%)
Mutual labels:  list
Cat Names
🐈 Get popular cat names
Stars: ✭ 226 (-6.61%)
Mutual labels:  list
Remote Working List
A list of job boards and websites for nomadic workers seeking freelance work
Stars: ✭ 240 (-0.83%)
Mutual labels:  list
Computer Science In Javascript
Computer science reimplemented in JavaScript
Stars: ✭ 2,590 (+970.25%)
Mutual labels:  list

GONEList

Build Status Latest Release All Releases Download

这是一款使用 golang + vue 编写的基于 onedrive 的在线共享网盘 效果展示:https://gonelist.cugxuan.cn
后端项目地址:https://github.com/gonelist/gonelist
前端项目地址:https://github.com/gonelist/gonelist-web
详细文档地址:https://gonelist-doc.cugxuan.cn
有问题请提 issue,也可以进入 QQ 群交流,群号:1083165608

功能特性

  • 「跨平台」,兼容 Linux/Windows/MacOS 等多个平台
  • 「极速部署」,下载对应程序,修改配置即可前后端一键部署
  • 「直链下载」,文件直链下载,下载不消耗服务器流量
  • 「自动刷新」,自动刷新缓存,可自定义时间
  • 「自定义目录」,支持将 onedrive 的某个目录作为根目录
  • 「在线播放」,支持在线播放音频和视频,在线浏览图片
  • 「海量文件」,支持单目录下上千个文件,正常使用
  • 「多平台」,支持个人版、教育账号、世纪互联等
  • 「README」,支持页面添加 README
  • 「加密目录」,支持给目录加密
  • 「登陆缓存」,登陆 onedrive 之后会有缓存,下次直接启动无需登录
  • ...

注:支持绝大部分教育账号,部分 教育账号 因为需要管理员同意无法使用

安装配置

实体服务安装教程

如果您的整个微软账号和 onedrive 网盘内,没有隐私内容,可以按照下面的流程快速配置体验效果,完整的下载安装流程请看 安装文档

快速配置体验

下载 Github Release 或者 gonelist-release 中对应的包,Linux 系统下载 gonelist_linux_amd64.tar.gz,直接运行即可启动,以 Linux 系统本地启动为例

// 下载对应的安装包,也可下载 gonelist-release 中的包,下面命令不一定是最新版本
$ wget https://github.com/cugxuan/gonelist/releases/download/v0.4.1/gonelist_linux_amd64.tar.gz
$ tar -zxf gonelist_linux_amd64.tar.gz && cd gonelist_linux_amd64
$ ./gonelist_linux_amd64

打开 http://localhost:8000 按照提示登录后即可。如果是在本地部署,登陆成功会跳转到首页,此时已经完成部署。
如果是在服务器部署,登陆成功会跳转到 http://localhost:8000/auth?code=xxx ,将当前网址改成 http://yoursite:8000/auth?code=xxx 再回车等待文件加载后,会自动跳转你的网站 http://yoursite:8000 。如果登陆后一直没有反应,可能是因为文件夹数量过多导致,建议设置「子文件夹」选项
默认情况下读取当前路径的 config.json 作为配置文件,或加参数 --conf=dir1/file.json 指定配置文件路径

实体systemd服务安装

视频教程(包含了Azure应用程序的配置) https://www.bilibili.com/video/BV1PA411t7Jw/

docker运行

视频教程 https://www.bilibili.com/video/BV1Vz4y1R7EK/

直接使用项目的docker-compose.ymldocker-compose up -d即可,建议把配置文件放在一个文件夹里,把文件夹挂载进去,否则直挂文件docker挂载的是inode。 如果是群晖的docker上运行的话会不支持docker的command似乎,可以把配置文件的目录挂载到容器里,例如/etc/config,创建容器的时候加上环境变量CONF_PATH=/etc/config/config.json。 token_path写/etc/config/,然后创建容器的最后地方的Entrypoint命令空着

.
├── config
│   └── config.json
└── docker-compose.yml

config.json

如果需要修改配置,在配置文件中填对对应的内容即可

{
  //------建议填入自己的 id 和 secret --------
  "client_id": "16e320f7-e427-4612-88da-f3d03e944d40",
  "client_secret": "[email protected]:_dnU.LeLOGNGdVT30",
  "redirect_url": "http://localhost:8000/auth",
  // 设置一个自己喜欢的字符串
  "state": "23333",
  // token 的路径,推荐默认
  "token_path": "",
  // 下载链接重定向前缀
  "download_redirect_prefix": "",
  "server": {
    // 监听的端口
    "port": 8000,
    // 自动刷新的时间单位是分钟,默认 10 分钟,不要超过 1 小时
    "refresh_time": 10,
    // 登陆成功后,跳转的 URL,可不设置,新版已自动跳转
    "site_url": "http://localhost:8000",
    // 自定义 onedrive 的子文件夹
    "folder_sub": "/",
    //静态页面的目录,默认当前路径下的dist目录
    "dist_path": "./dist/",
    // 是否绑定到 0.0.0.0
    "bind_global": true,
    // 是否打开 gzip 加速
    "gzip": true
  },
  // 世纪互联设置
  "china_cloud": {
    "enable": false,
    "client_id": "2b54b127-b403-42a3-8b55-d25f3119aa13",
    "client_secret": "a0CGqBT3f_8U5gztxKjxR-LNW-ZnTe.m"
  },
  // 给文件夹设置密码,相比此方法,更加建议直接在文件夹下的创建 .password 设置密码
  "pass_list": [
    {
      "path": "",
      "pass": ""
    }
  ]
}

Contributors

  • 开发:
  • logo 设计:
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].