It is easy to make bugs and (IMHO)
it is not so useful in these days.
So I thought it would be better to remove that feature.
See:
Yona Github issues #122 #93
Now, user can see their all attachment files
in My File menu.
Now, user can see their own attachment files.
It is experimental feature.
Icons files are derived from https://github.com/file-icons/atom
Caveat:
Mobile view isn't refined yet.
To increase performance and use more options,
upgrade MariaDB connector to v1.5.5
You can see available options and discussions:
https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j
Instead of YONA_HOME, use YONA_DATA.
If you set a YONA_DATA and run bin/yona,
conf, uploads, repos, logs will be stored at YONA_DATA folder.
eg.
YONA_DATA=/yona-data;export YONA_DATA
bin/yona
It will make easy to upgrade and backup
YONA_HOME is no longer needed.