kalcaddle / kodbox

kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
https://kodcloud.com
2.18k stars 373 forks source link
docx file-explorer file-manager file-sharing file-upload file-viewer filemanager filesystem free-software javascript markdown-editor php text-editor webdav xlsx
English | 中文文档



kodbox

Multi-cloud • Filemanager • Collaboration

HomeDownloadDocChangelog

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.


Demo [user: demo/demo]

img

img

✨ Features:

⚡ Detailed functions:

🛠️ Install

# Install from source
git clone https://github.com/kalcaddle/kodbox.git
chmod -Rf 777 ./kodbox/*

# Install via download
wget https://github.com/kalcaddle/kodbox/archive/refs/heads/main.zip
unzip main.zip
chmod -Rf 777 ./*

nginx rewrite

location / {
  if ( !-e $request_filename){
      rewrite ^[^index\.php](.*)$ /index.php?$1 last;
  }
}

Software requirements

Screenshot


Desktop

img

File manage

img

img

img

img

img

img

User

img

img

Admin area

img

img

img

License

kodcloud is issued under GPLv3. license.License
Contact: kalcaddle#qq.com
Copyright (C) 2013 kodcloud.com