mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 23:37:18 +00:00
add notes about user
This commit is contained in:
parent
9fc9d8665f
commit
e278b8a766
@ -854,14 +854,14 @@ Command to run master node:
|
|||||||
|
|
||||||
docker run --privileged -p 8080:8080 -e AHRIMAN_PORT=8080 -v master.ini:/etc/ahriman.ini.d/overrides.ini arcan1s/ahriman:latest web
|
docker run --privileged -p 8080:8080 -e AHRIMAN_PORT=8080 -v master.ini:/etc/ahriman.ini.d/overrides.ini arcan1s/ahriman:latest web
|
||||||
|
|
||||||
Worker node config (``worker.ini``) as:
|
The user ``worker-user`` has been created additionally. Worker node config (``worker.ini``) as:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[web]
|
[web]
|
||||||
address = http://172.17.0.1:8080
|
address = http://172.17.0.1:8080
|
||||||
username = test
|
username = worker-user
|
||||||
password = test
|
password = very-secure-password
|
||||||
|
|
||||||
[upload]
|
[upload]
|
||||||
target = remote-service
|
target = remote-service
|
||||||
|
Loading…
Reference in New Issue
Block a user