/trilium-devspace

Deployment configuration for Trilium contains onto K8s using DevSpace.

MIT LicenseMIT

Trilium DevSpace

📝 Table of Contents

🧐 About

Offers a simple method of deploying Trilium onto Kubernetes using DevSpace.

🚀 Deployment

Prerequisites

Install DevSpace, other installations than NPM are available as well and covered in their documentation:

npm install -g devspace

Configuration

Open devspace.yaml and configure the hostname which you will be using for the deployment.

If you do not have a Kubernetes cluster setup yet, you can use the free tier from DevSpace Cloud. First, login into DevSpace Cloud:

devspace login

Then create the “space” to deploy the application in:

devspace create space trilium

Deploying

You can kick-off the deployment by running:

devspace deploy

⛏️ Built Using

✍️ Authors