Came across a need to help a freiend with a simple build, so I am attempting a Cloudron package of TinaCMS.

EDIT : alpha version runs - now working on making it release ready
Cloudron App Packagers
Came across a need to help a freiend with a simple build, so I am attempting a Cloudron package of TinaCMS.

EDIT : alpha version runs - now working on making it release ready
@jdaviescoates oh, yes, rather good point !
Right, the check is simply hardcoded to check for a: entry in the SPF. To check all the possibilities would be quite complicated, since we will have to implement the full SPF spec just for diagnostics.
(What you see on the dashboard is just a diagnostic. The mail server Haraka has a fuller SPF implementation).
Isnβt this a duplicate ? Or itβs an original very close to something else
Login sessions is now much better. It individually lists the sessions and you can also log out from those specifically (or all of them).
I think there was always some confusion about "app" oidc sessions and I looked into this. In theory, we can list the app sessions in the UI below as well. But clearing a app oidc session, will only clear the session from the Cloudron side. Practically speaking, all apps maintain their own session and this means the app will still remain logged in. So, we have decided to not list them here to avoid any confusion.
If you want to truly log out (from say some kiosk):

Personal access tokens will be renamed to API tokens.
Currently, the tokens are per user and created in the user's profile page and is hidden from the purview of admins. On Cloudron, most (practically all) of the APIs are server level operations. There is nothing a user can do which is really just for themselves. The common situation is to create tokens for CI/CD. With this in mind, the tokens are now global in System -> Settings and all admins can see created tokens, created by whom, last accessed etc.

@BenjaminJ you have to use something like https://docs.cloudron.io/packages/dolibarr/#manual-utf8mb4-migration to migrate an existing installation .
Fixed now
Looks like we unfortunately copied this from the example conf - https://github.com/Dolibarr/dolibarr/blob/96ae7bf09bcff16446d2e8dfe1b0237167337b83/htdocs/conf/conf.php.example#L156