开源实例之Stencil 前言 Stencil is a library for building reusable, scalable component libraries. Generate small, blazing fast Web Components that run everywhere. Stencil 是基于 Node.js 开发的 WEB 组件生成器。 实例地址 https://stencil.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 18 程序 Stencil 4.7.2 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://stenciljs.com 仓库地址:https://github.com/ionic-team/stencil #创建项目 yarn create st... 2023-11-22
开源实例之dumi 前言 dumi is a static site generator for component library development. dumi,中文发音嘟米,是一款为组件开发场景而生的静态站点框架,与 father 一起为开发者提供一站式的组件开发体验,father 负责组件源码构建,而 dumi 负责组件开发及组件文档生成。 实例地址 https://dumi.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 dumi 2.2.14 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://d.umijs.org 仓库地址:https://github.com/umijs/dumi #安装项目,选择 React Library npx cre... 2023-11-22
开源实例之Quartz 前言 Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites. Thousands of students, developers, and teachers are already using Quartz to publish personal notes, wikis, and digital gardens to the web. Quartz 是一款基于 Node.js 开发的静态网站生成器。 实例地址 https://quartz.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Quartz 4.1.1 实例... 2023-11-21
开源实例之Misskey 前言 Misskey 是一个开源、分布式的微博客平台。它由日本的 syuilo 于 2014 年开始开发。它拥有丰富的功能,如 Drive 或 Reactions,以及非常高的 UI 可定制性。 实例地址 https://misskey.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 20 数据库 PostgreSQL 13 缓存 Redis 程序 Misskey v2023.10.2 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 PostgreSQL、Redis 安装程序 官网地址:https://misskey-hub.net/zh-CN/ 仓库地址:https://github.com/misskey-dev/misskey #克隆代码 git clone https://github.com/misskey-dev... 2023-10-26
开源实例之memos 前言 A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts 本实例是用 memos 搭建的微博社区。 实例地址 https://memos.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20、Node.js 16 数据库 SQLite 3 程序 memos 0.16.1 实例部署 权限要求 具有系统读写权限 已安装 Go、Node.js 已安装 SQLite 安装程序 官网地址:https://www.usememos.com 仓库地址:https://github.com/usememos/memos Docker 部署 docker run -d --name memos -p 5230:5230 -v... 2023-10-24
开源实例之OurJS 前言 Free Blog Engine, Forum System, Website Template and CMS Platform based on Node.JS and Redis OurJS 是基于Node.JS和Redis的开源的高性能博客引擎,网站模板,论坛系统和轻量级的CMS系统 本篇是 OurJS 搭建的博客实例。 实例地址 https://ourjs.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 Redis 程序 OurJS 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Redis 安装程序 仓库地址:https://github.com/newghost/ourjs #修改 config.js Redis 配置 #启动 sh ourjs.sh #注册账号,进入 Redis 赋予管理员... 2023-10-08
开源实例之噗噗博客 前言 一款基于vue2+elementui+koa2+mysql前后端分离的个人博客系统。 1、支持第三方登录,gitee、qq 2、支持文章留言评论 3、自定义文章贡献度模块(高仿gitee) 4、自定义文章目录模块(高仿掘金) 5、后台支持Markdown格式编写文章 6、支持文章导入导出,图文上传 7、自定义代码生成器,一键生成业务接口代码。 实例地址 https://pupu-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 MariaDB 10.5 服务器 Nginx 程序 噗噗博客 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 MySQL 已安装 Nginx 安装程序 仓库地址:https://gitee.com/hrbust_cheny/pupu_blog 数据库 将 koa-blog-... 2023-10-07
开源实例之Spruche 前言 Spruche 是一个基于 Node.js 轻量级博客系统,多级响应式。支持文章编辑、删除、置顶、分类,标签管理,站点 SEO。 实例地址 https://spruche.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 MariaDB 10.5 程序 Spruche 0.1.2 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 MySQL 安装程序 仓库地址:https://github.com/IceEnd/Spruche #克隆代码 git clone https://github.com/IceEnd/Spruche.git cd Spruche #安装依赖 npm i #创建数据库并修改 config.js 相关配置 #启动 npm start 网站启动后访问 /start 完成安装。 实例体验 进... 2023-10-04
开源实例之LittleBlog 前言 这是一个基于Node.js——Express框架的单页面应用(Single Page Application)方法开发的个人博客。支持解析MarkDown并生成静态HTML。 实例地址 https://littleblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 MariaDB 10.5 程序 LittleBlog 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 MySQL 安装程序 仓库地址:https://github.com/BadTudou-zz/blog #克隆代码 git clone https://github.com/BadTudou-zz/blog.git cd blog #安装后端依赖 npm i #安装前端依赖 cd public/javascripts npm i #修改... 2023-09-24
开源实例之melog 前言 melog 是一个基于 jj.js (nodejs) 构建的简单轻量级 blog 系统。代码极简,无需编译,方便二次开发。 实例地址 https://melog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 MariaDB 10.5 程序 melog 3.1.1 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 MySQL 安装程序 仓库地址:https://github.com/yafoo/melog #克隆代码 git clone https://github.com/yafoo/melog.git cd melog #安装依赖 npm i #运行程序,系统默认运行在3003端口 node server.js 启动后访问 /install 完成安装。 实例体验 进入实例深度体验 后记 本实例仅供参考... 2023-09-18