-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarkline.json
More file actions
235 lines (235 loc) · 10 KB
/
Copy pathmarkline.json
File metadata and controls
235 lines (235 loc) · 10 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
{
"name": "Rune",
"theme": {
"appearance": "dark",
"logo": { "light": "/logo-rune-light.svg", "dark": "/logo-rune-dark.svg", "text": "rune" },
"favicon": "/favicon.svg",
"colors": { "primary": "#6c5ce0", "primaryDark": "#9e8cfc" },
"font": { "sans": "Hanken Grotesk", "mono": "JetBrains Mono" },
"cssVariables": {
"dark": {
"--bg": "#0f0f0f",
"--bg-2": "#0b0b0b",
"--panel": "#161616",
"--panel-2": "#1d1d1f",
"--panel-hi": "#252528",
"--ink": "#ededef",
"--ink-2": "#b3b3bc",
"--ink-3": "#7d7d88",
"--ink-4": "#54545d",
"--line": "rgba(255,255,255,0.09)",
"--line-2": "rgba(255,255,255,0.14)",
"--line-soft": "rgba(255,255,255,0.045)",
"--accent": "#9e8cfc",
"--accent-ink": "#b8acff",
"--accent-dim": "rgba(158,140,252,0.14)",
"--accent-line": "rgba(158,140,252,0.42)",
"--c-paper": "15 15 15",
"--c-paper-2": "22 22 24",
"--c-ink": "237 237 239",
"--c-brand": "158 140 252",
"--c-on-brand": "24 20 31"
},
"light": {
"--c-paper": "247 247 245",
"--c-ink": "22 21 28",
"--accent": "#6c5ce0",
"--accent-ink": "#7c6ae8",
"--accent-dim": "rgba(108,92,224,0.12)",
"--accent-line": "rgba(108,92,224,0.4)",
"--c-brand": "108 92 224",
"--c-on-brand": "255 255 255"
}
}
},
"topbar": {
"badge": "v0.34",
"links": [
{ "label": "Home", "href": "/" },
{ "label": "GitHub ↗", "href": "https://github.com/runestack/rune" }
],
"cta": { "label": "Quick start", "href": "/start/quick-start" }
},
"navigation": {
"tabs": [
{
"id": "documentation",
"label": "Documentation",
"href": "/start/what-is-rune",
"match": ["__default__"],
"groups": [
{
"group": "Get started",
"pages": [
{ "href": "/start/what-is-rune", "label": "What is Rune?" },
{ "href": "/start/installation", "label": "Installation" },
{ "href": "/start/quick-start", "label": "Quick start" },
{ "href": "/start/bootstrap", "label": "Bootstrap & first user" }
]
},
{
"group": "Concepts",
"pages": [
{ "href": "/concepts/architecture", "label": "Architecture" },
{ "href": "/concepts/services", "label": "Services" },
{ "href": "/concepts/instances", "label": "Instances" },
{ "href": "/concepts/namespaces", "label": "Namespaces" },
{ "href": "/concepts/runesets", "label": "Runesets" },
{ "href": "/concepts/releases", "label": "Releases" },
{ "href": "/concepts/secrets-configmaps", "label": "Secrets & ConfigMaps" },
{ "href": "/concepts/networking", "label": "Networking" },
{ "href": "/concepts/storage", "label": "Storage" },
{ "href": "/concepts/identity-rbac", "label": "Identity & RBAC" }
]
},
{
"group": "Guides",
"pages": [
{ "href": "/guides/first-service", "label": "Deploy your first service" },
{ "href": "/guides/expose-service", "label": "Expose a service" },
{ "href": "/guides/secrets-configmaps", "label": "Use secrets & configmaps" },
{ "href": "/guides/dependencies", "label": "Service dependencies" },
{ "href": "/guides/health", "label": "Health checks" },
{ "href": "/guides/init-steps", "label": "Init steps" },
{ "href": "/guides/logs-exec", "label": "Logs & exec" },
{ "href": "/guides/persistent-storage", "label": "Persistent storage" },
{ "href": "/guides/process-runner", "label": "Process runner" },
{ "href": "/guides/network-policy", "label": "Write a network policy" },
{ "href": "/guides/scale-restart", "label": "Scale & restart" },
{ "href": "/guides/runesets", "label": "Package a runeset" },
{ "href": "/guides/ghcr-auth", "label": "Pull from GHCR" },
{ "href": "/guides/ci-deployments", "label": "Deploy from GitHub Actions" },
{ "href": "/guides/dashboard", "label": "The web dashboard" }
]
},
{
"group": "Observability",
"pages": [
{ "href": "/observability/overview", "label": "Overview (RuneSight)" },
{ "href": "/observability/quickstart", "label": "Quickstart" },
{ "href": "/observability/embedded", "label": "Embedded backend" },
{ "href": "/observability/loki", "label": "Loki backend" },
{ "href": "/observability/clickhouse", "label": "ClickHouse backend" },
{ "href": "/observability/logql", "label": "LogQL reference" },
{ "href": "/observability/alerts", "label": "Alerts & saved views" }
]
},
{
"group": "Recipes",
"pages": [
{ "href": "/guides/go-http", "label": "Deploy a Go service" },
{ "href": "/guides/node-express", "label": "Deploy a Node.js service" },
{ "href": "/guides/spring-react", "label": "Deploy Spring Boot + React" }
]
},
{
"group": "Deploy",
"pages": [
{ "href": "/guides/digital-ocean-deploy", "label": "DigitalOcean droplet" },
{ "href": "/guides/terraform-ec2", "label": "AWS EC2 with Terraform" },
{ "href": "/guides/terraform-aws", "label": "Provision AWS" },
{ "href": "/guides/terraform-digitalocean", "label": "Provision DigitalOcean" },
{ "href": "/guides/terraform-google", "label": "Provision Google Cloud" },
{ "href": "/guides/terraform-hetzner", "label": "Provision Hetzner" }
]
},
{
"group": "Tutorial",
"pages": [
{ "href": "/tutorial/overview", "label": "Build a full project" },
{ "href": "/tutorial/layout", "label": "Part 1 — Project layout" },
{ "href": "/tutorial/terraform", "label": "Part 2 — Provision" },
{ "href": "/tutorial/runeset", "label": "Part 3 — Author your runeset" },
{ "href": "/tutorial/ci-cd", "label": "Part 4 — Wire up CI/CD" },
{ "href": "/tutorial/deploy", "label": "Part 5 — Deploy & verify" }
]
},
{
"group": "Operations",
"pages": [
{ "href": "/operations/runed", "label": "Running runed" },
{ "href": "/operations/configuration", "label": "Configuration" },
{ "href": "/operations/security", "label": "Security hardening" },
{ "href": "/operations/upgrades", "label": "Upgrades" }
]
}
]
},
{
"id": "cli",
"label": "CLI",
"href": "/cli/overview",
"match": ["/cli"],
"groups": [
{
"group": "CLI",
"pages": [
{ "href": "/cli/overview", "label": "Overview" }
]
},
{
"group": "Commands",
"pages": [
{ "href": "/cli/cast", "label": "rune cast" },
{ "href": "/cli/release", "label": "rune release" },
{ "href": "/cli/get", "label": "rune get" },
{ "href": "/cli/scale", "label": "rune scale" },
{ "href": "/cli/logs", "label": "rune logs" },
{ "href": "/cli/exec", "label": "rune exec" },
{ "href": "/cli/create", "label": "rune create" },
{ "href": "/cli/delete", "label": "rune delete" },
{ "href": "/cli/deps", "label": "rune deps" },
{ "href": "/cli/lint", "label": "rune lint" },
{ "href": "/cli/pack", "label": "rune pack" },
{ "href": "/cli/port-forward", "label": "rune port-forward" },
{ "href": "/cli/restart-stop", "label": "rune restart / stop" },
{ "href": "/cli/snapshot", "label": "rune snapshot" },
{ "href": "/cli/storageclass", "label": "rune storageclass" },
{ "href": "/cli/volume", "label": "rune volume" },
{ "href": "/cli/health", "label": "rune health" },
{ "href": "/cli/ui", "label": "rune ui" },
{ "href": "/cli/admin", "label": "rune admin" },
{ "href": "/cli/login-config", "label": "rune login / context" },
{ "href": "/cli/misc", "label": "whoami / status / version" }
]
}
]
},
{
"id": "reference",
"label": "Reference",
"href": "/reference/service-spec",
"match": ["/reference"],
"groups": [
{
"group": "Reference",
"pages": [
{ "href": "/reference/service-spec", "label": "Service spec" },
{ "href": "/reference/runefile", "label": "Runefile (server config)" },
{ "href": "/reference/storage-resources", "label": "Storage resources" },
{ "href": "/reference/api", "label": "API surface (gRPC + REST)" },
{ "href": "/reference/cli-network", "label": "Networking CLI" },
{ "href": "/reference/errors", "label": "Exit codes & errors" }
]
}
]
}
]
},
"editUrl": "https://github.com/runestack/rune/edit/master/docs",
"ai": {
"enabled": true,
"mode": "proxy",
"provider": "openrouter",
"model": "deepseek/deepseek-v4-flash",
"endpoint": "https://ask.runestack.io",
"suggestions": true,
"label": "Ask AI",
"maxTokens": 1024,
"rateLimit": { "perMinute": 10 }
},
"seo": {
"title": "Rune — single-binary orchestration",
"description": "Rune is a lightweight, single-binary orchestration platform. Kubernetes-grade workflow, none of the weight — driven entirely from the command line."
}
}