开源实例之vue-admin-better 前言 vue-admin-better 同时支持电脑,手机,平板,切换分支查看不同的vue版本,包含 40+ 高质量单页。RBAC 模型 + JWT 权限控制。 实例地址 https://vue-admin-better.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 服务器 Nginx 程序 vue-admin-better 2.2.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/chuzhixin/vue-admin-better #克隆仓库 git clone -b master https://github.com/chuzhixin/vue-admin-better.git #安装依赖 npm i --registry=http://m... 2023-04-18
开源实例之SirTunnel 前言 本篇介绍用 SirTunnel 实现内网穿透。了解什么是内网穿透可以参考《开源实例之frp》一文中的介绍。 SirTunnel介绍 Minimal, self-hosted, 0-config alternative to ngrok. Similar to sish but leverages Caddy+OpenSSH rather than custom server code. SirTunnel 是一款零配置的内网穿透工具。 仓库地址:https://github.com/anderspitman/SirTunnel 部署服务端 克隆仓库代码,执行安装和启动脚本: sh install.sh sh run_server.sh 启动客户端 #https://sub1.example.com 访问本地 WEB 服务 ssh -tR 9001:localhost:8080 exa... 2023-04-17
开源实例之Telebit 前言 本篇介绍用 Telebit 实现内网穿透。了解什么是内网穿透可以参考《开源实例之frp》一文中的介绍。 Telebit介绍 Break out of localhost. Access your devices from behind firewalls. Securely access your services from anywhere. An easy-to-use secure tunnel for all sorts of wonderful things (kind of like a poor man's VPN). Telebit 是简单易用的内网穿透工具,提供了类似ngrok的公共服务端,同时也可以自建服务端。 官网地址:https://telebit.cloud 客户端仓库:https://git.coolaj86.com/coolaj86/telebit.js... 2023-04-17
开源实例之Tunnelmole 前言 本篇介绍用 Tunnelmole 实现内网穿透。了解什么是内网穿透可以参考《开源实例之frp》一文中的介绍。 Tunnelmole介绍 Tunnelmole is a very simple application that does one thing. It gives a web server you have running locally a public URL which can then be accessed from any device that is connected to the Internet. Its a bit like a reverse proxy from the internet to your local machine and can handle all types of HTTP/HTTPS requests such as tex... 2023-04-06
开源实例之ok-admin 前言 一个很赞的,扁平化风格的,响应式布局的通用后台模版解决方案,旨为后端程序员减压! 实例地址 https://ok-admin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 ok-admin 2.0 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址:https://gitee.com/wudibo/ok-admin 克隆仓库到服务器域名解析的目录,用 Nginx 代理即可。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例 2023-04-06
开源实例之Vue Element Admin 前言 vue-element-admin is a production-ready front-end solution for admin interfaces. It is based on vue and uses the UI Toolkit element-ui. vue-element-admin 是一个后台前端解决方案,它基于 vue 和 element-ui实现。 vue-element-admin is based on the newest development stack of vue and it has a built-in i18n solution, typical templates for enterprise applications, and lots of awesome features. It helps you build large an... 2023-04-06
开源实例之BearAdmin 前言 BearAdmin是基于ThinkPHP6.0+AdminLTE3.2的后台管理系统。 实例地址 https://bearadmin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 8.1 数据库 MariaDB 10.5 服务器 Nginx 程序 BearAdmin 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 建数据库 创建一个供程序使用的数据库,可以命名为 bearadmin。 安装程序 官网地址:https://demo.bearadmin.com 仓库地址:https://github.com/yupoxiong/BearAdmin git clone https://gitee.com/yupoxiong/BearAdmin.git app cd app composer install... 2023-04-05
开源实例之D2 Admin 前言 D2Admin is a fully open source and free enterprise back-end product front-end integration solution, using the latest front-end technology stack, javascript files loading of local first screen less than 60kb, has prepared most of the project preparations, and with a lot of sample code to help the management system agile development. D2Admin 是一个完全 开源免费 的企业中后台产品前端集成方案,使用最新的前端技术栈,小于 60kb 的本地首屏 js 加... 2023-04-05
开源实例之YiiBoot 前言 YiiBoot是基于Yii2 + AdminLTE + mysql的php通用后台;采用代码生成器,以AminLTE为样式模板,生成数据库表的数据模型model、增删改查的视图view和控制器controller,菜单配置后直接使用;高效、快速开发自己的管理后台。 实例地址 https://yiiboot.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 YiiBoot 2.2.0 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 安装程序 仓库地址:https://gitee.com/penngo/yiiboot 克隆仓库到服务器域名解析的目录,创建数据库导入doc/db.sql,并修改common\config\main.php的数据库... 2023-04-05
开源实例之LotusAdmin 前言 LotusAdmin极速后台开发框架针对PHP新手和专业二开用户精心打造代码规范,便于极速开发,无需阅读大量文档。 实例地址 https://lotusadmin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 LotusAdmin 8.0.0 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 安装程序 官网地址:https://www.lotusadmin.top 仓库地址:https://gitee.com/wenhainande/LotusAdmin 克隆仓库到服务器域名解析的目录,执行composer install,然后访问网站并根据安装程序引导填写即可。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验... 2023-04-04