Skip to content

Commit c175261

Browse files
authored
Update README.md
1 parent 0835eb7 commit c175261

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ QWC2_GIT_REPOSITORY=git_repository_to_clone
1414
Volumes
1515
-------
1616
/run/secrets:
17-
1. /run/secrets/id_rsa contains private ssh key to use when cloning from Github.
17+
1. /run/secrets/id_rsa contains private ssh key to use when cloning from Github (optional).
1818
2. /run/secrets/user-pw contains encrypted password for USER. If user-pw is set then it is used for ssh authentication.
1919
3. /run/secrets/authorized_keys is used for ssh private key authentication. Is copied to ~/.ssh/authorized_keys.
2020
4. /run/secrets/ssh-themeupdate-key contains a public key used for ssh connection with theme update permission only.
@@ -25,13 +25,13 @@ Volumes
2525

2626
Executables
2727
-----------
28-
/usr/local/bin/entrypoint.sh is run at container start.
28+
/usr/local/bin/entrypoint.sh: Is run at container start.
2929

30-
/usr/local/bin/clone-qwc2 clones QWC2 from Github.
30+
/usr/local/bin/clone-qwc2: Clones QWC2 from Github.
3131

32-
/usr/local/bin/build-qwc2 builds QWC2 from cloned source. The result is saved to /qwc2.
32+
/usr/local/bin/build-qwc2: Builds QWC2 from cloned source. The result is saved to /qwc2.
3333

34-
/usr/local/bin/upd-qwc2-themes updates /qwc2 to latest configuration read from /qwc2conf.
34+
/usr/local/bin/upd-qwc2-themes: Updates /qwc2 to latest configuration read from /qwc2conf.
3535

3636
Connect with ssh
3737
----------------

0 commit comments

Comments
 (0)