Home • Download • Doc • Changelog
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]


# 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 ./*
location / {
if ( !-e $request_filename){
rewrite ^[^index\.php](.*)$ /index.php?$1 last;
}
}
Tips: It can also run on a router, or your home NAS












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