HaRP migration lacks documentation - where is the password? #8159
Replies: 3 comments
|
Hi, can you follow https://help.nextcloud.com/t/aio-12-9-1-beta-harp-migration-old-exapps-left-behind-gui-stuck-manual-recovery-steps/242826? |
|
I am running unraid and just had to run as root in the unraid terminal:
Now I have the shared key and connected successfully to harp. This value should be usually shown in the Master AIO container UI when starting the container, right? Just like for the other container like vaultwarden or container manager. |
No as by default it should be autofilled correctly. If this doesnt work it probably is a bug in https://github.com/nextcloud/app_api and should be reported there. |

I am running unraid and just had to run as root in the unraid terminal:
docker inspect nextcloud-aio-harp --format '{{range .Config.Env}}{{println .}}{{end}}' | grep '^HP_SHARED_KEY='Now I have the shared key and connected successfully to harp.
This value should be usually shown in the Master AIO container UI when starting the container, right? Just like for the other container like vaultwarden or container manager.