mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: Trilium Notes (#199)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
e00c13ba22
commit
ae6467f2bd
0
trilium-notes/data/.gitkeep
Normal file
0
trilium-notes/data/.gitkeep
Normal file
15
trilium-notes/docker-compose.yml
Normal file
15
trilium-notes/docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
app_proxy:
|
||||||
|
environment:
|
||||||
|
APP_HOST: trilium-notes_server_1
|
||||||
|
APP_PORT: 8080
|
||||||
|
|
||||||
|
server:
|
||||||
|
image: zadam/trilium:0.55.1@sha256:9bf48a49359cd567bb8e9ce87c1d310713ba98ac8d517d75b07b8de907525077
|
||||||
|
restart: on-failure
|
||||||
|
environment:
|
||||||
|
- TRILIUM_DATA_DIR=/data
|
||||||
|
volumes:
|
||||||
|
- ${APP_DATA_DIR}/data:/data
|
62
trilium-notes/umbrel-app.yml
Normal file
62
trilium-notes/umbrel-app.yml
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
manifestVersion: 1
|
||||||
|
id: trilium-notes
|
||||||
|
category: Productivity
|
||||||
|
name: Trilium Notes
|
||||||
|
version: "0.55.1"
|
||||||
|
tagline: Build your personal knowledge base with Trilium Notes
|
||||||
|
description: >-
|
||||||
|
Features
|
||||||
|
|
||||||
|
|
||||||
|
- Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see cloning)
|
||||||
|
|
||||||
|
- Rich WYSIWYG note editing including e.g. tables, images and math with markdown autoformat
|
||||||
|
|
||||||
|
- Support for editing notes with source code, including syntax highlighting
|
||||||
|
|
||||||
|
- Fast and easy navigation between notes, full text search and note hoisting
|
||||||
|
|
||||||
|
- Seamless note versioning
|
||||||
|
|
||||||
|
- Note attributes can be used for note organization, querying and advanced scripting
|
||||||
|
|
||||||
|
- Synchronization with self-hosted sync server (there's a 3rd party service for hosting synchronisation server)
|
||||||
|
|
||||||
|
- Sharing (publishing) notes to public internet
|
||||||
|
|
||||||
|
- Strong note encryption with per-note granularity
|
||||||
|
|
||||||
|
- Sketching diagrams with bult-in Excalidraw (note type "canvas")
|
||||||
|
|
||||||
|
- Relation maps and link maps for visualizing notes and their relations
|
||||||
|
|
||||||
|
- Scripting - see Advanced showcases
|
||||||
|
|
||||||
|
- REST API for automation
|
||||||
|
|
||||||
|
- Scales well in both usability and performance upwards of 100 000 notes
|
||||||
|
|
||||||
|
- Touch optimized mobile frontend for smartphones and tablets
|
||||||
|
|
||||||
|
- Night theme
|
||||||
|
|
||||||
|
- Evernote and Markdown import & export
|
||||||
|
|
||||||
|
- Web Clipper for easy saving of web content
|
||||||
|
developer: ZAdam
|
||||||
|
website: https://github.com/zadam/trilium
|
||||||
|
dependencies: []
|
||||||
|
repo: https://github.com/zadam/trilium
|
||||||
|
support: https://github.com/zadam/trilium/wiki
|
||||||
|
port: 3779
|
||||||
|
gallery:
|
||||||
|
- 1.jpg
|
||||||
|
- 2.jpg
|
||||||
|
- 3.jpg
|
||||||
|
- 4.jpg
|
||||||
|
path: /#root
|
||||||
|
defaultUsername: ""
|
||||||
|
defaultPassword: ""
|
||||||
|
torOnly: false
|
||||||
|
submitter: Pranshu Agrawal
|
||||||
|
submission: https://github.com/getumbrel/umbrel-apps/pull/199
|
Loading…
Reference in New Issue
Block a user