File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ QWC2_GIT_REPOSITORY=git_repository_to_clone
14
14
Volumes
15
15
-------
16
16
/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) .
18
18
2 . /run/secrets/user-pw contains encrypted password for USER. If user-pw is set then it is used for ssh authentication.
19
19
3 . /run/secrets/authorized_keys is used for ssh private key authentication. Is copied to ~ /.ssh/authorized_keys.
20
20
4 . /run/secrets/ssh-themeupdate-key contains a public key used for ssh connection with theme update permission only.
@@ -25,13 +25,13 @@ Volumes
25
25
26
26
Executables
27
27
-----------
28
- /usr/local/bin/entrypoint.sh is run at container start.
28
+ /usr/local/bin/entrypoint.sh: Is run at container start.
29
29
30
- /usr/local/bin/clone-qwc2 clones QWC2 from Github.
30
+ /usr/local/bin/clone-qwc2: Clones QWC2 from Github.
31
31
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.
33
33
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.
35
35
36
36
Connect with ssh
37
37
----------------
You can’t perform that action at this time.
0 commit comments