forked from louislam/uptime-kuma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocklet.yml
70 lines (70 loc) · 1.5 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: uptime-kuma
title: Uptime Kuma
description: An easy-to-use self-hosted monitoring tool
did: z8iZngXotuUXxsm6imc7naUUy1G5ycVs7A34H
group: dapp
main: server/server.js
logo: logo.png
author:
name: wangshijun
specVersion: 1.2.8
version: 1.23.17
repository:
type: git
url: git+https://github.com/blocklet/uptime-kuma-blocklet.git
files:
- screenshots
- dist
- public
- db
- '!server/dev.js'
interfaces:
- type: web
name: publicUrl
path: /
prefix: '*'
port: BLOCKLET_PORT
protocol: http
services:
- name: auth
config:
blockUnauthenticated: true
ignoreUrls:
- /api/status-page/**
- /status/**
- /upload/**
- /robots.txt
whoCanAccess: invited
profileFields:
- fullName
- email
- avatar
allowSwitchProfile: true
blockUnauthorized: false
screenshots:
- 55a61eb96c9349f016243d81f31c2a22.png
- 7d432967fb4f5386a911adef26310dfe.png
- 5ec9d72033a6c947907e1e6e74b5df33.png
community: https://www.reddit.com/r/UptimeKuma/
documentation: https://github.com/louislam/uptime-kuma/wiki
homepage: https://uptime.kuma.pet
license: MIT
payment:
price: []
share: []
timeout:
start: 60
requirements:
server: '>=1.7.0'
os: '*'
cpu: '*'
nodejs: '>=14'
environments: []
capabilities:
clusterMode: false
component: true
navigation: true
components: []
scripts:
dev: npm run dev:blocklet
postInstall: node server/hooks/post-install.js