All apps · 0 apps
logseq-selfhost-sync
Docker app from rorar's Repository
Overview
Install logseq-selfhost-sync on Unraid in a few clicks.
Find logseq-selfhost-sync in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Categories
Related apps
Explore more like this
Explore allDetails
ghcr.io/yshalsager/logseq-selfhost-sync:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8787]- Network
bridge- Shell
bash- Privileged
- false
- Extra Params
--user 99:100 --tmpfs /tmp --cap-drop=ALL --security-opt=no-new-privileges:true
Template configuration
Logseq Sync Server API port
- Target
- 8787
- Default
- 8787
Data storage for synchronization database and assets.
Logseq sync database and asset storage. Persists graph data and user information. Using an own share with Custom SMB-Shares Plugin (for specials Chars and Umlauts) on a trusted drive is recommended!
- Target
- /app/data
- Default
- /mnt/user/appdata/logseq-selfhost-sync/
Core synchronization service settings.
Port the sync service listens on inside the container
- Default
- 8787
- Value
- 8787
Public URL for sync service. Tailscale: http://ip:8787. Reverse proxy: use HTTPS. See Requires section.
- Default
- http://localhost:8787
- Value
- http://localhost:8787
Path to data directory inside container
- Default
- /app/data
- Value
- /app/data
Storage driver (sqlite or postgresql)
- Default
- sqlite
- Value
- sqlite
Assets storage driver (filesystem or s3)
- Default
- filesystem
- Value
- filesystem
Log verbosity: debug, info, warn, error
- Default
- info
- Value
- info
Logseq Cognito OAuth2 credentials for JWT validation. These are standard Logseq public values.
Cognito issuer URL for JWT validation
- Default
- https://cognito-idp.us-east-1.amazonaws.com/us-east-1_dtagLnju8
- Value
- https://cognito-idp.us-east-1.amazonaws.com/us-east-1_dtagLnju8
Cognito client ID for JWT validation
- Default
- 69cs1lgme7p8kbgld8n5kseii6
- Value
- 69cs1lgme7p8kbgld8n5kseii6
Cognito JWKS URL for JWT key validation
- Default
- https://cognito-idp.us-east-1.amazonaws.com/us-east-1_dtagLnju8/.well-known/jwks.json
- Value
- https://cognito-idp.us-east-1.amazonaws.com/us-east-1_dtagLnju8/.well-known/jwks.json
Advanced security and administration settings. Only modify if you know what you are doing.
Optional: Long random secret for hardening maintenance/admin endpoints. Leave empty to disable.