-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublish.yaml
58 lines (58 loc) · 1.33 KB
/
publish.yaml
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
Edition: 2.0.0
Type: Application
Name: vaultwarden-aliyun
Provider:
- 阿里云
Version: 1.20.4
Description: 基于阿里云函数计算FC一键部署部署Vaultwarden
HomePage: https://github.com/QinYangWang/vaultwarden-aliyun
Tags:
- 部署函数
- 部署组件
Category: 开源项目
Service:
函数计算:
Authorities:
- AliyunContainerRegistryFullAccess
- AliyunVPCFullAccess
- AliyunNASFullAccess
- AliyunFCFullAccess
Parameters:
type: object
additionalProperties: true
required:
- region
- namespace
properties:
region:
title: 地域
type: string
default: cn-hongkong
description: 创建应用所在的地区,推荐国外地区
enum:
- cn-qingdao
- cn-beijing
- cn-zhangjiakou
- cn-huhehaote
- cn-hangzhou
- cn-shanghai
- cn-shenzhen
- cn-hongkong
- ap-southeast-1
- ap-southeast-2
- ap-southeast-3
- ap-southeast-5
- ap-northeast-1
- us-west-1
- us-east-1
- eu-central-1
- eu-west-1
database:
title: 数据库地址
type: string
default: /mnt/auto/db.sqlite3
description: 数据存储数据库地址,默认为 /mnt/auto/db.sqlite3
namespace:
title: 镜像仓库命名空间
type: string
description: 镜像仓库命名空间