StandardNotes-Server
StandardNotes-Server
Aplicación Docker from junkerderprovinz Repository
Visión general
Requisitos
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3000]/healthcheck- Red
bridge- Concha
sh- Privilegiado
- false
- Parámetros adicionales
--restart=unless-stopped
Configuración de plantillas
HTTP port of the Standard Notes API gateway. Put behind a reverse proxy with HTTPS. Do not expose directly to the public internet.
- Objetivo
- 3000
- Por defecto
- 3000
- Valor
- 3000
Persistent server logs.
- Objetivo
- /var/lib/server/logs
- Por defecto
- /mnt/user/appdata/standardnotes/logs
- Valor
- /mnt/user/appdata/standardnotes/logs
Persistent storage for encrypted file uploads.
- Objetivo
- /opt/server/packages/files/dist/uploads
- Por defecto
- /mnt/user/appdata/standardnotes/uploads
- Valor
- /mnt/user/appdata/standardnotes/uploads
IP address of your MariaDB container.
- Objetivo
- DB_HOST
- Por defecto
- 192.168.x.x
- Valor
- 192.168.x.x
MariaDB server port. Default 3306.
- Objetivo
- DB_PORT
- Por defecto
- 3306
- Valor
- 3306
Database user. Must match the user created in MariaDB.
- Objetivo
- DB_USERNAME
- Por defecto
- std_notes_user
- Valor
- std_notes_user
Password for the MariaDB user above.
- Objetivo
- DB_PASSWORD
Database name. Must already exist. Empty is fine; migrations run on first start.
- Objetivo
- DB_DATABASE
- Por defecto
- standard_notes_db
- Valor
- standard_notes_db
Leave at 'mysql'. Internal TypeORM driver value used to talk to MariaDB. Do not change.
- Objetivo
- DB_TYPE
- Por defecto
- mysql
- Valor
- mysql
IP address of your Redis container.
- Objetivo
- REDIS_HOST
- Por defecto
- 192.168.x.x
- Valor
- 192.168.x.x
Redis server port. Default 6379. Reachability must be tested from inside this container (same network namespace the server uses). See README for the exact node TCP probe.
- Objetivo
- REDIS_PORT
- Por defecto
- 6379
- Valor
- 6379
Cache backend. Leave at 'redis'.
- Objetivo
- CACHE_TYPE
- Por defecto
- redis
- Valor
- redis
Required. 32-byte hex secret. Generate with: openssl rand -hex 32. Changing this invalidates all existing sessions.
- Objetivo
- AUTH_JWT_SECRET
Required. 32-byte hex secret. Generate with: openssl rand -hex 32. Encrypts data at rest server-side. Back it up. Losing it means losing access to that data.
- Objetivo
- AUTH_SERVER_ENCRYPTION_SERVER_KEY
Required. 32-byte hex secret. Generate with: openssl rand -hex 32. Signs short-lived upload/download tokens for the files server.
- Objetivo
- VALET_TOKEN_SECRET
Optional. Full HTTPS URL of the files server. Includes the https:// scheme. Example: https://files.standardnotesserver.mydomain.tld. Set only if you reverse-proxy the files server on its own subdomain. Leave empty to skip attachments; note creation, editing, and sync work without it.
- Objetivo
- PUBLIC_FILES_SERVER_URL
Host port 3125 maps to container port 3104. Forward your reverse proxy to host port 3125 (not 3104). Upstream's docker-compose maps 3125 host to 3104 container.
- Objetivo
- 3104
- Por defecto
- 3125
- Valor
- 3125
Bare domain only. No https://, no trailing slash, no path. Example: standardnotesserver.mydomain.tld. Wrong: https://standardnotesserver.mydomain.tld. A URL here breaks session cookies. The Custom Sync Server URL entered into clients is a separate value and is a full HTTPS URL.
- Objetivo
- COOKIE_DOMAIN
Categorías
Descargar estadísticas
Detalles
standardnotes/server:latestEjecute StandardNotes-Server en Unraid.
StandardNotes-Server se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.