blob: e421c88c402380961499695a9f9c30fea2c81c7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
userland: "15.1-RELEASE"
zfs:
- name: zroot/jails/volumes/freshrss_data
mountpoint: /var/db/freshrss
owner: "80"
group: "80"
pkg:
- nginx
pkg_custom:
- freshrss-php84
files:
- src: usr_local_etc_nginx_nginx.conf
dest: /usr/local/etc/nginx/nginx.conf
- src: usr_local_etc_php_fpm.d_www.conf
dest: /usr/local/etc/php-fpm.d/www.conf
- src: etc_crontab
dest: /etc/crontab
services:
- nginx
- php_fpm
|