IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    开源实例之Logseq

    dujun发表于 2023-12-26 00:41:00
    love 0

    前言

    Logseq is a knowledge management and collaboration platform. It focuses on privacy, longevity, and user control. Logseq offers a range of powerful tools for knowledge management, collaboration, PDF annotation, and task management with support for multiple file formats, including Markdown and Org-mode, and various features for organizing and structuring your notes.

    Logseq是一款大纲+双链+本地储存+GitHub储存+注重用户数据隐私安全的笔记软件。

    实例地址

    https://logseq.dujun.eu.org

    实例配置

    配置描述
    系统Debian
    开发环境服务端Node.js 18、Java 20
    服务器Nginx
    程序Logseq 0.9.13

    实例部署

    Logseq 有桌面端和移动端,详见官网。本实例是网页版 demo 程序。

    权限要求

    • 具有系统读写权限
    • 已安装 Nginx
    • 已安装 Docker

    安装程序

    官网地址:https://logseq.com
    仓库地址:https://github.com/logseq/logseq
    容器镜像:https://github.com/logseq/logseq/pkgs/container/logseq-webapp

    使用官方容器镜像启动:

    docker run -d --restart unless-stopped --name logseq -p 8080:80 ghcr.io/logseq/logseq-webapp

    实例体验

    进入实例深度体验

    后记

    本实例仅供参考,不定期重置数据。

    体验更多开源实例



沪ICP备19023445号-2号
友情链接