aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/17_syncthing/defaults/main.yml
blob: 27ec9ffd0dc9aac0df45f41e04c3da6f768152aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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

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

pkg:
  - syncthing

services:
  - syncthing