mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(docs): update doc references from triliumnext/notes to triliumnext/trilium
This commit is contained in:
		| @@ -7,9 +7,9 @@ Installation of Nix on Mac or Linux ([download page](https://nixos.org/download/ | ||||
|  | ||||
| ## Run directly | ||||
|  | ||||
| Using [nix run](https://nix.dev/manual/nix/stable/command-ref/new-cli/nix3-run.html), the desktop app can be started as: `nix run github:TriliumNext/Notes/v0.95.0` | ||||
| Using [nix run](https://nix.dev/manual/nix/stable/command-ref/new-cli/nix3-run.html), the desktop app can be started as: `nix run github:TriliumNext/Trilium/v0.95.0` | ||||
|  | ||||
| Running the server requires explicitly specifying the desired package: `nix run github:TriliumNext/Notes/v0.95.0#server` | ||||
| Running the server requires explicitly specifying the desired package: `nix run github:TriliumNext/Trilium/v0.95.0#server` | ||||
|  | ||||
| Instead of a version (`v0.95.0` above), you can also specify a commit hash (or a branch name). This makes it easy to test development builds. | ||||
|  | ||||
| @@ -22,7 +22,7 @@ Add to your `flake.nix`: | ||||
|   inputs = { | ||||
|     nixpkgs.url = # ...; | ||||
|     trilium-notes = { | ||||
|       url = "github:TriliumNext/Notes/v0.95.0"; | ||||
|       url = "github:TriliumNext/Trilium/v0.95.0"; | ||||
|       inputs.nixpkgs.follows = "nixpkgs"; | ||||
|     }; | ||||
|   }; | ||||
|   | ||||
| @@ -8,7 +8,7 @@ To run a Docker build: | ||||
| To run the built Docker image: | ||||
|  | ||||
| ``` | ||||
| sudo docker run -p 8081:8080 triliumnext/notes:v0.90.6-beta | ||||
| sudo docker run -p 8081:8080 triliumnext/trilium:v0.90.6-beta | ||||
| ``` | ||||
|  | ||||
| To enter a shell in the Docker container: | ||||
|   | ||||
| @@ -13,7 +13,7 @@ The main workflow of the CI runs on `develop` branches as well as any branch tha | ||||
|  | ||||
| ## Downloading the artifacts from the main branch | ||||
|  | ||||
| Simply go to the [`develop` branch on GitHub](https://github.com/TriliumNext/Notes) and look at the commit bar: | ||||
| Simply go to the [`develop` branch on GitHub](https://github.com/TriliumNext/Trilium) and look at the commit bar: | ||||
|  | ||||
| <figure class="image"><img src="Main_image.png"></figure> | ||||
|  | ||||
|   | ||||
| @@ -52,7 +52,7 @@ Important aspects to consider: | ||||
|  | ||||
| ## Location of the documentation | ||||
|  | ||||
| All documentation is stored in the [Notes](https://github.com/TriliumNext/Notes) repository: | ||||
| All documentation is stored in the [Notes](https://github.com/TriliumNext/Trilium) repository: | ||||
|  | ||||
| *   `docs/Developer Guide` contains Markdown documentation that can be modified either externally (using a Markdown editor, or internally using Trilium). | ||||
| *   `docs/Release Notes` is also stored in Markdown format and can be freely edited. | ||||
|   | ||||
| @@ -6,7 +6,7 @@ On Ubuntu: | ||||
|  | ||||
| name=TriliumNotes-linux-x64-nightly.deb | ||||
| rm -f $name* | ||||
| wget https://github.com/TriliumNext/Notes/releases/download/nightly/$name | ||||
| wget https://github.com/TriliumNext/Trilium/releases/download/nightly/$name | ||||
| sudo apt-get install ./$name | ||||
| rm $name | ||||
| ``` | ||||
| @@ -17,5 +17,5 @@ Go to `packages/ckeditor5-build-balloon-trilium/build` and copy `ckeditor.js` an | ||||
| An example shell command to copy it: | ||||
|  | ||||
| ``` | ||||
| cp build/ckeditor.* ~/Projects/TriliumNext/Notes/libraries/ckeditor/ | ||||
| cp build/ckeditor.* ~/Projects/TriliumNext/Trilium/libraries/ckeditor/ | ||||
| ``` | ||||
| @@ -20,14 +20,14 @@ If you are installing esbuild with npm, make sure that you don't specify the | ||||
| "--no-optional" or "--omit=optional" flags. The "optionalDependencies" feature | ||||
| of "package.json" is used by esbuild to install the correct binary executable | ||||
| for your current platform. | ||||
|     at generateBinPath (/home/elian/Projects/TriliumNext/Notes/node_modules/esbuild/lib/main.js:1752:15) | ||||
|     at esbuildCommandAndArgs (/home/elian/Projects/TriliumNext/Notes/node_modules/esbuild/lib/main.js:1822:33) | ||||
|     at ensureServiceIsRunning (/home/elian/Projects/TriliumNext/Notes/node_modules/esbuild/lib/main.js:1979:25) | ||||
|     at transform (/home/elian/Projects/TriliumNext/Notes/node_modules/esbuild/lib/main.js:1880:37) | ||||
|     at file:///home/elian/Projects/TriliumNext/Notes/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:2755 | ||||
|     at applyTransformers (file:///home/elian/Projects/TriliumNext/Notes/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:1266) | ||||
|     at transform (file:///home/elian/Projects/TriliumNext/Notes/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:2702) | ||||
|     at load (file:///home/elian/Projects/TriliumNext/Notes/node_modules/tsx/dist/esm/index.mjs?1734213798404:2:2245) | ||||
|     at generateBinPath (/home/elian/Projects/TriliumNext/Trilium/node_modules/esbuild/lib/main.js:1752:15) | ||||
|     at esbuildCommandAndArgs (/home/elian/Projects/TriliumNext/Trilium/node_modules/esbuild/lib/main.js:1822:33) | ||||
|     at ensureServiceIsRunning (/home/elian/Projects/TriliumNext/Trilium/node_modules/esbuild/lib/main.js:1979:25) | ||||
|     at transform (/home/elian/Projects/TriliumNext/Trilium/node_modules/esbuild/lib/main.js:1880:37) | ||||
|     at file:///home/elian/Projects/TriliumNext/Trilium/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:2755 | ||||
|     at applyTransformers (file:///home/elian/Projects/TriliumNext/Trilium/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:1266) | ||||
|     at transform (file:///home/elian/Projects/TriliumNext/Trilium/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:2702) | ||||
|     at load (file:///home/elian/Projects/TriliumNext/Trilium/node_modules/tsx/dist/esm/index.mjs?1734213798404:2:2245) | ||||
|     at async nextLoad (node:internal/modules/esm/hooks:868:22) | ||||
|     at async Hooks.load (node:internal/modules/esm/hooks:451:20) | ||||
| ``` | ||||
|   | ||||
							
								
								
									
										4
									
								
								docs/README-ZH_CN.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								docs/README-ZH_CN.md
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ Trilium Notes 是一个层次化的笔记应用程序,专注于建立大型个 | ||||
| 欢迎加入我们的官方讨论和社区。我们专注于Trilium的开发,乐于听取您对功能、建议或问题的意见! | ||||
|  | ||||
| - [Matrix](https://matrix.to/#/#triliumnext:matrix.org)(用于同步讨论) | ||||
| - [Github Discussions](https://github.com/TriliumNext/Notes/discussions)(用于异步讨论) | ||||
| - [Github Discussions](https://github.com/TriliumNext/Trilium/discussions)(用于异步讨论) | ||||
| - [Wiki](https://triliumnext.github.io/Docs/)(用于常见操作问题和用户指南) | ||||
|  | ||||
| 上面链接的两个房间是镜像的,所以您可以在任意平台上使用XMPP或者Matrix来和我们交流。 | ||||
| @@ -55,7 +55,7 @@ Trilium Notes 是一个层次化的笔记应用程序,专注于建立大型个 | ||||
|  | ||||
| Trilium 可以用作桌面应用程序(Linux 和 Windows)或服务器(Linux)上托管的 Web 应用程序。虽然有 macOS 版本的桌面应用程序,但它[不受支持](https://triliumnext.github.io/Docs/Wiki/faq#mac-os-support)。 | ||||
|  | ||||
| * 如果要在桌面上使用 Trilium,请从[最新版本](https://github.com/TriliumNext/Notes/releases/latest)下载适用于您平台的二进制版本,解压缩该软件包并运行`trilium`可执行文件。 | ||||
| * 如果要在桌面上使用 Trilium,请从[最新版本](https://github.com/TriliumNext/Trilium/releases/latest)下载适用于您平台的二进制版本,解压缩该软件包并运行`trilium`可执行文件。 | ||||
| * 如果要在服务器上安装 Trilium,请参考[此页面](https://triliumnext.github.io/Docs/Wiki/server-installation)。 | ||||
|   * 当前仅支持(测试过)最近发布的 Chrome 和 Firefox 浏览器。 | ||||
|  | ||||
|   | ||||
							
								
								
									
										10
									
								
								docs/README.es.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								docs/README.es.md
									
									
									
									
										vendored
									
									
								
							| @@ -14,7 +14,7 @@ Vea estas [capturas de pantalla](https://triliumnext.github.io/Docs/Wiki/screens | ||||
|  | ||||
| ### ¿Cómo migrar desde Trilium? | ||||
|  | ||||
| No hay pasos de migración especiales para migrar de una instancia de zadam/Trilium a una instancia de TriliumNext/Notes. Simplemente actualice su instancia de Trilium a la última versión e [instale TriliumNext/Notes como de costumbre](#-Instalación) | ||||
| No hay pasos de migración especiales para migrar de una instancia de zadam/Trilium a una instancia de TriliumNext/Trilium. Simplemente actualice su instancia de Trilium a la última versión e [instale TriliumNext/Trilium como de costumbre](#-Instalación) | ||||
|  | ||||
| ## 💬 Discuta con nosotros | ||||
|  | ||||
| @@ -22,7 +22,7 @@ Siéntase libre de unirse a nuestras conversaciones oficiales. ¡Nos encantaría | ||||
|  | ||||
| - [Matrix](https://matrix.to/#/#triliumnext:matrix.org) (Para discusiones síncronas) | ||||
|   - La sala `General` es replicada a [XMPP](xmpp:discuss@trilium.thisgreat.party?join) | ||||
| - [Discusiones de GitHub](https://github.com/TriliumNext/Notes/discussions) (Para discusiones asíncronas) | ||||
| - [Discusiones de GitHub](https://github.com/TriliumNext/Trilium/discussions) (Para discusiones asíncronas) | ||||
| - [Wiki](https://triliumnext.github.io/Docs/) (Para preguntas frecuentes y guías de usuario) | ||||
|  | ||||
| ## 🎁 Características | ||||
| @@ -58,7 +58,7 @@ Siéntase libre de unirse a nuestras conversaciones oficiales. ¡Nos encantaría | ||||
|  | ||||
| Para usar TriliumNext en su máquina de escritorio (Linux, MacOS y Windows) tiene algunas opciones: | ||||
|  | ||||
| - Descargue la versión binaria para su plataforma desde la [página de lanzamientos](https://github.com/TriliumNext/Notes/releases/latest), descomprima el paquete y ejecute el ejecutable `trilium`. | ||||
| - Descargue la versión binaria para su plataforma desde la [página de lanzamientos](https://github.com/TriliumNext/Trilium/releases/latest), descomprima el paquete y ejecute el ejecutable `trilium`. | ||||
| - Acceda a TriliumNext a través de la interfaz web de una instalación de servidor (ver más abajo) | ||||
|   - Actualmente solo las últimas versiones de Chrome y Firefox son compatibles (y están probadas). | ||||
| - (Próximamente) TriliumNext también se proporcionará como un Flatpak | ||||
| @@ -68,11 +68,11 @@ Para usar TriliumNext en su máquina de escritorio (Linux, MacOS y Windows) tien | ||||
| Para usar TriliumNext en un dispositivo móvil: | ||||
|  | ||||
| - Utilice un navegador web móvil para acceder a la interfaz móvil de una instalación de servidor (ver más abajo) | ||||
| - El uso de una aplicación móvil aún no está soportado ([vea aquí](https://github.com/TriliumNext/Notes/issues/72)) para seguir las mejoras móviles. | ||||
| - El uso de una aplicación móvil aún no está soportado ([vea aquí](https://github.com/TriliumNext/Trilium/issues/72)) para seguir las mejoras móviles. | ||||
|  | ||||
| ### Servidor | ||||
|  | ||||
| Para instalar TriliumNext en su servidor (incluyendo vía Docker desde [Dockerhub](https://hub.docker.com/r/triliumnext/notes)) siga la [documentación de instalación de servidor](https://triliumnext.github.io/Docs/Wiki/server-installation). | ||||
| Para instalar TriliumNext en su servidor (incluyendo vía Docker desde [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) siga la [documentación de instalación de servidor](https://triliumnext.github.io/Docs/Wiki/server-installation). | ||||
|  | ||||
| ## 📝 Documentación | ||||
|  | ||||
|   | ||||
							
								
								
									
										4
									
								
								docs/README.it.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								docs/README.it.md
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ Vedi [fotografie](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) per u | ||||
| Sentiti libero di unirti alle nostre discussioni ufficiali e alla nostra comunità. Siamo concentrati sullo sviluppo di Trilium e ci piacerebbe sapere quali funzioni, suggerimenti o eventuali problemi hai! | ||||
|  | ||||
| - [Matrix](https://matrix.to/#/#triliumnext:matrix.org) (Per discussioni sincrone) | ||||
| - [Discussioni Github](https://github.com/TriliumNext/Notes/discussions) (Per discussioni asincrone) | ||||
| - [Discussioni Github](https://github.com/TriliumNext/Trilium/discussions) (Per discussioni asincrone) | ||||
| - [Wiki](https://triliumnext.github.io/Docs/) (Per le domande più comuni e le guide per l'utente) | ||||
|  | ||||
| Le due stanze linkate sopra sono connesse e contengono gli stessi messaggi, quindi puoi usare XMPP o Matrix da qualsiasi client tu preferisca, praticamente su qualsiasi piattaforma! | ||||
| @@ -53,7 +53,7 @@ Le due stanze linkate sopra sono connesse e contengono gli stessi messaggi, quin | ||||
|  | ||||
| Trilium è fornito come applicazione desktop (Linux e Windows) o come applicazione web ospitata sul tuo server (Linux). La versione desktop per Mac OS è disponibile, ma [non è supportata](https://triliumnext.github.io/Docs/Wiki/faq#mac-os-support). | ||||
|  | ||||
| * Se vuoi usare Trilium sul tuo desktop, scarica il rilascio binario per la tua piattaforma dall'[ultimo rilascio](https://github.com/TriliumNext/Notes/releases/latest), decomprimi l'archivio e avvia l'eseguibile ```trilium```. | ||||
| * Se vuoi usare Trilium sul tuo desktop, scarica il rilascio binario per la tua piattaforma dall'[ultimo rilascio](https://github.com/TriliumNext/Trilium/releases/latest), decomprimi l'archivio e avvia l'eseguibile ```trilium```. | ||||
| * Se vuoi installare Trilium su un server, segui [questa pagina](https://triliumnext.github.io/Docs/Wiki/server-installation). | ||||
|   * Per ora solo Chrome e Firefox sono i browser supportati (testati). | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/README.ja.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/README.ja.md
									
									
									
									
										vendored
									
									
								
							| @@ -34,7 +34,7 @@ Trilium Notes は、大規模な個人知識ベースの構築に焦点を当て | ||||
|  | ||||
| Trilium は、デスクトップアプリケーション(Linux、Windows)またはサーバー上でホストされるウェブアプリケーション(Linux)として提供されます。 Mac OS のデスクトップビルドも利用可能ですが、 [unsupported](https://triliumnext.github.io/Docs/Wiki/faq#mac-os-support) となっています。 | ||||
|  | ||||
| * デスクトップで Trilium を使用したい場合は、 [latest release](https://github.com/TriliumNext/Notes/releases/latest) からお使いのプラットフォームのバイナリリリースをダウンロードし、パッケージを解凍して ``trilium`` の実行ファイルを実行してください。 | ||||
| * デスクトップで Trilium を使用したい場合は、 [latest release](https://github.com/TriliumNext/Trilium/releases/latest) からお使いのプラットフォームのバイナリリリースをダウンロードし、パッケージを解凍して ``trilium`` の実行ファイルを実行してください。 | ||||
| * サーバーに Trilium をインストールする場合は、[このページ](https://triliumnext.github.io/Docs/Wiki/server-installation)に従ってください。 | ||||
|   * 現在、対応(動作確認)しているブラウザは、最近の Chrome と Firefox のみです。 | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/README.ru.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/README.ru.md
									
									
									
									
										vendored
									
									
								
							| @@ -28,7 +28,7 @@ Trilium Notes – это приложение для заметок с иера | ||||
|  | ||||
| Trilium предоставляется в виде десктопного приложения (Linux и Windows) или веб-приложения, размещенного на вашем сервере (Linux). Доступна сборка Mac OS, но она [не поддерживается](https://triliumnext.github.io/Docs/Wiki/faq#mac-os-support). | ||||
|  | ||||
| * Если вы хотите использовать Trilium на десктопе, скачайте архив для своей платформы со страницы [релизов](https://github.com/TriliumNext/Notes/releases/latest), распакуйте и запустите исполняемый файл ```trilium```. | ||||
| * Если вы хотите использовать Trilium на десктопе, скачайте архив для своей платформы со страницы [релизов](https://github.com/TriliumNext/Trilium/releases/latest), распакуйте и запустите исполняемый файл ```trilium```. | ||||
| * Если вы хотите установить Trilium на сервере, следуйте этой [инструкции](https://triliumnext.github.io/Docs/Wiki/server-installation). | ||||
|   * В данный момент поддерживаются (протестированы) последние версии браузеров Chrome и Firefox. | ||||
|  | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| > [!IMPORTANT] | ||||
| > If you enjoyed this release, consider showing a token of appreciation by: | ||||
| >  | ||||
| > *   Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right). | ||||
| > *   Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Trilium) (top-right). | ||||
| > *   Considering a one-time or recurrent donation to the [lead developer](https://github.com/eliandoran) via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran). | ||||
|  | ||||
| ## 💡 Key highlights | ||||
|   | ||||
							
								
								
									
										4
									
								
								docs/Script API/media/README-ZH_CN.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								docs/Script API/media/README-ZH_CN.md
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ Trilium Notes 是一个层次化的笔记应用程序,专注于建立大型个 | ||||
| 欢迎加入我们的官方讨论和社区。我们专注于Trilium的开发,乐于听取您对功能、建议或问题的意见! | ||||
|  | ||||
| - [Matrix](https://matrix.to/#/#triliumnext:matrix.org)(用于同步讨论) | ||||
| - [Github Discussions](https://github.com/TriliumNext/Notes/discussions)(用于异步讨论) | ||||
| - [Github Discussions](https://github.com/TriliumNext/Trilium/discussions)(用于异步讨论) | ||||
| - [Wiki](https://triliumnext.github.io/Docs/)(用于常见操作问题和用户指南) | ||||
|  | ||||
| 上面链接的两个房间是镜像的,所以您可以在任意平台上使用XMPP或者Matrix来和我们交流。 | ||||
| @@ -55,7 +55,7 @@ Trilium Notes 是一个层次化的笔记应用程序,专注于建立大型个 | ||||
|  | ||||
| Trilium 可以用作桌面应用程序(Linux 和 Windows)或服务器(Linux)上托管的 Web 应用程序。虽然有 macOS 版本的桌面应用程序,但它[不受支持](https://triliumnext.github.io/Docs/Wiki/faq#mac-os-support)。 | ||||
|  | ||||
| * 如果要在桌面上使用 Trilium,请从[最新版本](https://github.com/TriliumNext/Notes/releases/latest)下载适用于您平台的二进制版本,解压缩该软件包并运行`trilium`可执行文件。 | ||||
| * 如果要在桌面上使用 Trilium,请从[最新版本](https://github.com/TriliumNext/Trilium/releases/latest)下载适用于您平台的二进制版本,解压缩该软件包并运行`trilium`可执行文件。 | ||||
| * 如果要在服务器上安装 Trilium,请参考[此页面](https://triliumnext.github.io/Docs/Wiki/server-installation)。 | ||||
|   * 当前仅支持(测试过)最近发布的 Chrome 和 Firefox 浏览器。 | ||||
|  | ||||
|   | ||||
							
								
								
									
										10
									
								
								docs/Script API/media/README.es.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								docs/Script API/media/README.es.md
									
									
									
									
										vendored
									
									
								
							| @@ -14,7 +14,7 @@ Vea estas [capturas de pantalla](https://triliumnext.github.io/Docs/Wiki/screens | ||||
|  | ||||
| ### ¿Cómo migrar desde Trilium? | ||||
|  | ||||
| No hay pasos de migración especiales para migrar de una instancia de zadam/Trilium a una instancia de TriliumNext/Notes. Simplemente actualice su instancia de Trilium a la última versión e [instale TriliumNext/Notes como de costumbre](#-Instalación) | ||||
| No hay pasos de migración especiales para migrar de una instancia de zadam/Trilium a una instancia de TriliumNext/Trilium. Simplemente actualice su instancia de Trilium a la última versión e [instale TriliumNext/Trilium como de costumbre](#-Instalación) | ||||
|  | ||||
| ## 💬 Discuta con nosotros | ||||
|  | ||||
| @@ -22,7 +22,7 @@ Siéntase libre de unirse a nuestras conversaciones oficiales. ¡Nos encantaría | ||||
|  | ||||
| - [Matrix](https://matrix.to/#/#triliumnext:matrix.org) (Para discusiones síncronas) | ||||
|   - La sala `General` es replicada a [XMPP](xmpp:discuss@trilium.thisgreat.party?join) | ||||
| - [Discusiones de GitHub](https://github.com/TriliumNext/Notes/discussions) (Para discusiones asíncronas) | ||||
| - [Discusiones de GitHub](https://github.com/TriliumNext/Trilium/discussions) (Para discusiones asíncronas) | ||||
| - [Wiki](https://triliumnext.github.io/Docs/) (Para preguntas frecuentes y guías de usuario) | ||||
|  | ||||
| ## 🎁 Características | ||||
| @@ -58,7 +58,7 @@ Siéntase libre de unirse a nuestras conversaciones oficiales. ¡Nos encantaría | ||||
|  | ||||
| Para usar TriliumNext en su máquina de escritorio (Linux, MacOS y Windows) tiene algunas opciones: | ||||
|  | ||||
| - Descargue la versión binaria para su plataforma desde la [página de lanzamientos](https://github.com/TriliumNext/Notes/releases/latest), descomprima el paquete y ejecute el ejecutable `trilium`. | ||||
| - Descargue la versión binaria para su plataforma desde la [página de lanzamientos](https://github.com/TriliumNext/Trilium/releases/latest), descomprima el paquete y ejecute el ejecutable `trilium`. | ||||
| - Acceda a TriliumNext a través de la interfaz web de una instalación de servidor (ver más abajo) | ||||
|   - Actualmente solo las últimas versiones de Chrome y Firefox son compatibles (y están probadas). | ||||
| - (Próximamente) TriliumNext también se proporcionará como un Flatpak | ||||
| @@ -68,11 +68,11 @@ Para usar TriliumNext en su máquina de escritorio (Linux, MacOS y Windows) tien | ||||
| Para usar TriliumNext en un dispositivo móvil: | ||||
|  | ||||
| - Utilice un navegador web móvil para acceder a la interfaz móvil de una instalación de servidor (ver más abajo) | ||||
| - El uso de una aplicación móvil aún no está soportado ([vea aquí](https://github.com/TriliumNext/Notes/issues/72)) para seguir las mejoras móviles. | ||||
| - El uso de una aplicación móvil aún no está soportado ([vea aquí](https://github.com/TriliumNext/Trilium/issues/72)) para seguir las mejoras móviles. | ||||
|  | ||||
| ### Servidor | ||||
|  | ||||
| Para instalar TriliumNext en su servidor (incluyendo vía Docker desde [Dockerhub](https://hub.docker.com/r/triliumnext/notes)) siga la [documentación de instalación de servidor](https://triliumnext.github.io/Docs/Wiki/server-installation). | ||||
| Para instalar TriliumNext en su servidor (incluyendo vía Docker desde [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) siga la [documentación de instalación de servidor](https://triliumnext.github.io/Docs/Wiki/server-installation). | ||||
|  | ||||
| ## 📝 Documentación | ||||
|  | ||||
|   | ||||
							
								
								
									
										4
									
								
								docs/Script API/media/README.it.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								docs/Script API/media/README.it.md
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ Vedi [fotografie](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) per u | ||||
| Sentiti libero di unirti alle nostre discussioni ufficiali e alla nostra comunità. Siamo concentrati sullo sviluppo di Trilium e ci piacerebbe sapere quali funzioni, suggerimenti o eventuali problemi hai! | ||||
|  | ||||
| - [Matrix](https://matrix.to/#/#triliumnext:matrix.org) (Per discussioni sincrone) | ||||
| - [Discussioni Github](https://github.com/TriliumNext/Notes/discussions) (Per discussioni asincrone) | ||||
| - [Discussioni Github](https://github.com/TriliumNext/Trilium/discussions) (Per discussioni asincrone) | ||||
| - [Wiki](https://triliumnext.github.io/Docs/) (Per le domande più comuni e le guide per l'utente) | ||||
|  | ||||
| Le due stanze linkate sopra sono connesse e contengono gli stessi messaggi, quindi puoi usare XMPP o Matrix da qualsiasi client tu preferisca, praticamente su qualsiasi piattaforma! | ||||
| @@ -53,7 +53,7 @@ Le due stanze linkate sopra sono connesse e contengono gli stessi messaggi, quin | ||||
|  | ||||
| Trilium è fornito come applicazione desktop (Linux e Windows) o come applicazione web ospitata sul tuo server (Linux). La versione desktop per Mac OS è disponibile, ma [non è supportata](https://triliumnext.github.io/Docs/Wiki/faq#mac-os-support). | ||||
|  | ||||
| * Se vuoi usare Trilium sul tuo desktop, scarica il rilascio binario per la tua piattaforma dall'[ultimo rilascio](https://github.com/TriliumNext/Notes/releases/latest), decomprimi l'archivio e avvia l'eseguibile ```trilium```. | ||||
| * Se vuoi usare Trilium sul tuo desktop, scarica il rilascio binario per la tua piattaforma dall'[ultimo rilascio](https://github.com/TriliumNext/Trilium/releases/latest), decomprimi l'archivio e avvia l'eseguibile ```trilium```. | ||||
| * Se vuoi installare Trilium su un server, segui [questa pagina](https://triliumnext.github.io/Docs/Wiki/server-installation). | ||||
|   * Per ora solo Chrome e Firefox sono i browser supportati (testati). | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/Script API/media/README.ja.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/Script API/media/README.ja.md
									
									
									
									
										vendored
									
									
								
							| @@ -34,7 +34,7 @@ Trilium Notes は、大規模な個人知識ベースの構築に焦点を当て | ||||
|  | ||||
| Trilium は、デスクトップアプリケーション(Linux、Windows)またはサーバー上でホストされるウェブアプリケーション(Linux)として提供されます。 Mac OS のデスクトップビルドも利用可能ですが、 [unsupported](https://triliumnext.github.io/Docs/Wiki/faq#mac-os-support) となっています。 | ||||
|  | ||||
| * デスクトップで Trilium を使用したい場合は、 [latest release](https://github.com/TriliumNext/Notes/releases/latest) からお使いのプラットフォームのバイナリリリースをダウンロードし、パッケージを解凍して ``trilium`` の実行ファイルを実行してください。 | ||||
| * デスクトップで Trilium を使用したい場合は、 [latest release](https://github.com/TriliumNext/Trilium/releases/latest) からお使いのプラットフォームのバイナリリリースをダウンロードし、パッケージを解凍して ``trilium`` の実行ファイルを実行してください。 | ||||
| * サーバーに Trilium をインストールする場合は、[このページ](https://triliumnext.github.io/Docs/Wiki/server-installation)に従ってください。 | ||||
|   * 現在、対応(動作確認)しているブラウザは、最近の Chrome と Firefox のみです。 | ||||
|  | ||||
|   | ||||
							
								
								
									
										26
									
								
								docs/Script API/media/README.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										26
									
								
								docs/Script API/media/README.md
									
									
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| # Trilium Notes | ||||
|  | ||||
|    | ||||
|    | ||||
|  | ||||
| [English](./README.md) | [Chinese](./README-ZH_CN.md) | [Russian](./README.ru.md) | [Japanese](./README.ja.md) | [Italian](./README.it.md) | [Spanish](./README.es.md) | ||||
|  | ||||
| @@ -16,9 +16,9 @@ See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for q | ||||
|  | ||||
| ### Migrating from Trilium? | ||||
|  | ||||
| There are no special migration steps to migrate from a zadam/Trilium instance to a TriliumNext/Notes instance. Just upgrade your Trilium instance to the latest version and [install TriliumNext/Notes as usual](#-installation) | ||||
| There are no special migration steps to migrate from a zadam/Trilium instance to a TriliumNext/Trilium instance. Just upgrade your Trilium instance to the latest version and [install TriliumNext/Trilium as usual](#-installation) | ||||
|  | ||||
| Versions up to and including [v0.90.4](https://github.com/TriliumNext/Notes/releases/tag/v0.90.4) are compatible with the latest zadam/trilium version of [v0.63.7](https://github.com/zadam/trilium/releases/tag/v0.63.7). Any later versions of TriliumNext have their sync versions incremented. | ||||
| Versions up to and including [v0.90.4](https://github.com/TriliumNext/Trilium/releases/tag/v0.90.4) are compatible with the latest zadam/trilium version of [v0.63.7](https://github.com/zadam/trilium/releases/tag/v0.63.7). Any later versions of TriliumNext have their sync versions incremented. | ||||
|  | ||||
| ## 💬 Discuss with us | ||||
|  | ||||
| @@ -26,7 +26,7 @@ Feel free to join our official conversations. We would love to hear what feature | ||||
|  | ||||
| - [Matrix](https://matrix.to/#/#triliumnext:matrix.org) (For synchronous discussions) | ||||
|   - The `General` Matrix room is also bridged to [XMPP](xmpp:discuss@trilium.thisgreat.party?join) | ||||
| - [Github Discussions](https://github.com/TriliumNext/Notes/discussions) (For Asynchronous discussions) | ||||
| - [Github Discussions](https://github.com/TriliumNext/Trilium/discussions) (For Asynchronous discussions) | ||||
| - [Wiki](https://triliumnext.github.io/Docs/) (For common how-to questions and user guides) | ||||
|  | ||||
| ## 🎁 Features | ||||
| @@ -63,16 +63,16 @@ Feel free to join our official conversations. We would love to hear what feature | ||||
|  | ||||
| To use TriliumNext on your desktop machine (Linux, MacOS, and Windows) you have a few options: | ||||
|  | ||||
| * Download the binary release for your platform from the [latest release page](https://github.com/TriliumNext/Notes/releases/latest), unzip the package and run the ```trilium``` executable. | ||||
| * Download the binary release for your platform from the [latest release page](https://github.com/TriliumNext/Trilium/releases/latest), unzip the package and run the ```trilium``` executable. | ||||
| * Access TriliumNext via the web interface of a server installation (see below) | ||||
|     * Currently only the latest versions of Chrome & Firefox are supported (and tested). | ||||
| * (Coming Soon) TriliumNext will also be provided as a Flatpak | ||||
|  | ||||
| #### MacOS | ||||
| Currently when running TriliumNext/Notes on MacOS, you may get the following error: | ||||
| Currently when running TriliumNext/Trilium on MacOS, you may get the following error: | ||||
| > Apple could not verify "Trilium Notes" is free of malware and may harm your Mac or compromise your privacy. | ||||
|  | ||||
| You will need to run the command on your shell to resolve the error (documented [here](https://github.com/TriliumNext/Notes/issues/329#issuecomment-2287164137)): | ||||
| You will need to run the command on your shell to resolve the error (documented [here](https://github.com/TriliumNext/Trilium/issues/329#issuecomment-2287164137)): | ||||
|  | ||||
| ```bash | ||||
| xattr -c "/path/to/Trilium Next.app" | ||||
| @@ -84,11 +84,11 @@ To use TriliumNext on a mobile device, you can use a mobile web browser to acces | ||||
|  | ||||
| If you prefer a native Android app, you can use [TriliumDroid](https://apt.izzysoft.de/fdroid/index/apk/eu.fliegendewurst.triliumdroid). Report bugs and missing features at [their repository](https://github.com/FliegendeWurst/TriliumDroid). | ||||
|  | ||||
| See issue https://github.com/TriliumNext/Notes/issues/72 for more information on mobile app support. | ||||
| See issue https://github.com/TriliumNext/Trilium/issues/72 for more information on mobile app support. | ||||
|  | ||||
| ### Server | ||||
|  | ||||
| To install TriliumNext on your own server (including via Docker from [Dockerhub](https://hub.docker.com/r/triliumnext/notes)) follow [the server installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). | ||||
| To install TriliumNext on your own server (including via Docker from [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation). | ||||
|  | ||||
| ## 📝 Documentation | ||||
|  | ||||
| @@ -101,17 +101,17 @@ You can also read [Patterns of personal knowledge base](https://triliumnext.gith | ||||
| ### Code | ||||
|  | ||||
| ```shell | ||||
| git clone https://github.com/TriliumNext/Notes.git | ||||
| git clone https://github.com/TriliumNext/Trilium.git | ||||
| cd Notes | ||||
| npm install | ||||
| npm run server:start | ||||
| ``` | ||||
|  | ||||
| For more details, see the [development docs](https://github.com/TriliumNext/Notes/blob/develop/docs/Developer%20Guide/Developer%20Guide/Building%20and%20deployment/Running%20a%20development%20build.md). | ||||
| For more details, see the [development docs](https://github.com/TriliumNext/Trilium/blob/develop/docs/Developer%20Guide/Developer%20Guide/Building%20and%20deployment/Running%20a%20development%20build.md). | ||||
|  | ||||
| ### Documentation | ||||
|  | ||||
| See the [documentation guide](https://github.com/TriliumNext/Notes/blob/develop/docs/Developer%20Guide/Developer%20Guide/Documentation.md) for details. | ||||
| See the [documentation guide](https://github.com/TriliumNext/Trilium/blob/develop/docs/Developer%20Guide/Developer%20Guide/Documentation.md) for details. | ||||
|  | ||||
| ## 👏 Shoutouts | ||||
|  | ||||
| @@ -123,7 +123,7 @@ See the [documentation guide](https://github.com/TriliumNext/Notes/blob/develop/ | ||||
| ## 🤝 Support | ||||
|  | ||||
| Support for the TriliumNext organization will be possible in the near future. For now, you can: | ||||
| - Support continued development on TriliumNext by supporting our developers: [eliandoran](https://github.com/sponsors/eliandoran) (See the [repository insights]([developers]([url](https://github.com/TriliumNext/Notes/graphs/contributors))) for a full list) | ||||
| - Support continued development on TriliumNext by supporting our developers: [eliandoran](https://github.com/sponsors/eliandoran) (See the [repository insights]([developers]([url](https://github.com/TriliumNext/Trilium/graphs/contributors))) for a full list) | ||||
| - Show a token of gratitude to the original Trilium developer ([zadam](https://github.com/sponsors/zadam)) via [PayPal](https://paypal.me/za4am) or Bitcoin (bitcoin:bc1qv3svjn40v89mnkre5vyvs2xw6y8phaltl385d2). | ||||
|  | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/Script API/media/README.ru.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/Script API/media/README.ru.md
									
									
									
									
										vendored
									
									
								
							| @@ -28,7 +28,7 @@ Trilium Notes – это приложение для заметок с иера | ||||
|  | ||||
| Trilium предоставляется в виде десктопного приложения (Linux и Windows) или веб-приложения, размещенного на вашем сервере (Linux). Доступна сборка Mac OS, но она [не поддерживается](https://triliumnext.github.io/Docs/Wiki/faq#mac-os-support). | ||||
|  | ||||
| * Если вы хотите использовать Trilium на десктопе, скачайте архив для своей платформы со страницы [релизов](https://github.com/TriliumNext/Notes/releases/latest), распакуйте и запустите исполняемый файл ```trilium```. | ||||
| * Если вы хотите использовать Trilium на десктопе, скачайте архив для своей платформы со страницы [релизов](https://github.com/TriliumNext/Trilium/releases/latest), распакуйте и запустите исполняемый файл ```trilium```. | ||||
| * Если вы хотите установить Trilium на сервере, следуйте этой [инструкции](https://triliumnext.github.io/Docs/Wiki/server-installation). | ||||
|   * В данный момент поддерживаются (протестированы) последние версии браузеров Chrome и Firefox. | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| # Configuration (config.ini or environment variables) | ||||
| Trilium supports configuration via a file named `config.ini` and environment variables. Please review the file named [config-sample.ini](https://github.com/TriliumNext/Notes/blob/develop/apps/server/src/assets/config-sample.ini) in the [Notes](https://github.com/TriliumNext/Notes) repository to see what values are supported. | ||||
| Trilium supports configuration via a file named `config.ini` and environment variables. Please review the file named [config-sample.ini](https://github.com/TriliumNext/Trilium/blob/develop/apps/server/src/assets/config-sample.ini) in the [Notes](https://github.com/TriliumNext/Trilium) repository to see what values are supported. | ||||
|  | ||||
| You can provide the same values via environment variables instead of the `config.ini` file, and these environment variables use the following format: | ||||
|  | ||||
|   | ||||
| @@ -13,7 +13,7 @@ There are some cases in which you may want to restore the original demo notes. F | ||||
|  | ||||
| You can easily restore the demo notes by using Trilium's built-in import feature by importing them: | ||||
|  | ||||
| *   Download [this .zip archive](https://github.com/TriliumNext/Notes/raw/develop/db/demo.zip) with the latest version of the demo notes | ||||
| *   Download [this .zip archive](https://github.com/TriliumNext/Trilium/raw/develop/db/demo.zip) with the latest version of the demo notes | ||||
| *   Right click on any note in your tree under which you would like the demo notes to be imported | ||||
| *   Click "Import into note" | ||||
| *   Select the .zip archive to import it | ||||
| @@ -1,7 +1,7 @@ | ||||
| # ETAPI (REST API) | ||||
| ETAPI is Trilium's public/external REST API. It is available since Trilium v0.50. | ||||
|  | ||||
| The documentation is in OpenAPI format, available [here](https://github.com/TriliumNext/Notes/blob/master/src/etapi/etapi.openapi.yaml). | ||||
| The documentation is in OpenAPI format, available [here](https://github.com/TriliumNext/Trilium/blob/master/src/etapi/etapi.openapi.yaml). | ||||
|  | ||||
| ## API clients | ||||
|  | ||||
| @@ -11,7 +11,7 @@ As an alternative to calling the API directly, there are client libraries to sim | ||||
|  | ||||
| ## Obtaining a token | ||||
|  | ||||
| All operations with the REST API have to be authenticated using a token. You can get this token either from Options -> ETAPI or programmatically using the `/auth/login` REST call (see the [spec](https://github.com/TriliumNext/Notes/blob/master/src/etapi/etapi.openapi.yaml)). | ||||
| All operations with the REST API have to be authenticated using a token. You can get this token either from Options -> ETAPI or programmatically using the `/auth/login` REST call (see the [spec](https://github.com/TriliumNext/Trilium/blob/master/src/etapi/etapi.openapi.yaml)). | ||||
|  | ||||
| ## Authentication | ||||
|  | ||||
|   | ||||
| @@ -15,4 +15,4 @@ After importing the ENEX file, go over the imported notes and resources to be su | ||||
|  | ||||
| All resources (except for images) are created as note's attachments. | ||||
|  | ||||
| HTML inside ENEX files is not exactly valid so some formatting maybe broken or lost. You can report major problems into [Trilium issue tracker](https://github.com/TriliumNext/Notes/issues). | ||||
| HTML inside ENEX files is not exactly valid so some formatting maybe broken or lost. You can report major problems into [Trilium issue tracker](https://github.com/TriliumNext/Trilium/issues). | ||||
| @@ -27,4 +27,4 @@ These themes may or may not be compatible with the latest versions of TriliumNex | ||||
| | [Blue](https://github.com/SiriusXT/trilium-theme-blue) (dark) | [SiriusXT](https://github.com/SiriusXT) | | ||||
|  | ||||
| > [!TIP] | ||||
| > If you would like to add your theme to this gallery, write a new post in [👐 Show and tell](https://github.com/TriliumNext/Notes/discussions/categories/show-and-tell). | ||||
| > If you would like to add your theme to this gallery, write a new post in [👐 Show and tell](https://github.com/TriliumNext/Trilium/discussions/categories/show-and-tell). | ||||
| @@ -40,4 +40,4 @@ noBackup=true | ||||
|  | ||||
| You can also review the [configuration](../Advanced%20Usage/Configuration%20\(config.ini%20or%20e.md) file to provide all `config.ini` values as environment variables instead. | ||||
|  | ||||
| See [sample config](https://github.com/TriliumNext/Notes/blob/master/config-sample.ini). | ||||
| See [sample config](https://github.com/TriliumNext/Trilium/blob/master/config-sample.ini). | ||||
| @@ -1,7 +1,7 @@ | ||||
| # Desktop Installation | ||||
| To install Trilium on your desktop, follow these steps: | ||||
|  | ||||
| 1.  **Download the Latest Release**: Obtain the appropriate binary release for your operating system from the [latest release page](https://github.com/TriliumNext/Notes/releases/latest) on GitHub. | ||||
| 1.  **Download the Latest Release**: Obtain the appropriate binary release for your operating system from the [latest release page](https://github.com/TriliumNext/Trilium/releases/latest) on GitHub. | ||||
| 2.  **Extract the Package**: Unzip the downloaded package to a location of your choice. | ||||
| 3.  **Run the Application**: Launch Trilium by executing the `trilium` executable found within the unzipped folder. | ||||
|  | ||||
|   | ||||
| @@ -26,12 +26,12 @@ sudo apt install libpng16-16 libpng-dev pkg-config autoconf libtool build-essent | ||||
|  | ||||
| ### Download | ||||
|  | ||||
| You can either download source code zip/tar from [https://github.com/TriliumNext/Notes/releases/latest](https://github.com/TriliumNext/Notes/releases/latest). | ||||
| You can either download source code zip/tar from [https://github.com/TriliumNext/Trilium/releases/latest](https://github.com/TriliumNext/Trilium/releases/latest). | ||||
|  | ||||
| For the latest version including betas, clone Git repository **from** `main` **branch** with: | ||||
|  | ||||
| ``` | ||||
| git clone -b main https://github.com/triliumnext/notes.git | ||||
| git clone -b main https://github.com/triliumnext/trilium.git | ||||
| ``` | ||||
|  | ||||
| ## Installation | ||||
|   | ||||
| @@ -4,7 +4,7 @@ This is essentially Trilium sources + node modules + node.js runtime packaged in | ||||
| ## Steps | ||||
|  | ||||
| *   SSH into your server | ||||
| *   use `wget` (or `curl`) to download latest `TriliumNotes-Server-[VERSION]-linux-x64.tar.xz` (copy link from [release page](https://github.com/TriliumNext/Notes/releases), notice `-Server` suffix) on your server. | ||||
| *   use `wget` (or `curl`) to download latest `TriliumNotes-Server-[VERSION]-linux-x64.tar.xz` (copy link from [release page](https://github.com/TriliumNext/Trilium/releases), notice `-Server` suffix) on your server. | ||||
| *   unpack the archive, e.g. using `tar -xf -d TriliumNotes-Server-[VERSION]-linux-x64.tar.xz` | ||||
| *   `cd trilium-linux-x64-server` | ||||
| *   `./trilium.sh` | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| # Using Docker | ||||
| Official docker images are published on docker hub for **AMD64**, **ARMv7** and **ARM64/v8**: [https://hub.docker.com/r/triliumnext/notes/](https://hub.docker.com/r/triliumnext/notes/) | ||||
| Official docker images are published on docker hub for **AMD64**, **ARMv7** and **ARM64/v8**: [https://hub.docker.com/r/triliumnext/trilium/](https://hub.docker.com/r/triliumnext/trilium/) | ||||
|  | ||||
| ## Prerequisites | ||||
|  | ||||
| @@ -10,14 +10,14 @@ If you need help installing Docker, reference the [Docker Installation Docs](htt | ||||
| **Note:** Trilium's Docker container requires root privileges to operate correctly. | ||||
|  | ||||
| > [!WARNING] | ||||
| > If you're using a SMB/CIFS share or folder as your Trilium data directory, [you'll need](https://github.com/TriliumNext/Notes/issues/415#issuecomment-2344824400) to add the mount options of `nobrl` and `noperm` when mounting your SMB share. | ||||
| > If you're using a SMB/CIFS share or folder as your Trilium data directory, [you'll need](https://github.com/TriliumNext/Trilium/issues/415#issuecomment-2344824400) to add the mount options of `nobrl` and `noperm` when mounting your SMB share. | ||||
|  | ||||
| ## Running with Docker Compose | ||||
|  | ||||
| ### Grab the latest docker-compose.yml: | ||||
|  | ||||
| ``` | ||||
| wget https://raw.githubusercontent.com/TriliumNext/Notes/master/docker-compose.yml | ||||
| wget https://raw.githubusercontent.com/TriliumNext/Trilium/master/docker-compose.yml | ||||
| ``` | ||||
|  | ||||
| Optionally, edit the `docker-compose.yml` file to configure the container settings prior to starting it. Unless configured otherwise, the data directory will be `~/trilium-data` and the container will be accessible at port 8080. | ||||
| @@ -34,10 +34,10 @@ docker compose up -d | ||||
|  | ||||
| ### Pulling the Docker Image | ||||
|  | ||||
| To pull the image, use the following command, replacing `[VERSION]` with the desired version or tag, such as `v0.91.6` or just `latest`. (See published tag names at [https://hub.docker.com/r/triliumnext/notes/tags](https://hub.docker.com/r/triliumnext/notes/tags).): | ||||
| To pull the image, use the following command, replacing `[VERSION]` with the desired version or tag, such as `v0.91.6` or just `latest`. (See published tag names at [https://hub.docker.com/r/triliumnext/trilium/tags](https://hub.docker.com/r/triliumnext/trilium/tags).): | ||||
|  | ||||
| ``` | ||||
| docker pull triliumnext/notes:v0.91.6 | ||||
| docker pull triliumnext/trilium:v0.91.6 | ||||
| ``` | ||||
|  | ||||
| **Warning:** Avoid using the "latest" tag, as it may automatically upgrade your instance to a new minor version, potentially disrupting sync setups or causing other issues. | ||||
| @@ -53,7 +53,7 @@ Trilium requires a directory on the host system to store its data. This director | ||||
| Run the container to make it accessible only from the localhost. This setup is suitable for testing or when using a proxy server like Nginx or Apache. | ||||
|  | ||||
| ``` | ||||
| sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/notes:[VERSION] | ||||
| sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/trilium:[VERSION] | ||||
| ``` | ||||
|  | ||||
| 1.  Verify the container is running using `docker ps`. | ||||
| @@ -70,13 +70,13 @@ docker network create -d macvlan -o parent=eth0 --subnet 192.168.2.0/24 --gatewa | ||||
| Then, run the container with the network settings: | ||||
|  | ||||
| ``` | ||||
| docker run --net=mynet -d -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/notes:-latest | ||||
| docker run --net=mynet -d -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/trilium:-latest | ||||
| ``` | ||||
|  | ||||
| To set a different user ID (UID) and group ID (GID) for the saved data, use the `USER_UID` and `USER_GID` environment variables: | ||||
|  | ||||
| ``` | ||||
| docker run --net=mynet -d -p 127.0.0.1:8080:8080 -e "USER_UID=1001" -e "USER_GID=1001" -v ~/trilium-data:/home/node/trilium-data triliumnext/notes:-latest | ||||
| docker run --net=mynet -d -p 127.0.0.1:8080:8080 -e "USER_UID=1001" -e "USER_GID=1001" -v ~/trilium-data:/home/node/trilium-data triliumnext/trilium:-latest | ||||
| ``` | ||||
|  | ||||
| Find the local IP address using `docker inspect [container_name]` and access the service from devices on the local network. | ||||
| @@ -91,7 +91,7 @@ docker inspect [container_name] | ||||
| To allow access from any IP address, run the container as follows: | ||||
|  | ||||
| ``` | ||||
| docker run -d -p 0.0.0.0:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/notes:[VERSION] | ||||
| docker run -d -p 0.0.0.0:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/trilium:[VERSION] | ||||
| ``` | ||||
|  | ||||
| Stop the container with `docker stop <CONTAINER ID>`, where the container ID is obtained from `docker ps`. | ||||
| @@ -101,10 +101,10 @@ Stop the container with `docker stop <CONTAINER ID>`, where the container ID is | ||||
| For a custom data directory, use: | ||||
|  | ||||
| ``` | ||||
| -v ~/YourOwnDirectory:/home/node/trilium-data triliumnext/notes:[VERSION] | ||||
| -v ~/YourOwnDirectory:/home/node/trilium-data triliumnext/trilium:[VERSION] | ||||
| ``` | ||||
|  | ||||
| If you want to run your instance in a non-default way, please use the volume switch as follows: `-v ~/YourOwnDirectory:/home/node/trilium-data triliumnext/notes:<VERSION>`. It is important to be aware of how Docker works for volumes, with the first path being your own and the second the one to virtually bind to. [https://docs.docker.com/storage/volumes/](https://docs.docker.com/storage/volumes/) The path before the colon is the host directory, and the path after the colon is the container's path. More details can be found in the [Docker Volumes Documentation](https://docs.docker.com/storage/volumes/). | ||||
| If you want to run your instance in a non-default way, please use the volume switch as follows: `-v ~/YourOwnDirectory:/home/node/trilium-data triliumnext/trilium:<VERSION>`. It is important to be aware of how Docker works for volumes, with the first path being your own and the second the one to virtually bind to. [https://docs.docker.com/storage/volumes/](https://docs.docker.com/storage/volumes/) The path before the colon is the host directory, and the path after the colon is the container's path. More details can be found in the [Docker Volumes Documentation](https://docs.docker.com/storage/volumes/). | ||||
|  | ||||
| ## Reverse Proxy | ||||
|  | ||||
| @@ -132,10 +132,10 @@ Below are some commands to pull the rootless images: | ||||
|  | ||||
| ``` | ||||
| # For Debian-based image | ||||
| docker pull triliumnext/notes:rootless | ||||
| docker pull triliumnext/trilium:rootless | ||||
|  | ||||
| # For Alpine-based image | ||||
| docker pull triliumnext/notes:rootless-alpine | ||||
| docker pull triliumnext/trilium:rootless-alpine | ||||
| ``` | ||||
|  | ||||
| ### Why Rootless? | ||||
| @@ -171,13 +171,13 @@ TRILIUM_DATA_DIR=/path/to/your/data TRILIUM_UID=$(id -u) TRILIUM_GID=$(id -g) do | ||||
|  | ||||
| ``` | ||||
| # Build the image | ||||
| docker build -t triliumnext/notes:rootless -f apps/server/Dockerfile.rootless . | ||||
| docker build -t triliumnext/trilium:rootless -f apps/server/Dockerfile.rootless . | ||||
|  | ||||
| # Run with default UID/GID (1000:1000) | ||||
| docker run -d --name trilium -p 8080:8080 -v ~/trilium-data:/home/trilium/trilium-data triliumnext/notes:rootless | ||||
| docker run -d --name trilium -p 8080:8080 -v ~/trilium-data:/home/trilium/trilium-data triliumnext/trilium:rootless | ||||
|  | ||||
| # Run with custom UID/GID | ||||
| docker run -d --name trilium -p 8080:8080 --user $(id -u):$(id -g) -v ~/trilium-data:/home/trilium/trilium-data triliumnext/notes:rootless | ||||
| docker run -d --name trilium -p 8080:8080 --user $(id -u):$(id -g) -v ~/trilium-data:/home/trilium/trilium-data triliumnext/trilium:rootless | ||||
|  | ||||
| ``` | ||||
|  | ||||
| @@ -224,11 +224,11 @@ If you would prefer, you can also customize the UID/GID at build time: | ||||
| ``` | ||||
| # For Debian-based image with custom UID/GID | ||||
| docker build --build-arg USER=myuser --build-arg UID=1001 --build-arg GID=1001 \ | ||||
|   -t triliumnext/notes:rootless-custom -f apps/server/Dockerfile.rootless . | ||||
|   -t triliumnext/trilium:rootless-custom -f apps/server/Dockerfile.rootless . | ||||
|  | ||||
| # For Alpine-based image with custom UID/GID | ||||
| docker build --build-arg USER=myuser --build-arg UID=1001 --build-arg GID=1001 \ | ||||
|   -t triliumnext/notes:alpine-rootless-custom -f apps/server/Dockerfile.alpine.rootless . | ||||
|   -t triliumnext/trilium:alpine-rootless-custom -f apps/server/Dockerfile.alpine.rootless . | ||||
|  | ||||
| ``` | ||||
|  | ||||
|   | ||||
| @@ -4,8 +4,8 @@ I've assumed you have created a DNS A record for `trilium.yourdomain.com` that y | ||||
| 1.  Download docker image and create container | ||||
|      | ||||
|     ``` | ||||
|      docker pull triliumnext/notes:[VERSION] | ||||
|      docker create --name trilium -t -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/notes:[VERSION] | ||||
|      docker pull triliumnext/trilium:[VERSION] | ||||
|      docker create --name trilium -t -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/trilium:[VERSION] | ||||
|     ``` | ||||
| 2.  Configure Apache proxy and websocket proxy | ||||
|      | ||||
|   | ||||
| @@ -6,7 +6,7 @@ This document outlines the steps required to upgrade Trilium to a new release ve | ||||
| Trilium does not support built-in automatic upgrades; all updates must be performed manually. The upgrade process varies depending on the installation method: | ||||
|  | ||||
| *   [**Docker Server Installation**](Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md): Pull the new image and restart the container. | ||||
| *   **Other Installations**: Download the latest version from the [release page](https://github.com/TriliumNext/Notes/releases/latest) and replace the existing application files. | ||||
| *   **Other Installations**: Download the latest version from the [release page](https://github.com/TriliumNext/Trilium/releases/latest) and replace the existing application files. | ||||
|  | ||||
| ## Database Compatibility and Migration | ||||
|  | ||||
|   | ||||
| @@ -91,7 +91,7 @@ body.electron:not(.native-titlebar) { | ||||
|  | ||||
| When running under Electron with native title bar off, a feature was introduced to use the platform-specific window buttons such as the semaphore on macOS. | ||||
|  | ||||
| See [Native title bar buttons by eliandoran · Pull Request #702 · TriliumNext/Notes](https://github.com/TriliumNext/Notes/pull/702) for the original implementation of this feature, including screenshots. | ||||
| See [Native title bar buttons by eliandoran · Pull Request #702 · TriliumNext/Trilium](https://github.com/TriliumNext/Trilium/pull/702) for the original implementation of this feature, including screenshots. | ||||
|  | ||||
| #### On Windows | ||||
|  | ||||
|   | ||||
| @@ -67,5 +67,5 @@ If you continue using the existing document file, change your password (Options | ||||
|  | ||||
| Reporting bugs is highly valuable. Here are some tips: | ||||
|  | ||||
| *   Use GitHub issues for reporting: [https://github.com/TriliumNext/Notes/issues](https://github.com/TriliumNext/Notes/issues) | ||||
| *   Use GitHub issues for reporting: [https://github.com/TriliumNext/Trilium/issues](https://github.com/TriliumNext/Trilium/issues) | ||||
| *   Refer to the [error logs](Troubleshooting/Error%20logs.md) page for information on providing necessary details. | ||||
| @@ -26,7 +26,7 @@ Copy-paste (or screenshot) the logs. It's better to provide not just errors, but | ||||
|  | ||||
| ## Providing sensitive data | ||||
|  | ||||
| If you don't feel comfortable attaching the logs or anything sensitive to the public GitHub issues, feel free to contact the devs in our Matrix [support channel](https://github.com/TriliumNext/Notes#-discuss-with-us). | ||||
| If you don't feel comfortable attaching the logs or anything sensitive to the public GitHub issues, feel free to contact the devs in our Matrix [support channel](https://github.com/TriliumNext/Trilium#-discuss-with-us). | ||||
|  | ||||
| Use this email to also provide anything which could assist in analysing the bug - e.g. files/images/ZIPs being imported or [anonymized database](Anonymized%20Database.md). | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| # Reporting issues | ||||
| Go to [Issues · TriliumNext/Notes](https://github.com/TriliumNext/Notes/issues) and press “New issue”. | ||||
| Go to [Issues · TriliumNext/Trilium](https://github.com/TriliumNext/Trilium/issues) and press “New issue”. | ||||
|  | ||||
| If you are reporting a bug, select “Bug Report” and fill in the details. | ||||
		Reference in New Issue
	
	Block a user