certd/packages/ui/certd-server
xiaojunnuo 4fcaab5feb chore: 禁止普通用户使用不安全插件,比如复制到本机、自定义js脚本等 2024-09-29 01:14:21 +08:00
..
db perf: 授权配置支持加密 2024-08-27 13:46:19 +08:00
public chore: 1 2024-07-20 14:26:01 +08:00
src chore: 禁止普通用户使用不安全插件,比如复制到本机、自定义js脚本等 2024-09-29 01:14:21 +08:00
test/controller feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
tools feat: 支持lego,海量DNS提供商 2024-07-18 21:10:13 +08:00
.dockerignore perf: 优化内存占用 2024-08-28 14:40:50 +08:00
.editorconfig 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
.env.development.yaml chore: 1 2024-09-25 09:49:34 +08:00
.env.pgdev.yaml fix: 修复执行日志没有清理的bug 2024-08-25 01:55:34 +08:00
.env.preview.yaml perf: 优化成功后跳过的提示 2024-08-13 20:30:42 +08:00
.env.production.yaml chore: 2024-09-24 02:42:08 +08:00
.eslintrc.json feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
.gitattributes chore: lfs 2024-07-18 21:09:22 +08:00
.gitignore perf: 优化内存占用 2024-08-28 14:40:50 +08:00
.mocharc.json feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
.npmrc feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
.prettierrc feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
.prettierrc.cjs feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
CHANGELOG.md v1.25.5 2024-09-26 14:27:04 +08:00
LICENSE 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
README.md feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
README.zh-CN.md feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
app.js perf: 支持重置管理员密码,忘记密码的补救方案 2024-06-16 02:06:44 +08:00
before-build.js chore: 1 2024-07-20 18:11:56 +08:00
bootstrap.js feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
f.yaml build: trident-sync prepare 2023-01-29 13:44:19 +08:00
jest.config.js 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
package.json perf: 部署支持1Panel 2024-09-27 02:15:41 +08:00
tsconfig.json perf: 部署支持1Panel 2024-09-27 02:15:41 +08:00

README.md

my_midway_project

QuickStart

see midway docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.