You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When moving the app using change-url the file /home/yunohost.app/vaultwarden/config.json is not properly updated: domain is not changed.
Context
Hardware: Other ARM board
YunoHost version: 11.2.31
I have access to my server: Through SSH
Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
Using, or trying to install package version/branch: stable, 1.29.1~ynh4
Steps to reproduce
Install the app on example.com/vault.
Moved the application to vault.example.com using yunohost app change-url vaultwarden -d vault.example.com -p /
You will get a 404 when going to vault.example.com. Strangely vault.example.com/vault works.
To fix the issue, just update /home/yunohost.app/vaultwarden/config.json by changing "domain": "https://example.com/vault" to "domain": "https://vault.example.com", then restart vaultwarden: yunohost service restart vaultwarden
Expected behavior
change-url should update /home/yunohost.app/vaultwarden/config.json
Logs
Logfile where indeed config.json in not listed in the updated files.
The text was updated successfully, but these errors were encountered:
Describe the bug
When moving the app using
change-url
the file/home/yunohost.app/vaultwarden/config.json
is not properly updated:domain
is not changed.Context
Steps to reproduce
example.com/vault
.vault.example.com
usingyunohost app change-url vaultwarden -d vault.example.com -p /
vault.example.com
. Strangelyvault.example.com/vault
works.To fix the issue, just update
/home/yunohost.app/vaultwarden/config.json
by changing"domain": "https://example.com/vault"
to"domain": "https://vault.example.com"
, then restart vaultwarden:yunohost service restart vaultwarden
Expected behavior
change-url
should update/home/yunohost.app/vaultwarden/config.json
Logs
The text was updated successfully, but these errors were encountered: