ports/www/tinyauth/files/pkg-message.in
Jesús Daniel Colmenares Oviedo 9743bc9f6e www/tinyauth: Update to 4.0.0
* Use /var/db/tinyauth as the user's home directory, since Tinyauth is
  now a stateful application and needs to store the database somewhere.

ChangeLog: https://github.com/steveiliop56/tinyauth/releases/tag/v4.0.0
2025-10-11 17:39:58 -04:00

31 lines
618 B
Plaintext

[
{ 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
}
]