feat: add Fast Note Sync Service with configuration, documentation, and logo

This commit is contained in:
arch3rPro
2026-05-25 14:26:34 +08:00
parent 157504bb71
commit cf5e3c016c
11 changed files with 171 additions and 1 deletions
@@ -0,0 +1,14 @@
additionalProperties:
formFields:
- default: 9000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web/API Port
labelZh: Web/API 端口
required: true
rule: paramPort
type: number
label:
en: Web/API Port
zh: Web/API 端口
zh-Hant: Web/API 連接埠
@@ -0,0 +1 @@
@@ -0,0 +1,18 @@
services:
fast-note-sync-service:
image: haierkeys/fast-note-sync-service:3.1.0
container_name: ${CONTAINER_NAME}
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:9000"
networks:
- 1panel-network
volumes:
- ./data/storage:/fast-note-sync/storage
- ./data/config:/fast-note-sync/config
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true