Git Product home page Git Product logo

lsky-pro's Introduction

Lsky Pro Logo

☁ Your photo album on the cloud.

PHP Release Issues Code size Repo size Last commit License

文档   演示   Chrome 拓展   Telegram 群组

下载稳定版请点击这里,发现 bug 可发送邮件至邮箱:[email protected],或提交 issues

homepage.png homepage.png

📌 TODO

  • 支持第三方云储存,本地、阿里云 OSS、腾讯云 COS、七牛云、又拍云、FTP
  • 多图上传、拖拽上传、粘贴上传、上传预览、全屏预览、页面响应式布局
  • 简洁的图片管理功能,支持鼠标右键、单选多选、重命名等操作
  • 全局配置用户初始剩余储存空间、设置指定用户剩余储存空间
  • 一键复制图片外链、二维码扫描链接、图片鉴黄功能
  • 设置上传文件、文件夹路径命名规则、文件夹分类功能
  • 接口上传、图片软删除
  • OTA 平滑升级系统
  • (Dark)暗黑主题
  • IP 封禁功能(支持通配符)
  • 自定义链接参数
  • 单用户模式
  • 图片广场 ...

🛠 安装要求

  • PHP 版本 ≥ 5.6(≤ 7.3)
  • mysql 版本 ≥ 5.5
  • PDO 拓展
  • ZipArchive 支持
  • fileinfo 拓展
  • curl 拓展

注:推荐使用 PHP 7.3, 如果使用 FTP 功能,需要开启 PHP 的 FTP 拓展

🔍 安装教程

  1. 下载兰空,上传至 web 运行环境,解压。

  2. 设置运行目录为 public。

  3. 配置 Rewrite 规则:

    Nginx:
    location / {
        if (!-e $request_filename) {
        	rewrite ^(.*)$ /index.php?s=$1 last; break;
        }
    }
    
    Apache:

    Apache 直接使用 .htaccess 即可

  4. 访问首页,未安装自动跳转至安装页面,根据页面提示安装即可。

  5. 安装完成以后请设置 runtime 目录 0755 权限,如果你使用本地存储,public 目录也需要设置为 0755 权限

📧 联系我

💰 捐赠

Lsky Pro 的开发和更新等,都是作者在空余时间独立开发,并免费开源使用,如果您认可我的作品,并且觉得对你有所帮助我愿意接受来自各方面的捐赠😃。

支付宝 微信

😋 鸣谢

  • ThinkPHP
  • Jquery
  • BootStrap
  • Mdui
  • viewer.js
  • context.js

📃 开源许可

GPL 3.0

Copyright (c) 2018-present Lsky Pro.

lsky-pro's People

Contributors

wisp-x avatar ctaoist avatar menci avatar gitter-badger avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.