https://github.com/addono/trilium-devspace
Deployment configuration for Trilium contains onto K8s using DevSpace.
https://github.com/addono/trilium-devspace
Last synced: 4 months ago
JSON representation
Deployment configuration for Trilium contains onto K8s using DevSpace.
- Host: GitHub
- URL: https://github.com/addono/trilium-devspace
- Owner: Addono
- License: mit
- Created: 2020-04-19T15:33:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T16:07:22.000Z (almost 6 years ago)
- Last Synced: 2025-05-16T21:11:55.364Z (9 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trilium DevSpace
## 📝 Table of Contents
- [About](#about)
- [Deployment](#deployment)
- [Usage](#usage)
- [Built Using](#built_using)
- [Authors](#authors)
## 🧐 About
Offers a simple method of deploying [Trilium](https://github.com/zadam/trilium) onto Kubernetes using DevSpace.
### Prerequisites
Install [DevSpace](https://devspace.sh/), other installations than NPM are available as well and covered in their [documentation](https://devspace.sh/cli/docs/getting-started/installation):
```bash
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:
```bash
devspace login
```
Then create the “space” to deploy the application in:
```bash
devspace create space trilium
```
### Deploying
You can kick-off the deployment by running:
```bash
devspace deploy
```
## ⛏️ Built Using
- [DevSpace](https://devspace.sh/)
## ✍️ Authors
- [Adriaan Knapen](https://aknapen.nl) [](https://gitlab.com/Addono) [](https://github.com/Addono)