You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This section covers everything you need to know to get up and running:
6
6
7
7
-**[Installation](installation.md):** The step-by-step process for getting Terrarium onto your VPS.
8
8
-**[Creating Your First Instance](creating-first-instance.md):** How to spin up your first container and publish an app to the web.
9
+
-**[Templating Containers with `trm launch`](templating.md):** How to turn repeatable app setup into one launch command with Ansible, Docker Compose, variables, and proxy labels.
9
10
-**[Storage and Sizing](storage.md):** How to choose the right hardware and structure your storage for the best performance and snapshot capabilities.
10
11
-**[Domains and Authentication](domains-and-auth.md):** Setting up custom domains and choosing how you want to handle Single Sign-On (SSO) for your private apps.
11
12
-**[Management GUIs](management-guis.md):** A quick tour of the built-in visual dashboards you get right out of the box.
Copy file name to clipboardExpand all lines: docs/getting-started/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This section covers everything you need to know to get up and running:
6
6
7
7
-**[Installation](./installation):** The step-by-step process for getting Terrarium onto your VPS.
8
8
-**[Creating Your First Instance](./creating-first-instance):** How to spin up your first container and publish an app to the web.
9
+
-**[Templating Containers with `trm launch`](./templating):** How to turn repeatable app setup into one launch command with Ansible, Docker Compose, variables, and proxy labels.
9
10
-**[Storage and Sizing](./storage):** How to choose the right hardware and structure your storage for the best performance and snapshot capabilities.
10
11
-**[Domains and Authentication](./domains-and-auth):** Setting up custom domains and choosing how you want to handle Single Sign-On (SSO) for your private apps.
11
12
-**[Management GUIs](./management-guis):** A quick tour of the built-in visual dashboards you get right out of the box.
Copy file name to clipboardExpand all lines: docs/getting-started/templating.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,4 +289,4 @@ If the app is running but the public route does not respond, check that the serv
289
289
terrariumctl proxy sync
290
290
```
291
291
292
-
For the full route label grammar, including authenticated routes and wildcard domains, see [Domains and Authentication](../getting-started/domains-and-auth.md#published-app-route-labels).
292
+
For the full route label grammar, including authenticated routes and wildcard domains, see [Domains and Authentication](domains-and-auth.md#published-app-route-labels).
Copy file name to clipboardExpand all lines: docs/guides/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ You can run databases, internal APIs, and experimental AI agents without worryin
19
19
-**[VSCodium Web IDE](vscode.md):** The absolute best way to code in the cloud. Spin up a browser-based editor that is completely isolated and secured by SSO.
20
20
-**[OpenClaw](openclaw.md):** Give the powerful autonomous AI agent a safe, disposable sandbox to execute code in.
21
21
-**[Hermes](hermes.md):** Run agent-driven background services and expose only the user interface to the web.
22
-
-**[Templating Containers with `trm launch`](templating.md):** Use Ansible, Galaxy roles, Docker Compose, variables, and proxy labels to launch ready-to-use containers in one command.
23
22
-**[Docker Compose Stacks](compose.md):** The cleanest way to run multi-container apps (like a web server + Postgres + Redis) without making a mess of your host machine.
24
23
-**[Dokploy](dokploy.md):** Turn your Terrarium containers into an automated, UI-driven deployment platform (like Heroku or Vercel).
25
24
-**[Coolify](coolify.md):** Another excellent, self-hosted Heroku alternative that runs perfectly inside a single Terrarium LXC.
Copy file name to clipboardExpand all lines: docs/guides/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ You can run databases, internal APIs, and experimental AI agents without worryin
19
19
-**[VSCodium Web IDE](vscode.md):** The absolute best way to code in the cloud. Spin up a browser-based editor that is completely isolated and secured by SSO.
20
20
-**[OpenClaw](openclaw.md):** Give the powerful autonomous AI agent a safe, disposable sandbox to execute code in.
21
21
-**[Hermes](hermes.md):** Run agent-driven background services and expose only the user interface to the web.
22
-
-**[Templating Containers with `trm launch`](templating.md):** Use Ansible, Galaxy roles, Docker Compose, variables, and proxy labels to launch ready-to-use containers in one command.
23
22
-**[Docker Compose Stacks](compose.md):** The cleanest way to run multi-container apps (like a web server + Postgres + Redis) without making a mess of your host machine.
24
23
-**[Dokploy](dokploy.md):** Turn your Terrarium containers into an automated, UI-driven deployment platform (like Heroku or Vercel).
25
24
-**[Coolify](coolify.md):** Another excellent, self-hosted Heroku alternative that runs perfectly inside a single Terrarium LXC.
For a more practical walkthrough with Ansible, Docker Compose, variables, Git assets, and proxy labels, see [Templating Containers with `trm launch`](../guides/templating.md).
56
+
For a more practical walkthrough with Ansible, Docker Compose, variables, Git assets, and proxy labels, see [Templating Containers with `trm launch`](../getting-started/templating.md).
57
57
58
58
Provisioning flags generate cloud-init user-data that installs the needed packages and runs inside the new container:
0 commit comments