A docker image to update existed user's username and password of TrueNas Scale 24.10.1
1.0K
docker pull randomsky/truenas_update_pwd:latest
docker run -d -e env_port=6000 -e admin=admin -e admin_pwd=password -p 6000:6000 --restart always randomsky/truenas_update_pwd:latest
You can change environment variable whatever you like.
webui:
others:http://hostip:6000
Fist of all, you need to login in and update api_path:[http://127.0.0.1:6000/.../api_paths], add 'api_paths' after address of the page if you have login in. After that, update api-key:[http://127.0.0.1:6000/.../api_key], add 'api_keys' just like updating api_path. If you restart the server, you need redo the above steps.
environment:
env_port
admin
admin_pwd
Content type
Image
Digest
sha256:b6f7a68db…
Size
47.8 MB
Last updated
over 1 year ago
docker pull randomsky/truenas_update_pwd