Skip to content

Prevent failing travis builds, add new mods #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ os: linux

language: shell

branches:
only:
- my-branch #set this to your main git branch

services:
- docker

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<yourservice>/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

Expand Down
4 changes: 3 additions & 1 deletion mod-list.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
File renamed without changes.