|
| 1 | +--- |
| 2 | +# This is the icon of the page |
| 3 | +icon: iconfont icon-state |
| 4 | +# This control sidebar order |
| 5 | +order: 38 |
| 6 | +# A page can have multiple categories |
| 7 | +category: |
| 8 | + - Guide |
| 9 | +# A page can have multiple tags |
| 10 | +tag: |
| 11 | + - Storage |
| 12 | + - Guide |
| 13 | + - "302" |
| 14 | +# this page is sticky in article list |
| 15 | +sticky: true |
| 16 | +# this page will appear in starred articles |
| 17 | +star: true |
| 18 | +--- |
| 19 | +# KodBox |
| 20 | + |
| 21 | +KodBox is a file manager for web. It is also a web code editor, which allows you to develop websites directly within the web browser. Self-hosted file management system with muilt-cloud support. You can run kodbox either online or locally,on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available. |
| 22 | + |
| 23 | +Use this driver to mount a KodBox netdisk space to Alist. |
| 24 | + |
| 25 | +## **Root folder path** |
| 26 | + |
| 27 | +Suppose you have a network disk space named `My Files`. If you remount the contents of the network disk space, you need to obtain the path corresponding to `My File`; if you re-display a name in the network disk space for For the directory of `abc`, you must obtain the path corresponding to `My File/abc`, and so on. |
| 28 | + |
| 29 | +Example: How to get the path of KodBox network disk space `My File`, the result path is `{source:5}` |
| 30 | +> Open the KodBox network disk space in the browser. In the console mode, you can see the path corresponding to the network disk space. Do not leave it blank. |
| 31 | + |
| 32 | + |
| 33 | +## **Address** |
| 34 | + |
| 35 | +Your kodbox server address, e.g. |
| 36 | +- `https://kodcloud.cc` |
| 37 | +- `http://192.168.1.24:8000` |
| 38 | + |
| 39 | +## **Username** |
| 40 | + |
| 41 | +The email or username used to log in to your KodBox server. |
| 42 | + |
| 43 | +## **Password** |
| 44 | + |
| 45 | +The password for your email or username. |
| 46 | + |
| 47 | +### **The default download method used** |
| 48 | + |
| 49 | +```mermaid |
| 50 | +--- |
| 51 | +title: Which download method is used by default? |
| 52 | +--- |
| 53 | +flowchart TB |
| 54 | + style a1 fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff |
| 55 | + style a2 fill:#ff7575,stroke:#333,stroke-width:4px |
| 56 | + subgraph ide1 [ ] |
| 57 | + a1 |
| 58 | + end |
| 59 | + a1[302]:::someclass====|default|a2[user equipment] |
| 60 | + classDef someclass fill:#f96 |
| 61 | + c1[local proxy]-.alternative.->a2[user equipment] |
| 62 | + b1[Download proxy URL]-.alternative.->a2[user equipment] |
| 63 | + click a1 "../drivers/common.html#webdav-policy" |
| 64 | + click b1 "../drivers/common.html#webdav-policy" |
| 65 | + click c1 "../drivers/common.html#webdav-policy" |
| 66 | +``` |
0 commit comments