aboutsummaryrefslogtreecommitdiff
path: root/www/tinyauth/files/pkg-message.in
blob: 7125da4a737355ba4c2fd3dfba52ca992fdfbeed (plain) (blame)
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
26
27
28
29
30
[
{ type: install
  message: <<EOM
Tinyauth is installed

1) Configure it in %%PREFIX%%/etc/tinyauth.env

2) Enable it with

     sysrc tinyauth_enable=YES

3) Start it with

     service tinyauth start
EOM
}
{ type: upgrade
  maximum_version: "4.0.0"
  message: <<EOM
Since version 4.0.0, Tinyauth is a stateful application, which means you must set
DATABASE_PATH to /var/db/tinyauth/tinyauth.db if you want sessions to persist even
after restarting.

Please refer to the current documentation for any changes you
need to make to your configuration file:

  https://tinyauth.app/docs/breaking-updates/3-to-4/
EOM
}
]