{"id":43543385,"url":"https://github.com/devsapp/domain","last_synced_at":"2026-02-03T18:38:17.874Z","repository":{"id":43106644,"uuid":"355915255","full_name":"devsapp/domain","owner":"devsapp","description":"下发Serverless Devs默认域名","archived":false,"fork":false,"pushed_at":"2023-12-26T11:18:49.000Z","size":3027,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-12-26T12:43:58.146Z","etag":null,"topics":["domain","serverless","serverless-devs"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devsapp.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-04-08T13:19:17.000Z","updated_at":"2023-12-26T12:43:58.147Z","dependencies_parsed_at":"2023-12-11T03:38:14.522Z","dependency_job_id":null,"html_url":"https://github.com/devsapp/domain","commit_stats":null,"previous_names":[],"tags_count":42,"template":null,"template_full_name":null,"purl":"pkg:github/devsapp/domain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsapp%2Fdomain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsapp%2Fdomain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsapp%2Fdomain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsapp%2Fdomain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsapp","download_url":"https://codeload.github.com/devsapp/domain/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsapp%2Fdomain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29052652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["domain","serverless","serverless-devs"],"created_at":"2026-02-03T18:38:13.557Z","updated_at":"2026-02-03T18:38:17.867Z","avatar_url":"https://github.com/devsapp.png","language":"TypeScript","readme":"# 帮助文档\n\n通过该组件，可以下发Serverless Devs默认域名\n\n## 参数\n\n|  参数   |  必填  |  类型  | 取值  |  描述  |  备注  |    \n|  ----  | ----  |  ----  | ----  |  ----  |  ----  |\n| region  | true |  string |  cn-beijing、cn-hangzhou、cn-shanghai、cn-qingdao、cn-zhangjiakou、cn-huhehaote、cn-shenzhen、cn-chengdu、 cn-hongkong、ap-southeast-1、 ap-southeast-2、ap-southeast-3、 ap-southeast-5、ap-northeast-1、eu-central-1、eu-west-1、us-west-1、us-east-1、ap-south-1  |  地域 |   |\n| type  | true | string  | fc、oss、jamstack-oss、jamstack-fc | 申请域名下发的云产品  |  -  |\n| user  | false | string  | - | 阿里云UID  |  type为fc时必填  |\n| service  | false | string  | - | 函数计算服务名  |  type为fc时必填  |\n| function  | false | string  | - | 函数计算函数名  |  type为fc时必填  |\n| bucket  | false | string  | - | 对象存储存储桶  |  type为oss时必填  |\n| customDomain  | false | string  | - | 函数计算自定义域名  |  type为jamstack-fc时必填  |\n| project  | false | string  | - | 函数计算自定义域名  |  type为jamstack-fc、jamstack-oss 时必填  |\n\n------- \n\n### type为fc\n\n````\nprops: #  组件的属性值\n  type: fc\n  user: 123456789\n  region: cn-shenzhen\n  service: authing\n  function: test\n````\n\n### type为oss\n\n````\nprops: #  组件的属性值\n  type: oss\n  region: cn-shenzhen\n  bucket: cn-shenzhen-images\n````\n\n### type为jamstack-oss\n\n````\nprops: #  组件的属性值\n  type: jamstack-oss\n  region: cn-shenzhen\n  bucket: cn-shenzhen-images\n  project: wss-test\n  customDomain: 123456789.fc.devsapp.net # 选填，填写会多添加一个原站信息\n````\n\n### type为jamstack-fc\n\n````\nprops: #  组件的属性值\n  type: jamstack-fc\n  user: 123456789\n  region: cn-shenzhen\n  service: authing\n  function: test\n  customDomain: 123456789.fc.devsapp.net\n  project: wss-test\n  bucket: cn-shenzhen-images # 选填，填写会多添加一个 oss 地址作为原站信息\n````\n\n\n# 其它\n\n组件开发者：项目编译\n\n````\n$ npm i\n\n$ npm run build\n````\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsapp%2Fdomain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsapp%2Fdomain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsapp%2Fdomain/lists"}