aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/17_syncthing/defaults/main.yml
blob: 51a690937b9cdc3075db22e55c796e6932e11347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
userland: "15.0-RELEASE"

nullfs:
  - src: /usr/local/jails/volumes/storage/docs
    dst: /mnt/docs
  - src: /usr/local/jails/volumes/storage/vault
    dst: /mnt/vault
  - src: /usr/local/jails/volumes/storage/jan-systems-2025-content
    dst: /mnt/jan-systems-2025-content
  - src: /usr/local/jails/volumes/storage/projects-ableton
    dst: /mnt/projects-ableton

zfs:
  - name: zroot/jails/volumes/syncthing_config
    mountpoint: /usr/local/etc/syncthing
    owner: "1001"
    group: "1001"

pkg:
  - syncthing

services:
  - syncthing