-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmod.sp
49 lines (48 loc) · 1.22 KB
/
mod.sp
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
mod "mastodon" {
}
locals {
//host = "https://cloud.steampipe.io/org/acme/workspace/jon/dashboard"
host = "http://localhost:9194"
server = "mastodon.social"
limit = 80
timeline_exclude = "press.coop"
menu = <<EOT
[Blocked](__HOST__/mastodon.dashboard.Blocked)
•
[BoostsFromServer](__HOST__/mastodon.dashboard.BoostsFromServer)
•
[BoostsFederated](__HOST__/mastodon.dashboard.BoostsFederated)
•
[Direct](__HOST__/mastodon.dashboard.Direct)
•
[Favorites](__HOST__/mastodon.dashboard.Favorites)
•
[Followers](__HOST__/mastodon.dashboard.Followers)
•
[Following](__HOST__/mastodon.dashboard.Following)
•
[Home](__HOST__/mastodon.dashboard.Home)
•
[List](__HOST__/mastodon.dashboard.List)
•
[Local](__HOST__/mastodon.dashboard.Local)
•
[Me](__HOST__/mastodon.dashboard.Me)
•
[Notification](__HOST__/mastodon.dashboard.Notification)
•
[PeopleSearch](__HOST__/mastodon.dashboard.PeopleSearch)
•
[Rate](__HOST__/mastodon.dashboard.Rate)
•
[Remote](__HOST__/mastodon.dashboard.Remote)
•
[Server](__HOST__/mastodon.dashboard.Server)
•
[StatusSearch](__HOST__/mastodon.dashboard.StatusSearch)
•
[TagExplore](__HOST__/mastodon.dashboard.TagExplore)
•
[TagSearch](__HOST__/mastodon.dashboard.TagSearch)
EOT
}