杜郎俊赏 - dujun.io

开源实例之T3MPL Editor

t3mpl-editor-example封面
前言 T3MPL is the generic website editor and the static website generator in one. To create a website you need just a browser. Choose a website template and edit it by T3MPL Editor. Export your final website to .zip file and upload it to your server. T3MPL Editor 是一款可以在浏览器端编辑并生成静态网站的程序。 实例地址 http://t3mpl-editor.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 T3MPL Editor 0.4.1 实例部署...

2023-12-05

家里有一台戴森吹风机,当时因其“高科技对发质好”,咬牙斥资一千五购入。属于我们家吹风机这个品类鹤立鸡群的存在——其他都是几百元价位的。事实也是一分钱一分货,跟普通吹风机发红的电热丝不一样,戴森的风是不会烫头皮的。因此其他吹风机都被收起来了,全家都乐于用戴森。 但是后来我感觉戴森有点异常,很明显的是吹风的声音变哑了。我本来想的是贵重的产品看来寿命也不长。直到有一次我发现我妈在用戴森吹被子。我当时很无语,但没有说话,因为一般吹风机确实会这么用——将没晒干有点潮的衣物烘一下。但是今天晚上我又看到我爸在给水槽打胶,然后用戴森在加热。我感觉脑子嗡的一下就忍不住了,把收起来的普通吹风机找了出来,交给我妈,让她拿去给我爸,说以后做这些用这个吹风机,那个(戴森)比较贵。 做了这个事情之后,我就后悔了。爸妈当时有点不好意思,估计以后不会拿戴森做这些杂事了,但心里会不舒服,会觉得我嫌他们。平静下来去想,其实是...

2023-12-04

开源实例之Blognow

blognow-example封面
前言 Zero config static site generator for blogs 实例地址 http://blognow.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Blognow 0.3.0 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/johnjago/blognow #克隆代码 git clone https://github.com/johnjago/blognow.git #生成程序 cd blognow go build -buildvcs=false . #创建项目 ./blognow blog #生成静态文件 cd blog ../blognow 实例体验 进入实例深度体验 后记 本实例仅供参考,不...

2023-12-01

开源实例之bic

bic-example封面
前言 bic is an opinionated and minimal static site generator—with a focus on blogs. It uses Pandoc to convert plain Markdown files into HTML. They get templated {{Mustache}}-style with Mo. Hashids is used to generate IDs. 实例地址 http://bic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Docker 服务器 Nginx 程序 bic 实例部署 权限要求 具有系统读写权限 已安装 Docker 已安装 Nginx 安装程序 官网地址:https://bic.sh 程序仓库:https://github.com/Pinjasaur...

2023-12-01

开源实例之pyblog

pyblog-example封面
前言 Similar to jekyll's java language development of static blog system pyblog 是 Java 语言开发的类似Jekyll的静态博客生成器。 实例地址 http://pyblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 1.8 服务器 Nginx 程序 pyblog 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 仓库地址:https://github.com/atjiu/pyblog 下载release包,解压到目录,启动 jar 包即可自动生成静态文件。 java -jar pyblog.jar 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-12-01

开源实例之Notablog

notablog-example封面
前言 Generate a minimalistic blog from a Notion table, so you can tell stories of your work with Notion. 实例地址 http://notablog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Notablog 0.8.1 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 程序仓库:https://github.com/dragonman225/notablog 示例仓库:https://github.com/dragonman225/notablog-starter #安装程序 npm i -g notablog #克隆代码 git clone https://g...

2023-11-30

开源实例之Nextein

nextein-example封面
前言 Nextein is a static site & blog generator. Combine the simplicity of Markdown and the power of Next.js. 实例地址 http://nextein.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Nextein 4.2.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://nextein.elmasse.io 程序仓库:https://github.com/elmasse/nextein 示例仓库:https://github.com/elmasse/nextein-starter #克隆代码 git clone https://git...

2023-11-30

开源实例之Auxpi

auxpi-example封面
前言 Auxpi 是集合多家 API 的新一代图床。 实例地址 http://auxpi.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Go 1.20 数据库 MariaDB 10.5 缓存 Redis 程序 Auxpi 2.3.9 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 MySQL、Redis 安装程序 仓库地址:https://github.com/0xDkd/auxpi 下载release包,解压到目录。 #修改 MySQL、Redis 等配置 vim conf/siteConfig.json #数据初始化 ./auxpi migrate #创建管理员账号 ./auxpi -mod=admin -name=admin -email=admin@example.com -pass=12345678 #运行 ./auxpi run 实例...

2023-11-30

开源实例之ImgURL

imgurl-example封面
前言 ImgURL是一款简单、好用的图床程序,使用PHP + SQLite 3开发,安装简单,功能强大。 实例地址 http://imgurl.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 5.6 数据库 SQLite 3 服务器 Nginx 程序 ImgURL 2.31 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 SQLite 已安装 Nginx 安装程序 仓库地址:https://github.com/helloxz/imgurl 文档地址:https://www.yuque.com/helloz/imgurl 下载release包,解压到 WEB 目录,启动后访问网站,按照引导完成安装。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-11-29

开源实例之Chevereto

chevereto-example封面
前言 Chevereto: Ultimate image sharing software 具有拖放上传、多服务器支持、图像审核、图像分类、用户帐户、私人相册等功能的卓越的图像上传工具。 本实例是 Chevereto 的开源版本,部分功能未解锁,付费后可获得完整版程序。 实例地址 http://chevereto.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 8.1 数据库 MariaDB 10.5 服务器 Nginx 程序 Chevereto 4.0.9 实例部署 权限要求 具有系统读写权限 已安装 PHP 8+ 已安装 MySQL 已安装 Nginx 安装程序 官网地址:https://chevereto.com 仓库地址:https://github.com/chevereto/chevereto 下载release包,解压到 WEB 目录,启动...

2023-11-29

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183