You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mod adds rsync to openssh-server, to be installed/updated during container start.
4
4
5
5
In openssh-server docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:openssh-server-rsync`
6
6
7
+
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:openssh-server-rsync|linuxserver/mods:openssh-server-mod2`
8
+
7
9
# Mod creation instructions
8
10
9
11
* Ask the team to create a new branch named `<baseimagename>-<modname>`. Baseimage should be the name of the image the mod will be applied to. The new branch will be based on the `template` branch.
10
-
* Fork the repo, checkout the template branch.
12
+
* Fork the repo, checkout the newly created branch.
11
13
* Edit the `Dockerfile` for the mod. `Dockerfile.complex` is only an example and included for reference; it should be deleted when done.
12
14
* Inspect the `root` folder contents. Edit, add and remove as necessary.
13
-
* Edit this readme with pertinent info, delete thse instructions.
14
-
* Finally edit the `travis.yml`. Customize the build branch,and the vars for `BASEIMAGE` and `MODNAME`
15
-
* Submit PR against the branch created by the team
15
+
* Edit this readme with pertinent info, delete these instructions.
16
+
* Finally edit the `travis.yml`. Customize the build branch,and the vars for `BASEIMAGE` and `MODNAME`.
17
+
* Submit PR against the branch created by the team.
0 commit comments