# AmoliCloud
**Repository Path**: yanwei0624/AmoliCloud
## Basic Information
- **Project Name**: AmoliCloud
- **Description**: AmoliCloud,简称Amoli私有云,一款轻量级的私有云存储系统,支持本地存储以及阿里云OSS,提供简单的文件列表、上传下载、管理等功能。
- **Primary Language**: PHP
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 3
- **Created**: 2019-07-26
- **Last Updated**: 2023-05-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
AmoliCloud
> 😊一款轻量级的私有云存储系统,支持本地、阿里云OSS、腾讯云COS存储,提供简单的文件列表、上传下载、管理等功能。
[](https://github.com/ChinaMoli/AmoliCloud/blob/master/LICENSE)
[](https://travis-ci.org/ChinaMoli/AmoliCloud)
### 预览/Demo
-----
*

### 注意事项/Attention
-----
#### 环境
**运行环境**:PHP 5.6+ 推荐7.x,cURL()支持
**开发环境**:PHPstudy、PHP 7.2、Nginx、Windows
#### 兼容性
支持IE9及以上的现代浏览器,并且已在 Chrome、firefox、IE11 等浏览器测试使用正常
#### 版权
本程序由 无名氏Studio(https://wums.cn) 开发,您可以随意修改、使用、转载。
**使用或转载时请务必保留出处,保留版权是对作者最大的尊重!**
### 部署/Build
-----
#### 下载:
Releases:,或使用git:
~~~
git clone https://github.com/ChinaMoli/AmoliCloud.git
~~~
#### 更新:
Releases:,或使用git
~~~
git clone https://github.com/ChinaMoli/AmoliCloud.git
~~~
### 帮助/Help
-----
* **详细搭建教程**: `暂时没写`
* **OSS配置教程**:
* **COS配置教程**:
### 更新日志/ChangeLog
-----
#### version 4.2.1 `2019-07-18`
* [优化] 前端细节,提升访问速度
* [优化] 安装文件,加入判断条件
* [优化] 后台上传时加入删除按钮
* [优化] 统一PHP返回参数,方便二次开发
* [优化] 前端细节,提升访问速度
* [修复] 手机访问后台不能上传文件
* [修复] 上个版本部分Bug,加入新Bug
更多:[CHANGELOG.md](https://github.com/ChinaMoli/AmoliCloud/blob/master/CHANGELOG.md)
### 更新计划/Preview
-----
* 增加七牛云、又拍云等主流对象存储
### 开源协议/License
-----
```
MIT License
Copyright (c) 2019 ChinaMoli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```