-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.arc
81 lines (76 loc) · 1.02 KB
/
app.arc
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
71
72
73
74
75
76
77
78
79
80
81
@app
vibrancy
@aws
region eu-west-2
runtime nodejs18.x
@http
get /
get /micropub
get /media
get /logs
post /micropub
post /media
post /webmention
@events
process-post
send-webmention
write-file
fetch-context
notify-push
notify-endpoints
@tables
posts
url *String
posts-public
url *String
tokens
token *String
expires TTL
webmentions
id *String
categories-posts
cat *String
url **String
media
url *String
contexts
url *String
categories
cat *String
logs
id *String
expires TTL
contacts
nickname *String
@tables-indexes
posts
post-type *String
published **String
posts
channel *String
published **String
posts-public
post-type *String
published **String
posts-public
channel *String
published **String
posts-public
homepage *Number
published **String
webmentions
target *String
published **String
webmentions
id *String
categories-posts
cat *String
published **String
categories-posts
url *String
media
type *String
published **String
logs
log *String
published **String