All Projects → fendoudebb → z-blog-openresty

fendoudebb / z-blog-openresty

Licence: other
程序员技术之旅-OpenResty

Programming Languages

HTML
75241 projects
lua
6591 projects

Projects that are alternatives of or similar to z-blog-openresty

Upyun Resty
UPYUN's open source software for OpenResty development
Stars: ✭ 150 (+500%)
Mutual labels:  openresty
Dice
前后端分离Blog系统,采用Nuxt、Vue 2.x 和 SpringBoot 全家桶。
Stars: ✭ 222 (+788%)
Mutual labels:  openresty
dnmp
docker-compose部署LNMP环境 Nginx/Openresty、MySQL(5.7、8.0、8.1)、PHP7.4(8.0、5.6)、Redis5.0、PHPMyAdmin、Xdebug、RabbitMQ、Nacos
Stars: ✭ 138 (+452%)
Mutual labels:  openresty
Lua Resty Repl
Interactive console (REPL) for Openresty and luajit code
Stars: ✭ 165 (+560%)
Mutual labels:  openresty
Lua Resty Redis Connector
Connection utilities for lua-resty-redis
Stars: ✭ 186 (+644%)
Mutual labels:  openresty
Lapis
A web framework for Lua and OpenResty written in MoonScript
Stars: ✭ 2,621 (+10384%)
Mutual labels:  openresty
Lua Resty Auto Ssl
On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
Stars: ✭ 1,786 (+7044%)
Mutual labels:  openresty
lua-resty-http2
The HTTP/2 Protocol (Client Side) Implementation for OpenResty.
Stars: ✭ 73 (+192%)
Mutual labels:  openresty
Lnmp
LEMP stack/LAMP stack/LNMP stack installation scripts for CentOS/Redhat Debian and Ubuntu
Stars: ✭ 2,488 (+9852%)
Mutual labels:  openresty
ngx-lua-images
OpenResty (nginx+lua)+Ceph+GraphicsMagick 动态生成处理图片
Stars: ✭ 34 (+36%)
Mutual labels:  openresty
Lua Resty Jit Uuid
Fast and dependency-free UUID library for LuaJIT/ngx_lua
Stars: ✭ 169 (+576%)
Mutual labels:  openresty
Orange
OpenResty/Nginx Gateway for API Monitoring and Management.
Stars: ✭ 2,208 (+8732%)
Mutual labels:  openresty
nginx-lua
Nginx 1.19+ with LUA support based on Alpine Linux, Amazon Linux, Debian, Fedora and Ubuntu.
Stars: ✭ 112 (+348%)
Mutual labels:  openresty
Oneinstack
OneinStack - A PHP/JAVA Deployment Tool
Stars: ✭ 1,983 (+7832%)
Mutual labels:  openresty
wired-vpn
WireGuard behind OIDC
Stars: ✭ 21 (-16%)
Mutual labels:  openresty
Ngx Oauth
OAuth 2.0 proxy for nginx written in Lua.
Stars: ✭ 146 (+484%)
Mutual labels:  openresty
Apicast
3scale API Gateway
Stars: ✭ 225 (+800%)
Mutual labels:  openresty
spacer
🚀Serverless function platform for Lua
Stars: ✭ 50 (+100%)
Mutual labels:  openresty
casper
Yelp's internal caching proxy, powered by Nginx and OpenResty at its core
Stars: ✭ 81 (+224%)
Mutual labels:  openresty
mocka
Mocka - The complete testing framework for LUA and Nginx
Stars: ✭ 26 (+4%)
Mutual labels:  openresty

z-blog-openresty

依赖

  • OpenResty:基于Nginx的高性能Web服务器
  • lua-resty-template:适用NginxOpenRestyHTML模板渲染引擎
  • pgmoonPostgreSQLLua驱动
  • lua-resty-woothee:基于WootheeUser-Agent解析器
  • lua-resty-httpOpenRestyngx_lua中的HTTP客户端
  • lua-resty-auto-ssl:自动注册和更新Let's Encrypthttps证书(需编写Lua代码)
  • certbot:自动注册和更新Let's Encrypthttps证书(安装成Linux服务后自动更新证书,无需编写代码)

安装依赖

luarocks install lua-resty-template 2.0-1
luarocks install pgmoon 1.12.0-1
luarocks install lua-resty-woothee 1.12.0-1
luarocks install lua-resty-http 0.15-0
luarocks install lua-resty-auto-ssl 0.13.1-1

LuaRocks安装可参考

初始化数据库

initdb
psql -d postgres -f pg_schema.sql
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].