2023-10-30 08:55:06 +00:00
|
|
|
name: siyuan-note
|
|
|
|
services:
|
|
|
|
siyuan-note:
|
|
|
|
command:
|
|
|
|
--accessAuthCode=casaos
|
2023-11-27 03:28:16 +00:00
|
|
|
--workspace=/siyuan/workspace/
|
2023-10-30 08:55:06 +00:00
|
|
|
environment:
|
|
|
|
PUID: "1000"
|
|
|
|
PGID: "1000"
|
2024-03-05 02:56:35 +00:00
|
|
|
image: b3log/siyuan:v3.0.1
|
2023-10-30 08:55:06 +00:00
|
|
|
deploy:
|
|
|
|
resources:
|
|
|
|
reservations:
|
|
|
|
memory: "512M"
|
|
|
|
network_mode: bridge
|
|
|
|
ports:
|
|
|
|
- target: 6806
|
|
|
|
published: "6806"
|
|
|
|
protocol: tcp
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
- type: bind
|
|
|
|
source: /DATA/AppData/$AppID/workspace
|
2023-11-27 03:28:16 +00:00
|
|
|
target: /siyuan/workspace
|
2023-10-30 08:55:06 +00:00
|
|
|
x-casaos:
|
|
|
|
envs:
|
|
|
|
- container: TZ
|
|
|
|
description:
|
|
|
|
en_us: TimeZone
|
2023-11-27 03:28:16 +00:00
|
|
|
zh_cn: 时区
|
2023-10-30 08:55:06 +00:00
|
|
|
- container: accessAuthCode
|
2023-11-27 03:28:16 +00:00
|
|
|
description:
|
2023-10-30 08:55:06 +00:00
|
|
|
en_us: Access authorization code, please be sure to modify, otherwise anyone can read and write your data
|
|
|
|
zh_cn: 访问码,请修改,否则其他人可以直接访问并修改你的数据
|
|
|
|
ports:
|
|
|
|
- container: "6806"
|
|
|
|
description:
|
|
|
|
en_us: WebUI HTTP Port
|
2023-11-27 03:28:16 +00:00
|
|
|
zh_cn: WebUI HTTP 端口
|
2023-10-30 08:55:06 +00:00
|
|
|
command:
|
|
|
|
- workspace:
|
|
|
|
en_us: specifies the workspace folder path, mounted to the container via -v on the host
|
|
|
|
zh_cn: 指定工作区文件夹路径,通过主机上的 -v 装载到容器
|
|
|
|
volumes:
|
2023-11-27 03:28:16 +00:00
|
|
|
- container: /siyuan/workspace
|
2023-10-30 08:55:06 +00:00
|
|
|
description:
|
|
|
|
en_us: siyuan-note workspace.
|
|
|
|
zh_cn: 思源笔记默认工作区
|
|
|
|
container_name: siyuan-note
|
|
|
|
x-casaos:
|
|
|
|
architectures:
|
|
|
|
- amd64
|
2023-11-27 03:28:16 +00:00
|
|
|
- arm64
|
|
|
|
- arm
|
2023-10-30 08:55:06 +00:00
|
|
|
main: siyuan-note
|
|
|
|
author: CasaOS Team
|
|
|
|
category: Notes
|
|
|
|
description:
|
|
|
|
en_us: SiYuan is a privacy-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG.
|
|
|
|
zh_cn: 思源笔记是一款隐私优先的个人知识管理系统,支持完全离线使用,同时也支持端到端加密同步。
|
2024-01-25 02:31:03 +00:00
|
|
|
tagline:
|
|
|
|
en_us: Personal knowledge management system
|
|
|
|
zh_cn: 个人知识管理系统
|
2023-10-30 08:55:06 +00:00
|
|
|
developer: siyuan-note
|
2023-11-27 03:28:16 +00:00
|
|
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/icon.png
|
2023-10-30 08:55:06 +00:00
|
|
|
screenshot_link:
|
2023-11-27 03:28:16 +00:00
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/screenshot-1.jpg
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/screenshot-2.jpg
|
|
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/screenshot-3.jpg
|
|
|
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/thumbnail.png
|
2023-10-30 08:55:06 +00:00
|
|
|
tips:
|
|
|
|
before_install:
|
|
|
|
en_us: |
|
|
|
|
| accessAuthCode |
|
|
|
|
| -------- |
|
|
|
|
| `casaos` |
|
|
|
|
zh_cn: |
|
2024-01-25 02:31:03 +00:00
|
|
|
| 访问码 |
|
2023-11-27 03:28:16 +00:00
|
|
|
| -------- |
|
2023-10-30 08:55:06 +00:00
|
|
|
| `casaos` |
|
|
|
|
title:
|
2024-01-25 02:31:03 +00:00
|
|
|
en_us: SiYuan Note
|
2023-11-27 03:28:16 +00:00
|
|
|
zh_cn: 思源笔记
|
|
|
|
index:
|
2023-10-30 08:55:06 +00:00
|
|
|
port_map: "6806"
|