2023-11-08 10:50:39 +00:00
|
|
|
|
name: trilium
|
|
|
|
|
services:
|
|
|
|
|
trilium:
|
|
|
|
|
command: []
|
|
|
|
|
container_name: trilium
|
|
|
|
|
deploy:
|
|
|
|
|
resources:
|
2023-11-27 03:28:16 +00:00
|
|
|
|
reservations:
|
|
|
|
|
memory: "256M"
|
|
|
|
|
image: zadam/trilium:0.62.2
|
2023-11-08 10:50:39 +00:00
|
|
|
|
labels:
|
|
|
|
|
icon: https://icon.casaos.io/main/all/trilium.png
|
|
|
|
|
ports:
|
|
|
|
|
- target: 8080
|
2023-11-08 10:51:32 +00:00
|
|
|
|
published: "8088"
|
2023-11-08 10:50:39 +00:00
|
|
|
|
protocol: tcp
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
volumes:
|
|
|
|
|
- type: bind
|
|
|
|
|
source: /DATA/AppData/trilium
|
|
|
|
|
target: /home/node/trilium-data
|
|
|
|
|
environment: []
|
|
|
|
|
network_mode: bridge
|
|
|
|
|
privileged: false
|
|
|
|
|
x-casaos:
|
2023-11-27 03:28:16 +00:00
|
|
|
|
architectures:
|
|
|
|
|
- amd64
|
|
|
|
|
- arm64
|
|
|
|
|
- arm
|
2023-11-08 10:50:39 +00:00
|
|
|
|
author: Jason McFeetors
|
|
|
|
|
category: Notes
|
|
|
|
|
description:
|
2023-11-27 03:28:16 +00:00
|
|
|
|
en_us: Trilium Notes is a hierarchical note-taking application with a focus on building large personal knowledge bases.
|
|
|
|
|
zh_cn: Trilium Notes是一款具有层次结构的笔记应用程序,专注于构建庞大的个人知识库。
|
|
|
|
|
developer: zadam
|
|
|
|
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Trilium/icon.png
|
|
|
|
|
screenshot_link:
|
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Trilium/screenshot-1.png
|
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Trilium/screenshot-2.png
|
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Trilium/screenshot-3.png
|
2023-11-08 10:50:39 +00:00
|
|
|
|
index: /
|
|
|
|
|
port_map: "8088"
|
|
|
|
|
scheme: http
|
|
|
|
|
store_app_id: trilium
|
|
|
|
|
title:
|
|
|
|
|
en_us: Trilium
|
2023-11-27 03:28:16 +00:00
|
|
|
|
zh_cn: Trilium
|