Skip to content

Commit

Permalink
--- Auto-Git Commit ---
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-xlx committed May 30, 2020
1 parent 2da2794 commit 7fcab85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Combining the power of [Cloudflare Workers](https://workers.cloudflare.com/) and



## [Aicirou/goindex-theme](https://github.com/Aicirou/goindex-theme-acrou)
## 1. [Aicirou/goindex-theme](https://github.com/Aicirou/goindex-theme-acrou)

Dark Mode : [index.js](https://github.com/alx-xlx/goindex/blob/production/goindex-acrou/go2index/index.js)

Copy the [index.js](https://github.com/alx-xlx/goindex/blob/production/goindex-acrou/go2index/index.js) script to [workers.dev](https://workers.dev) and edit `client_id`, `client_secret`, `refresh_token` with yours
Copy the [index.js](https://github.com/alx-xlx/goindex/blob/production/goindex-acrou/go2index/index.js) script to [workers.dev](https://workers.cloudflare.com/) and edit `client_id`, `client_secret`, `refresh_token` with yours

OR

Expand All @@ -26,17 +26,22 @@ https://goindex.glitch.me/
Simply visit [this](https://goindex.glitch.me/) Modified (only for Dark Mode) version to automatically generate your `index.js` without having to manually edit anything.

### List View - Dark Mode
![](https://i.imgur.com/Y9pJo1V.png)
![goindex-list](https://i.imgur.com/Y9pJo1V.png)

### Thumbnail View - Dark Mode
![](https://i.imgur.com/crg4dGp.gif)
![goindex-thumbnail](https://i.imgur.com/crg4dGp.gif)

### Toggle View
![goindex-toggle-view](https://i.imgur.com/RdvgfIf.png)


---
## 2. [maple3142/GDIndex](https://github.com/maple3142/GDIndex)
---

## donwa/goindex
## 3. donwa/goindex

index.js
[index.js](https://github.com/alx-xlx/goindex/blob/production/goindex.js)

## Themes
### material: [https://index.gd.workers.dev/](https://index.gd.workers.dev/)
Expand Down
10 changes: 6 additions & 4 deletions goindex-vue.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
self.props = {
title: 'goindex',
default_root_id: '0AK0dce9h38dOUk9PVA', // root OR 0AK0dce9h38dOUk9PVA
storage: 'drives', // drive OR drives
default_root_id: '0AK0dce9h38dOUk9PVA', // 'root' OR 0AK0dce9h38dOUk9PVA
storage: 'drives', // 'drive' OR 'drives'
// 'drive' will set 'default_root_id' as default
// 'drives' will list all drives (My Drive & Teamdrives)
ui: 'dark', // light OR dark
client_id: '*******.apps.googleusercontent.com',
client_secret: '*****',
refresh_token: '******',
auth: false,
auth: false, // Add Authentication
user: '',
pass: '',
upload: false,
upload: false, // Ability to Upload Files (Local / Remote)
lite: false
};
(function () {
Expand Down

0 comments on commit 7fcab85

Please sign in to comment.