From 648a457ee7c1b8d8e564f742fb90a278e032ea9c Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 1 Apr 2020 17:15:09 -0400 Subject: [PATCH 1/2] prevent travis builds from master --- .travis.yml | 4 ++++ README.md | 2 +- root/etc/cont-init.d/{99-vpn-config => 98-vpn-config} | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename root/etc/cont-init.d/{99-vpn-config => 98-vpn-config} (100%) diff --git a/.travis.yml b/.travis.yml index 60b03fba..74bd6155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ os: linux language: shell +branches: + only: + - my-branch #set this to your main git branch + services: - docker diff --git a/README.md b/README.md index 242876f3..5362f94a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ For most users this will suffice and anything in the root/ folder of the reposit The most common paths to leverage for Linuxserver images will be: -* root/etc/cont-init.d/<25-script-name> - Contains init logic scripts that run before the services in the container start these should exit 0 and are ordered by filename +* root/etc/cont-init.d/<98-script-name> - Contains init logic scripts that run before the services in the container start these should exit 0 and are ordered by filename * root/etc/services.d//run - Contains scripts that run in the foreground for persistent services IE NGINX * root/defaults - Contains base config files that are copied/modified on first spinup diff --git a/root/etc/cont-init.d/99-vpn-config b/root/etc/cont-init.d/98-vpn-config similarity index 100% rename from root/etc/cont-init.d/99-vpn-config rename to root/etc/cont-init.d/98-vpn-config From c0277d08f896fbef554d42ca97ea298fca295442 Mon Sep 17 00:00:00 2001 From: aptalca Date: Mon, 6 Apr 2020 12:35:04 -0400 Subject: [PATCH 2/2] add new mods --- mod-list.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod-list.yml b/mod-list.yml index 2fde91b5..804a2a1f 100644 --- a/mod-list.yml +++ b/mod-list.yml @@ -1,11 +1,13 @@ mods: code-server: - mod_count: 4 + mod_count: 6 container_mods: - docker: https://github.com/linuxserver/docker-mods/tree/code-server-docker - nodejs: https://github.com/linuxserver/docker-mods/tree/code-server-nodejs + - php: https://github.com/linuxserver/docker-mods/tree/code-server-php - python2: https://github.com/linuxserver/docker-mods/tree/code-server-python2 - python3: https://github.com/linuxserver/docker-mods/tree/code-server-python3 + - shellcheck: https://github.com/linuxserver/docker-mods/tree/code-server-shellcheck openssh-server: mod_count: 4 container_mods: