Everything posted by -Sid-
-
[Support] medzin - Hermes-Agent
Hi I just wanted to try this template, installed it and it throws the following constantly in the log: Configure an auth provider before exposing the dashboard: • Password: set dashboard.basic_auth.username + password_hash in config.yaml (hash with: python -c "from plugins.dashboard_auth.basic import hash_password; print(hash_password('your-password'))") • OAuth: run hermes dashboard register (Nous Portal) or install a DashboardAuthProvider plugin. There is no unauthenticated public-bind option — to keep it local, bind 127.0.0.1 and tunnel in (SSH / Tailscale). [dashboard] HERMES_DASHBOARD_INSECURE no longer disables the auth gate. [dashboard] A non-loopback dashboard requires an auth provider: [dashboard] set HERMES_DASHBOARD_BASIC_AUTH_USERNAME + _PASSWORD (password) [dashboard] or HERMES_DASHBOARD_OAUTH_CLIENT_ID (OAuth). → Using web dist from HERMES_WEB_DIST: /opt/hermes/hermes_cli/web_dist Refusing to bind dashboard to 0.0.0.0 — the auth gate engages on non-loopback binds, but no auth providers are registered. In fact and not surprisingly the dashboard is unreachable. I am new to this and still learning. Some of the instructions given make sense to me, but not all unfortunately. I will try my best getting it to run properly. Maybe this post helps improving the template or its instructions to make it easier for people like me.
-
Immich
Thank you very much! This is a guide because it worked for me! You should hand it out to the people managing the "official guides" on the immich homepage ;)
-
Immich
The exact problem is an outdated official guide as I already described. Simply installing the dockers as proposed is not as simple for me unfortunately because it requires filling in a massive amount of details (which I don't have) already during the installation progress. Maybe I (or the AI) will be able to figure the required information out at a later date, but for now I need a proper guide to have a chance using immich.
-
Immich
same here. official guide for "only officially supported method" uses depreciated docker.compose plugin and very old unraid version. following the steps in the guide (no already existing postgresql and redis) with new "docker compose plus" results in not starting "database" and "immich-server" containers (partial 2/4 stack). I also tried AI solving this but no luck after hours of experimenting. I also did not find a "complete" CA with no need of configuring other necessary docker containers like postgresql and redis, which is no option for me since i am a beginner in linux. so atm i am stuck, waiting for a proper guide to get immich to run on my unraid homeserver. since your post is already a few days old, did you find any help for this?