What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.9.1
How are you able to access your server: The webadmin
SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: yes
Describe your issue
Before updating from 11 to 12, I had this working conf:
cat /etc/ssowat/conf.json.persistent
{
“permissions”: {
“my_webapp.cust”: {
“auth_header”: true,
“show_tile”: true,
“uris”: [
“domain.tld/forms/path1/sub1”,
“domain.tld/forms/path1/sub2”
],
“label”: “My App”,
“public”: false,
“use_remote_user_var_in_nginx_conf”: true,
“users”: [
“user1”,
“user2”
]
}
}
}
The file conf.json.persistent is not used anymore in yunohost12?
Share relevant logs or error messages
no log