Skip to main content

Synology NAS Services

Synology NAS Services

Last Updated: 2025-12-26
Status: To Be Documented


Overview

This document lists all services running on the Synology DS224+ NAS. Services will be documented as they are configured and deployed.


Current Services

Web Interface

  • Service: DSM Web Interface
  • Port: 5001 (HTTPS)
  • Access:
    • Public: https://nas.blueflyagents.com (via Cloudflare Tunnel)
    • Private: https://192.168.68.60:5001 (local network)
    • Private (planned): https://100.116.110.124:5001 (via Tailscale)

Planned Services

NFS Server

Status: Planned

Purpose: Provide network file system for Kubernetes persistent volumes

Configuration:

  • Share: /k8s-pv
  • Version: NFS v4.1
  • Access:
    • Mac M4 (100.108.129.7)
    • Mac M3 (100.108.180.36)
    • Agent network (192.168.8.0/24) - if NAS moved

Use Cases:

  • PostgreSQL persistent volumes
  • MongoDB persistent volumes
  • Qdrant persistent volumes
  • MinIO persistent volumes
  • Neo4j persistent volumes
  • ClickHouse persistent volumes
  • Redis persistence

SMB Server

Status: Planned

Purpose: Provide file sharing for development files

Configuration:

  • Shares: TBD
  • Access: Via Tailscale mesh network

Use Cases:

  • Development file storage
  • Backup storage
  • Model cache storage

Backup Services

Status: Planned

Purpose: Automated backup of Kubernetes data and NAS data

Services:

  • Hyper Backup: Cloud backup (S3, Backblaze, etc.)
  • Kubernetes Backup: Velero or similar
  • Schedule: Daily backups
  • Retention: 30 days daily, 12 months monthly

Service Migration Plan

Services to Migrate to NAS

ServiceCurrent SizeTarget LocationStatus
PostgreSQL10GiNAS NFSPlanned
MongoDB10GiNAS NFSPlanned
Qdrant20GiNAS NFSPlanned
MinIO20GiNAS NFSPlanned
Neo4j10GiNAS NFSPlanned
ClickHouse10GiNAS NFSPlanned
Redis persistence5GiNAS NFSPlanned
Total~85GiNASPlanned

Access Methods

Public Access (Cloudflare Tunnel)

  • Web Interface: https://nas.blueflyagents.com
  • Status: Active

Private Access (Tailscale - Planned)

  • Web Interface: https://100.116.110.124:5001
  • NFS: 100.116.110.124:/k8s-pv
  • SMB: \\100.116.110.124\share
  • Status: Planned

Local Network Access

  • Web Interface: https://192.168.68.60:5001
  • Status: Active

Service Monitoring

Status: To be implemented

Planned Monitoring:

  • Service availability
  • Storage usage
  • Network performance
  • Backup status
  • NFS performance