-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocklet.yml
54 lines (54 loc) · 920 Bytes
/
blocklet.yml
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
name: tiny-linktree
version: 0.3.0
title: Tiny LinkHub
description: A linktree clone that hosts all your links
keywords:
- social
group: dapp
did: z8iZhUcEUQHFAN2Gz1BFoyHYBiKfmkA1DhnL1
main: api/index.js
author:
name: wangshijun
email: [email protected]
repository:
type: git
url: git+https://github.com/blocklet/tiny-linktree.git
specVersion: 1.2.7
logo: logo.jpeg
files:
- build
- logo.jpeg
- README.md
- blocklet.md
- screenshots
interfaces:
- type: web
name: publicUrl
path: /
prefix: '*'
port: BLOCKLET_PORT
protocol: http
community: ''
documentation: ''
homepage: ''
license: ''
payment:
price: []
share: []
timeout:
start: 60
requirements:
server: '>=1.6.29'
os: '*'
cpu: '*'
scripts:
dev: npm run start
environments: []
capabilities:
clusterMode: false
component: true
screenshots:
- 1-preview.png
- 2-config.png
children: []
navigation: []