Skip to content

Commit

Permalink
fix code builder url
Browse files Browse the repository at this point in the history
  • Loading branch information
maple3142 committed Oct 6, 2019
1 parent 52b3f8e commit 8ed254f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@

## Difference between GOIndex and GDIndex

* Frontend is based on Vue.js
* Image viewer doesn't require opening new page
* Video player support subtitles(Currently only srt is supported)
* Online PDF, EPUB reader
* No directory-level password protection(.password)
* Support Http Basic Auth
* Support multiple drives(personal, team) without changing server's code
- Frontend is based on Vue.js
- Image viewer doesn't require opening new page
- Video player support subtitles(Currently only srt is supported)
- Online PDF, EPUB reader
- No directory-level password protection(.password)
- Support Http Basic Auth
- Support multiple drives(personal, team) without changing server's code

## Usage

### Simple and automatic way

Go [https://gdxindex-code-builder.glitch.me/](https://gdxindex-code-builder.glitch.me/), and follow its instructions.
Go [https://gdindex-code-builder.glitch.me/](https://gdindex-code-builder.glitch.me/), and follow its instructions.

### Manual way

Expand All @@ -35,5 +35,5 @@ Go [https://gdxindex-code-builder.glitch.me/](https://gdxindex-code-builder.glit
3. Run `rclone config file` to find your `rclone.conf` location
4. Find `refresh_token` in your `rclone.conf`, and `root_folder_id` too(optionally).
5. Copy the content of [worker/dist/worker.js](worker/dist/worker.js) to CloudFlare Workers.
6. Fill `refresh_token`, `root_folder_id` and other options on the top of the script.
6. Fill `refresh_token`, `root_folder_id` and other options on the top of the script.
7. Deploy!
16 changes: 8 additions & 8 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@

## 和 GOIndex 不同之处

* 前端使用 Vue 完成
* 图片检视不用另开新页面
* 视频播放器支援字幕(目前只有 srt)
* 线上 PDF, EPUB 阅读器
* 不支援目录加密(.password)
* 支援 Http Basic Auth
* 支援多云端硬盘(个人、团队),不需要额外改程序设定
- 前端使用 Vue 完成
- 图片检视不用另开新页面
- 视频播放器支援字幕(目前只有 srt)
- 线上 PDF, EPUB 阅读器
- 不支援目录加密(.password)
- 支援 Http Basic Auth
- 支援多云端硬盘(个人、团队),不需要额外改程序设定

## 使用教学

### 简单、自动的方法

前往 [https://gdxindex-code-builder.glitch.me/](https://gdxindex-code-builder.glitch.me/)(英文) 并遵照它的指示。
前往 [https://gdindex-code-builder.glitch.me/](https://gdindex-code-builder.glitch.me/)(英文) 并遵照它的指示。

### 手动的方法

Expand Down
16 changes: 8 additions & 8 deletions README.zhtw.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@

## 和 GOIndex 不同之處

* 前端使用 Vue 完成
* 圖片檢視不用另開新頁面
* 影片播放器支援字幕(目前只有 srt)
* 線上 PDF, EPUB 閱讀器
* 不支援目錄加密(.password)
* 支援 Http Basic Auth
* 支援多雲端硬碟(個人、團隊),不需要額外改程式設定
- 前端使用 Vue 完成
- 圖片檢視不用另開新頁面
- 影片播放器支援字幕(目前只有 srt)
- 線上 PDF, EPUB 閱讀器
- 不支援目錄加密(.password)
- 支援 Http Basic Auth
- 支援多雲端硬碟(個人、團隊),不需要額外改程式設定

## 使用教學

### 簡單、自動的方法

前往 [https://gdxindex-code-builder.glitch.me/](https://gdxindex-code-builder.glitch.me/)(英文) 並遵照它的指示。
前往 [https://gdindex-code-builder.glitch.me/](https://gdindex-code-builder.glitch.me/)(英文) 並遵照它的指示。

### 手動的方法

Expand Down

0 comments on commit 8ed254f

Please sign in to comment.