Added Trilium to Apps (#321)
Added Trilium (https://github.com/zadam/trilium) to the App Store Co-authored-by: Tiger Wang <tigerwang@outlook.com>
This commit is contained in:
parent
4f804ff257
commit
9777a92056
|
@ -0,0 +1,40 @@
|
||||||
|
name: trilium
|
||||||
|
services:
|
||||||
|
trilium:
|
||||||
|
cpu_shares: 10
|
||||||
|
command: []
|
||||||
|
container_name: trilium
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 256M
|
||||||
|
image: zadam/trilium:0.61.12
|
||||||
|
labels:
|
||||||
|
icon: https://icon.casaos.io/main/all/trilium.png
|
||||||
|
ports:
|
||||||
|
- target: 8080
|
||||||
|
published: 8088
|
||||||
|
protocol: tcp
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/trilium
|
||||||
|
target: /home/node/trilium-data
|
||||||
|
devices: []
|
||||||
|
cap_add: []
|
||||||
|
environment: []
|
||||||
|
network_mode: bridge
|
||||||
|
privileged: false
|
||||||
|
x-casaos:
|
||||||
|
author: Jason McFeetors
|
||||||
|
category: Notes
|
||||||
|
description:
|
||||||
|
en_us: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.
|
||||||
|
developer: zadam (https://github.com/zadam)
|
||||||
|
icon: https://icon.casaos.io/main/all/trilium.png
|
||||||
|
index: /
|
||||||
|
port_map: "8088"
|
||||||
|
scheme: http
|
||||||
|
store_app_id: trilium
|
||||||
|
title:
|
||||||
|
en_us: Trilium
|
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
Binary file not shown.
After Width: | Height: | Size: 179 KiB |
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
Loading…
Reference in New Issue