Disable password for app like mempool

Is there a way to disable the need to login to specific apps such as the mempool yet leave the main hub password and such intact.

Make sense? I dont want to log into umbrel to see the mempool or the chatbot.

Sorry for the lazyness I havent looked for myself yet.
Thanks

alright i think i got it. will test it out and report back if anyone else is interested

Hi, did you manage to achieve this? I’m also trying to disable the password check, but for Immich.

Hi @brnbc, unfortunately it is a bit manual at the moment, but you can do so with the following steps:

  1. Open a terminal window on your computer. On macOS, you can open the Terminal app that’s installed by default on every Mac. On Windows, you can open Command Prompt or the PowerShell app.
  2. Type in the following command ssh -t umbrel@umbrel.local and press the Enter key
  3. Run sudo nano ~/umbrel/app-data/immich/docker-compose.yml

Then you will need to change the bottom line shown here under app-proxy:

  environment:
    APP_HOST: immich_server_1
    APP_PORT: 3001
    PROXY_AUTH_ADD: "false"
  1. Enter CTRL + X and type yes
1 Like

Thanks, @smolgrrr, it works. :slight_smile: