Skip to content

Commit a9d7bf3

Browse files
authored
app: logseq (#616)
1 parent 412ad7d commit a9d7bf3

File tree

7 files changed

+63
-0
lines changed

7 files changed

+63
-0
lines changed

Apps/Logseq/docker-compose.yaml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: logseqw
2+
services:
3+
logseq:
4+
environment:
5+
PGID: "0"
6+
PUID: "0"
7+
image: correctroad/logseq:v0.10.9
8+
deploy:
9+
resources:
10+
reservations:
11+
memory: 64M
12+
network_mode: bridge
13+
ports:
14+
- target: 3000
15+
published: "3325"
16+
protocol: tcp
17+
privileged: true
18+
restart: unless-stopped
19+
volumes:
20+
- type: bind
21+
source: /DATA/AppData/logseq/config
22+
target: /config
23+
- type: bind
24+
source: /DATA/Documents/Notes
25+
target: /notes
26+
x-casaos:
27+
ports:
28+
- container: "3325"
29+
description:
30+
en_us: ""
31+
volumes:
32+
- container: /config
33+
description:
34+
en_us: ""
35+
- container: /notes
36+
description:
37+
en_us: ""
38+
container_name: logseq
39+
x-casaos:
40+
architectures:
41+
- amd64
42+
- arm64
43+
main: logseq
44+
author: CasaOS Team
45+
category: Notes
46+
description:
47+
en_us: A privacy-first, open-source platform for knowledge management and collaboration.
48+
zh_cn: A privacy-first, open-source platform for knowledge management and collaboration.
49+
developer: Logseq Team
50+
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Logseq/icon.png
51+
screenshot_link:
52+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Logseq/screenshot-1.png
53+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Logseq/screenshot-2.png
54+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Logseq/screenshot-3.png
55+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Logseq/screenshot-4.png
56+
tagline:
57+
en_us: A privacy-first, open-source platform for knowledge management and collaboration.
58+
zh_cn: A privacy-first, open-source platform for knowledge management and collaboration.
59+
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Logseq/thumbnail.png
60+
tips: {}
61+
title:
62+
en_us: Logseq
63+
port_map: "3325"

Apps/Logseq/icon.png

25.9 KB
Loading

Apps/Logseq/screenshot-1.png

357 KB
Loading

Apps/Logseq/screenshot-2.png

339 KB
Loading

Apps/Logseq/screenshot-3.png

169 KB
Loading

Apps/Logseq/screenshot-4.png

259 KB
Loading

Apps/Logseq/thumbnail.png

357 KB
Loading

0 commit comments

Comments
 (0)