All Projects → wisp-x → Lsky Pro

wisp-x / Lsky Pro

Licence: gpl-3.0
☁️Lsky Pro - Your photo album on the cloud.

Projects that are alternatives of or similar to Lsky Pro

Imgpush
Minimalist Self-hosted Image Service for user submitted images in your app
Stars: ✭ 144 (-87.73%)
Mutual labels:  images, picture
Picpic
A awesome image host service driven by github pages and github actions.
Stars: ✭ 135 (-88.5%)
Mutual labels:  images, picture
Tinyraycaster
486 lines of C++: old-school FPS in a weekend
Stars: ✭ 1,383 (+17.8%)
Mutual labels:  images, picture
Vanilla Lazyload
LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.
Stars: ✭ 6,596 (+461.84%)
Mutual labels:  images, picture
Bubblepictures
Bubble Pictures for iOS done in Swift
Stars: ✭ 434 (-63.03%)
Mutual labels:  images, picture
wp-github-gos
利用 github api 实现的一个存储图片/附件的 wordpress 插件
Stars: ✭ 42 (-96.42%)
Mutual labels:  picture, images
Tinyrenderer
A brief computer graphics / rendering course
Stars: ✭ 11,776 (+903.07%)
Mutual labels:  images, picture
ImageOnMap
Repo for ImageOnMap, a bukkit plugin created to display any image using a map
Stars: ✭ 162 (-86.2%)
Mutual labels:  picture, images
Pictshare
📷 PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. 🎑
Stars: ✭ 576 (-50.94%)
Mutual labels:  images, picture
Sms Responsive Images
This TYPO3 extension provides ViewHelpers and configuration to render valid responsive images based on TYPO3's image cropping tool.
Stars: ✭ 35 (-97.02%)
Mutual labels:  images, picture
Private Aks Cluster
This sample shows how to create a private AKS cluster in a virtual network along with a jumpbox virtual machine.
Stars: ✭ 63 (-94.63%)
Mutual labels:  cloud
Terraform Modules
Reusable Terraform modules
Stars: ✭ 63 (-94.63%)
Mutual labels:  cloud
Sceptre
Build better AWS infrastructure
Stars: ✭ 1,160 (-1.19%)
Mutual labels:  cloud
Awesome Cloud Native Tutorials
A curated list of tutorials and labs for learning cloud native concepts
Stars: ✭ 70 (-94.04%)
Mutual labels:  cloud
React Native Learning Resources
Collection of some good resources for react-native ✨ 🔥 💥
Stars: ✭ 61 (-94.8%)
Mutual labels:  images
Cloud Security Audit
A command line security audit tool for Amazon Web Services
Stars: ✭ 68 (-94.21%)
Mutual labels:  cloud
Cloud Portal
Self service web portal for different Cloud platforms like Azure, AWS and VMWare vSphere.
Stars: ✭ 60 (-94.89%)
Mutual labels:  cloud
Catt
Detecting the temperature from an infrared image
Stars: ✭ 60 (-94.89%)
Mutual labels:  images
Azure Rest Api Specs
The source for REST API specifications for Microsoft Azure.
Stars: ✭ 1,104 (-5.96%)
Mutual labels:  cloud
Cloudserver
Zenko CloudServer, an open-source Node.js implementation of the Amazon S3 protocol on the front-end and backend storage capabilities to multiple clouds, including Azure and Google.
Stars: ✭ 1,167 (-0.6%)
Mutual labels:  cloud
Lsky Pro Logo

Lsky Pro

☁ 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

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

🛠 安装要求

  • 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].