certd/packages/ui/certd-server
xiaojunnuo 7c92762f48 chore: k8s logger 2024-08-06 10:23:09 +08:00
..
db perf: 流水线支持名称模糊查询 2024-08-04 02:35:45 +08:00
public chore: 1 2024-07-20 14:26:01 +08:00
src chore: k8s logger 2024-08-06 10:23:09 +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 chore: 2024-08-06 09:11:31 +08:00
.editorconfig 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
.env.development.yaml perf: 创建证书任务可以选择lege插件 2024-07-21 02:26:03 +08:00
.env.pgdev.yaml fix: 修复环境变量多个下划线不生效的bug 2024-08-05 17:47:56 +08:00
.env.preview.yaml feat: config merge 2023-06-26 12:26:59 +08:00
.env.production.yaml feat: config merge 2023-06-26 12:26:59 +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 chore: 2024-07-15 02:13:53 +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.23.0 2024-08-05 18:08:44 +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 v1.23.0 2024-08-05 18:08:44 +08:00
tsconfig.json chore: 1 2024-07-20 14:27: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.