├── .github └── FUNDING.yml ├── .gitignore ├── .idea ├── compiler.xml ├── composerJson.xml ├── copyright │ └── profiles_settings.xml ├── encodings.xml ├── inspectionProfiles │ └── Project_Default.xml ├── kontextwork-catalog.iml ├── misc.xml ├── modules.xml └── vcs.xml ├── README.md ├── archived ├── README.md ├── apacheds-ldap │ ├── 2 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 3 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-apacheds.png │ └── config.yml ├── bitbucket │ ├── 22 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 23 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 24 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 25 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 26 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 27 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 28 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 29 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 30 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 31 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 32 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 33 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 34 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 35 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 36 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 37 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 38 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 39 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 40 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 41 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 42 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 43 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 44 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-bitbucket.svg │ └── config.yml ├── concourse-standalone-worker │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 3 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── catalogIcon-concourse.svg │ └── config.yml ├── gdpr-dsvg-csp-demo │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-gdpr.svg │ └── config.yml ├── pureftp │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-pureftp.jpeg │ └── config.yml ├── rubygems-server │ ├── 3 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-rubygems.svg │ └── config.yml └── sonarqube │ ├── 1 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml │ ├── 2 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml │ ├── 3 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml │ ├── 4 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml │ ├── 5 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml │ ├── 6 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml │ ├── 7 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml │ ├── 8 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml │ ├── catalogIcon-sonarqube.png │ └── config.yml ├── machine-templates └── vultr │ ├── 5 │ ├── checksum │ ├── rancher-compose.yml │ └── url │ ├── 6 │ ├── checksum │ ├── rancher-compose.yml │ └── url │ ├── catalogIcon-vultr.svg │ ├── config.yml │ └── releases │ └── 1.4.0 │ └── docker-machine-driver-vultr ├── templates ├── concourseci-cluster │ ├── 31 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 32 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 33 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 34 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 35 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 36 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 37 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 38 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 39 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 40 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 41 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 42 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 43 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 47 │ │ └── rancher-compose.yml │ ├── 48 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 49 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 50 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── catalogIcon-concourse.svg │ └── config.yml ├── confluence │ ├── 22 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 23 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 24 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 25 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 26 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 27 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 28 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 29 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 30 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 31 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 32 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 33 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 34 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 35 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 36 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 37 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 38 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 39 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 40 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 41 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 42 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 43 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 44 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 45 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-confluence.svg │ └── config.yml ├── jfrog_cpp_ce │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 3 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 4 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 5 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 6 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 7 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 8 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 9 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 10 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── catalogIcon-jfrog_cpp_ce.svg │ └── config.yml ├── jira │ ├── 55 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 56 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 57 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 58 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 59 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 60 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 61 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 62 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 63 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 64 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 65 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 66 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 67 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ ├── mailhog │ │ │ ├── 1 │ │ │ │ ├── README.md │ │ │ │ ├── docker-compose.yml.tpl │ │ │ │ └── rancher-compose.yml │ │ │ ├── catalogIcon-fakemta.svg │ │ │ └── config.yml │ │ └── rancher-compose.yml │ ├── 68 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 69 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 70 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 71 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 72 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 73 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 74 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 75 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 76 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 77 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 78 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 79 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 80 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 81 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 82 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 83 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-jira.svg │ └── config.yml ├── mattermost │ ├── 16 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 17 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 18 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 19 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 20 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 21 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 22 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 23 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 24 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 25 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 26 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 27 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 28 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 29 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 30 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 31 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 32 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 33 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 34 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 35 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 36 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 37 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 38 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 39 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 40 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 41 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 42 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 43 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 44 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 45 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 46 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 47 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 48 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-mattermost.svg │ └── config.yml ├── openldap │ ├── 7 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 8 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 9 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 10 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 11 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 12 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 13 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 14 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 15 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 16 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 17 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 18 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 19 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 20 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 21 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 22 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 23 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 24 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 26 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-openldap.svg │ └── config.yml ├── rundeck │ ├── 16 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 17 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 18 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 19 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 20 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 21 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 22 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 23 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 24 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 25 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 26 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 27 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 28 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 29 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 30 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 31 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 32 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 33 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 34 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 35 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 36 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 37 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 38 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 39 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 40 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 41 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 42 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 43 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 44 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 45 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 46 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 47 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 48 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 49 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 50 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 51 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 52 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 53 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 54 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 55 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 56 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 57 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-rundeck.png │ └── config.yml ├── sona-nexus │ ├── 15 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 16 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 17 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 18 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 19 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 20 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 21 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 22 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 23 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 24 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 25 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 26 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 27 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 28 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 29 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 30 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 31 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 32 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 33 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 34 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 35 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 36 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 37 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 38 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 39 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 40 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 41 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 42 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 43 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 44 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 45 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 46 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 47 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 48 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 49 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 50 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 51 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 52 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 53 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 54 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 55 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 56 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── catalogIcon-sonatype.png │ └── config.yml ├── sonarqube_developer │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 3 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 4 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 5 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 6 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 7 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 8 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 9 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 10 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 11 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 12 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 13 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 14 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 15 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 16 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 17 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 18 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 19 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 20 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 21 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 22 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 23 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 24 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── catalogIcon-sonarqube.png │ └── config.yml ├── syslog │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── catalogIcon-syslog.svg │ └── config.yml ├── traefik │ ├── 15 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 16 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 17 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 18 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 19 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 20 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 21 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 22 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 23 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 24 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 25 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 26 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 27 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 28 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 29 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 30 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 31 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 32 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 33 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 34 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 35 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 36 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 37 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 38 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 39 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 40 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 41 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 42 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 43 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 44 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 45 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 46 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 47 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 48 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 49 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-Traefik.svg │ └── config.yml ├── whatsmyip │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 3 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-whatsmyip.svg │ └── config.yml └── whoami │ ├── 1 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml │ ├── catalogIcon-whoami.svg │ └── config.yml └── tests └── volume-persistence-test ├── Dockerfile └── docker-compose.yml /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: eugenmayer 4 | patreon: eugenmayer 5 | 6 | -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /.idea/composerJson.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /.idea/kontextwork-catalog.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 20 | 21 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /archived/README.md: -------------------------------------------------------------------------------- 1 | all catalogs in here are no longer actively maintained. 2 | -------------------------------------------------------------------------------- /archived/apacheds-ldap/2/docker-compose.yml: -------------------------------------------------------------------------------- 1 | apacheds: 2 | image: eugenmayer/apacheds:2.0.0-m23 3 | environment: 4 | DS_HOST: ${DS_HOST} 5 | DS_SASL_HOST: ${DS_SASL_HOST} 6 | DS_SASL_REALM: ${DS_SASL_REALM} 7 | DS_SASL_DOMAIN: ${DS_SASL_DOMAIN} 8 | DS_SASL_BASEDN: ${DS_SASL_BASEDN} 9 | DS_KRB_REALM: ${DS_KRB_REALM} 10 | DS_KRB_BASEDN: ${DS_KRB_BASEDN} 11 | DS_KEYSTORE_PATH: /bootstrap/apacheds.keystore 12 | DATAPATH: ${DATAPATH} 13 | BOOTSTRAPPATH: ${BOOTSTRAPPATH} 14 | CERTSTOREPATH: ${CERTSTOREPATH} 15 | CONFPATH: ${CONFPATH} 16 | DS_KEYSTORE_PATH: "/bootstrap/apacheds.keystore" 17 | volumes: 18 | - ${DATAPATH}:/data 19 | - ${BOOTSTRAPPATH}:/bootstrap 20 | - ${CERTSTOREPATH}:/certs 21 | - ${CONFPATH}:/conf 22 | labels: 23 | io.rancher.container.create_agent: 'true' 24 | io.rancher.container.agent.role: 'environment' 25 | -------------------------------------------------------------------------------- /archived/apacheds-ldap/3/docker-compose.yml: -------------------------------------------------------------------------------- 1 | apacheds: 2 | image: eugenmayer/apacheds:2.0.0-m24 3 | environment: 4 | DS_HOST: ${DS_HOST} 5 | DS_SASL_HOST: ${DS_SASL_HOST} 6 | DS_SASL_REALM: ${DS_SASL_REALM} 7 | DS_SASL_DOMAIN: ${DS_SASL_DOMAIN} 8 | DS_SASL_BASEDN: ${DS_SASL_BASEDN} 9 | DS_KRB_REALM: ${DS_KRB_REALM} 10 | DS_KRB_BASEDN: ${DS_KRB_BASEDN} 11 | DS_KEYSTORE_PATH: /bootstrap/apacheds.keystore 12 | DATAPATH: ${DATAPATH} 13 | BOOTSTRAPPATH: ${BOOTSTRAPPATH} 14 | CERTSTOREPATH: ${CERTSTOREPATH} 15 | CONFPATH: ${CONFPATH} 16 | DS_KEYSTORE_PATH: "/bootstrap/apacheds.keystore" 17 | volumes: 18 | - ${DATAPATH}:/data 19 | - ${BOOTSTRAPPATH}:/bootstrap 20 | - ${CERTSTOREPATH}:/certs 21 | - ${CONFPATH}:/conf 22 | labels: 23 | io.rancher.container.create_agent: 'true' 24 | io.rancher.container.agent.role: 'environment' 25 | {{- if .Values.EXTRA_LABELS }} 26 | {{.Values.EXTRA_LABELS | indent 4}} 27 | {{- end}} -------------------------------------------------------------------------------- /archived/apacheds-ldap/catalogIcon-apacheds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EugenMayer/docker-rancher-extra-catalogs/2fc848bce31acc4f696c8781f5ca98bb32691650/archived/apacheds-ldap/catalogIcon-apacheds.png -------------------------------------------------------------------------------- /archived/apacheds-ldap/config.yml: -------------------------------------------------------------------------------- 1 | name: "ApacheDS Ldap Server" 2 | description: | 3 | LDAP Auth-Server based on ApacheDS 4 | version: 2.0.0-rc24 5 | category: Applications 6 | maintainer: "Eugen Mayer " 7 | projectURL: https://github.com/EugenMayer/kontextwork-catalog/tree/master/templates/apacheds-ldap 8 | -------------------------------------------------------------------------------- /archived/bitbucket/22/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/23/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/24/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/25/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/26/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/27/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/28/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/29/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/30/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/31/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/32/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/33/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/34/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/35/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/36/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/37/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/38/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Bitbucket server 2 | 3 | Helps you setting up a bitbucket server, running on a local or external database. 4 | 5 | Based on https://github.com/eugenmayer/docker-image-atlassian-bitbucket and https://hub.docker.com/r/eugenmayer/bitbucket 6 | 7 | ## Ports 8 | 9 | - 8080/TCP for http and 2201/TCP for SSH 10 | 11 | ## Traefik 12 | 13 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 14 | using rancher metadata -------------------------------------------------------------------------------- /archived/bitbucket/config.yml: -------------------------------------------------------------------------------- 1 | name: "Atlassian Bitbucket Server" 2 | description: | 3 | Atlassian Bitbucket Server 4 | version: 7.0.0.0 5 | category: Applications 6 | maintainer: "Eugen Mayer " 7 | projectURL: https://de.atlassian.com/software/bitbucket 8 | -------------------------------------------------------------------------------- /archived/concourse-standalone-worker/0/README.md: -------------------------------------------------------------------------------- 1 | ## Concourse CI standalone worker 2 | 3 | Deploys a concourse standalone worker, letting you pass the TSA / worker keys for the setup and the connection -------------------------------------------------------------------------------- /archived/concourse-standalone-worker/1/README.md: -------------------------------------------------------------------------------- 1 | ## Concourse CI standalone worker 2 | 3 | Deploys a concourse standalone worker, letting you pass the TSA / worker keys for the setup and the connection -------------------------------------------------------------------------------- /archived/concourse-standalone-worker/2/README.md: -------------------------------------------------------------------------------- 1 | ## Concourse CI standalone worker 2 | 3 | Deploys a concourse standalone worker, letting you pass the TSA / worker keys for the setup and the connection -------------------------------------------------------------------------------- /archived/concourse-standalone-worker/3/README.md: -------------------------------------------------------------------------------- 1 | ## unmaintained! -------------------------------------------------------------------------------- /archived/concourse-standalone-worker/config.yml: -------------------------------------------------------------------------------- 1 | name: "Concourse CI Standalone Worker" 2 | description: | 3 | version: 3.8.0.3 4 | unmaintained! 5 | category: Applications 6 | maintainer: "Eugen Mayer " 7 | projectURL: http://concourse.ci/ 8 | -------------------------------------------------------------------------------- /archived/gdpr-dsvg-csp-demo/0/README.md: -------------------------------------------------------------------------------- 1 | ## whatsmyip 2 | 3 | ## WAT 4 | 5 | Implementation of a CSP based cookie switch to forbid loading ANY 3rd party resources without having the consent cookie set. 6 | 7 | **This works for any website, any framework and is extremly simple, but yet very effective - no backend implementation needed** 8 | 9 | It will block anything: 10 | 11 | - Google Fonts 12 | - Recaptcha 13 | - any non local 3rd party domains like CDNs or similar 14 | - GA 15 | - any iframe 16 | - any external form 17 | - any external js 18 | - any external CSS 19 | 20 | That means, you are on the safe side until the user accepts your cookie. 21 | 22 | See https://github.com/EugenMayer/gdpr-dsvgo-csp-boilerplate -------------------------------------------------------------------------------- /archived/gdpr-dsvg-csp-demo/0/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | app: 5 | labels: 6 | io.rancher.container.pull_image: always 7 | traefik.enable: true 8 | traefik.port: 80 9 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 10 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 11 | image: eugenmayer/gdpr-csp-nginx 12 | -------------------------------------------------------------------------------- /archived/gdpr-dsvg-csp-demo/0/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: "gdpr csp demo" 3 | version: 0.1 4 | description: "gdpr csp demo" 5 | minimum_rancher_version: v1.5.0 6 | questions: 7 | - variable: "TRAEFIK_FRONTEND_RULE" 8 | label: "Traefik: Frontend Rule" 9 | description: "If you are using ranchers Traefik catalog, define the frontend rule, like Host:service.mydomain.tld or whatever you need" 10 | default: 'Host:myip.company.tld' 11 | type: "string" 12 | required: false 13 | - variable: "TRAEFIK_FRONTEND_HTTPS_ENABLE" 14 | label: "Traefik: Enable SSL" 15 | description: "If you are using ranchers Traefik catalog, decide if you want to get a SSL cetificate for this service using ACME" 16 | required: false 17 | default: false 18 | type: "boolean" -------------------------------------------------------------------------------- /archived/gdpr-dsvg-csp-demo/catalogIcon-gdpr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /archived/gdpr-dsvg-csp-demo/config.yml: -------------------------------------------------------------------------------- 1 | name: "gdpr csp demo" 2 | description: | 3 | Implementation of a CSP based cookie switch to forbind loading ANY 3rd party resources without having the consent cookie set. 4 | version: 0.1 5 | category: Applications 6 | maintainer: "Eugen Mayer " 7 | projectURL: https://hub.docker.com/r/eugenmayer/whatsmyip/ 8 | -------------------------------------------------------------------------------- /archived/pureftp/0/README.md: -------------------------------------------------------------------------------- 1 | ## PureFTP Server 2 | 3 | A FTP server based on the pureFTP Server. 4 | 5 | Credits for the docker image to https://github.com/stilliard/docker-pure-ftpd 6 | 7 | ## Persistence 8 | Data in `/home/ftpusers` and in `/etc/pure-ftpd/passwd` is persisted ( so all uploads and all created users) 9 | 10 | ### Documentation 11 | https://github.com/stilliard/docker-pure-ftpd 12 | 13 | ### Setup 14 | 15 | #### Ports 16 | User a LoadBalancer to forward TCP 21 and 30000-30009 to the container 17 | 18 | #### Configuration 19 | Just connect to the container using the rancher shell and run 20 | 21 | `pure-pw useradd bob -f /etc/pure-ftpd/passwd/pureftpd.passwd -m -u ftpuser -d /home/ftpusers/bob` 22 | 23 | Thats it 24 | 25 | -------------------------------------------------------------------------------- /archived/pureftp/0/docker-compose.yml: -------------------------------------------------------------------------------- 1 | pureftp: 2 | image: stilliard/pure-ftpd:hardened-latest 3 | volumes: 4 | - pureftpdata:/home/ftpusers 5 | - pureftppassword:/etc/pure-ftpd/passwd 6 | environment: 7 | PUBLICHOST: ${PUBLICHOST} 8 | labels: 9 | io.rancher.container.create_agent: 'true' 10 | io.rancher.container.agent.role: 'environment' 11 | {{- if .Values.EXTRA_LABELS }} 12 | {{.Values.EXTRA_LABELS | indent 4}} 13 | {{- end}} -------------------------------------------------------------------------------- /archived/pureftp/0/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: "PureFTP Server" 3 | version: 0.1.0 4 | description: "The pureftp FTP server" 5 | minimum_rancher_version: v0.63.0 6 | questions: 7 | - variable: "PUBLICHOST" 8 | label: "The public host the FTP server is accessed from " 9 | description: "Which host will be used to access the FTP server" 10 | required: true 11 | type: "string" 12 | - variable: "EXTRA_LABELS" 13 | label: "EXTRA LABELS" 14 | description: "Extra labels to add, ech line looks like foo.mybar: value' .. So exactly the yaml syntax you use. Use this for anything, e.g. traefik segments or whatever" 15 | required: false 16 | default: '' 17 | type: "multiline" -------------------------------------------------------------------------------- /archived/pureftp/catalogIcon-pureftp.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EugenMayer/docker-rancher-extra-catalogs/2fc848bce31acc4f696c8781f5ca98bb32691650/archived/pureftp/catalogIcon-pureftp.jpeg -------------------------------------------------------------------------------- /archived/pureftp/config.yml: -------------------------------------------------------------------------------- 1 | name: "PureFTP Server" 2 | description: | 3 | PureFTP Server 4 | version: 0.1.0 5 | category: Applications 6 | maintainer: "Eugen Mayer " 7 | projectURL: https://github.com/stilliard/docker-pure-ftpd 8 | -------------------------------------------------------------------------------- /archived/rubygems-server/3/README.md: -------------------------------------------------------------------------------- 1 | ## Geminabox Rubygems-Server 2 | 3 | Hint: I moved on to [sonatype nexus](https://github.com/EugenMayer/docker-rancher-extra-catalogs/tree/master/templates/sona-nexus) as my gem-server - so you might checkout that ( also supports NPM, docker, maven and more ). 4 | 5 | A rubygems server build on [geminabox](https://github.com/geminabox/geminabox) to host your own private gems 6 | 7 | Expose the port 9292 using your HAproxy to let the gem-server be accessible to the outer world 8 | 9 | The image is based on Geminabox: https://github.com/EugenMayer/geminabox-docker 10 | For more docs see 11 | 12 | # Features 13 | Based on alpine / [geminabox](https://github.com/geminabox/geminabox), providing a configurable Docker supporting 14 | - no auth 15 | - basic auth (for admin and optional for the reader) 16 | - LDAP auth (admin/reader is the same) 17 | -------------------------------------------------------------------------------- /archived/rubygems-server/3/docker-compose.yml: -------------------------------------------------------------------------------- 1 | rubygems: 2 | image: eugenmayer/geminabox:latest 3 | environment: 4 | ADMINUSERNAME: ${ADMINUSER} 5 | ADMINPASSWORD: ${ADMINPASSWORD} 6 | READERUSERNAME: ${READERUSER} 7 | READERPASSWORD: ${READERPASSWORD} 8 | READ_AUTH: ${READ_AUTH} 9 | LDAP_HOST: ${LDAP_HOST} 10 | LDAP_PORT: ${LDAP_PORT} 11 | LDAP_ENCRYPTION: ${LDAP_ENCRYPTION} 12 | LDAP_BASE: ${LDAP_BASE} 13 | LDAP_USER_ID: ${LDAP_USER_ID} 14 | volumes: 15 | - ${DATA}:/geminabox/data 16 | tty: true 17 | stdin_open: true 18 | labels: 19 | io.rancher.container.create_agent: 'true' 20 | io.rancher.container.agent.role: 'environment' 21 | {{- if .Values.EXTRA_LABELS }} 22 | {{.Values.EXTRA_LABELS | indent 4}} 23 | {{- end}} -------------------------------------------------------------------------------- /archived/rubygems-server/catalogIcon-rubygems.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /archived/rubygems-server/config.yml: -------------------------------------------------------------------------------- 1 | name: "Geminabox Rubygems-Server" 2 | description: | 3 | A Geminabox rubygems server to host your private ruby gems 4 | version: 0.0.4 5 | category: Applications 6 | maintainer: "Eugen Mayer " 7 | projectURL: https://github.com/EugenMayer/kontextwork-catalog/tree/master/templates/rubygems-server -------------------------------------------------------------------------------- /archived/sonarqube/1/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube 2 | 3 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 4 | Based on the official docker image https://hub.docker.com/_/sonarqube/ -------------------------------------------------------------------------------- /archived/sonarqube/1/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | app: 5 | labels: 6 | {{- if .Values.EXTRA_LABELS }} 7 | {{.Values.EXTRA_LABELS | indent 6}} 8 | {{- end}} 9 | traefik.port: 9000 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | io.rancher.container.create_agent: 'true' 14 | io.rancher.container.agent.role: 'environment' 15 | io.rancher.container.pull_image: always 16 | image: sonarqube:lts 17 | -------------------------------------------------------------------------------- /archived/sonarqube/2/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube 2 | 3 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 4 | Based on the official docker image https://hub.docker.com/_/sonarqube/ -------------------------------------------------------------------------------- /archived/sonarqube/3/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube 2 | 3 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 4 | Based on the official docker image https://hub.docker.com/_/sonarqube/ -------------------------------------------------------------------------------- /archived/sonarqube/4/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Community Edition 2 | 3 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 4 | Based on the official docker image https://hub.docker.com/_/sonarqube/ -------------------------------------------------------------------------------- /archived/sonarqube/5/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Community Edition 2 | 3 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 4 | Based on the official docker image https://hub.docker.com/_/sonarqube/ -------------------------------------------------------------------------------- /archived/sonarqube/6/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Community Edition 2 | 3 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 4 | Based on the official docker image https://hub.docker.com/_/sonarqube/ -------------------------------------------------------------------------------- /archived/sonarqube/7/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Community Edition 2 | 3 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 4 | Based on the official docker image https://hub.docker.com/_/sonarqube/ -------------------------------------------------------------------------------- /archived/sonarqube/8/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Community Edition 2 | 3 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 4 | Based on the official docker image https://hub.docker.com/_/sonarqube/ -------------------------------------------------------------------------------- /archived/sonarqube/catalogIcon-sonarqube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EugenMayer/docker-rancher-extra-catalogs/2fc848bce31acc4f696c8781f5ca98bb32691650/archived/sonarqube/catalogIcon-sonarqube.png -------------------------------------------------------------------------------- /archived/sonarqube/config.yml: -------------------------------------------------------------------------------- 1 | name: "Sonarqube Community Edition" 2 | description: | 3 | SonarQube is an open source platform for continuous inspection of code quality. 4 | version: 8.3.1.0 5 | category: Applications 6 | maintainer: "Eugen Mayer " 7 | projectURL: https://www.sonarqube.org/ 8 | -------------------------------------------------------------------------------- /machine-templates/vultr/5/checksum: -------------------------------------------------------------------------------- 1 | 1b1efcfe48edb7ab71d6c1bee46f8a99 2 | -------------------------------------------------------------------------------- /machine-templates/vultr/5/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: "vultr" 3 | version: "1.2.0" 4 | -------------------------------------------------------------------------------- /machine-templates/vultr/5/url: -------------------------------------------------------------------------------- 1 | https://github.com/janeczku/docker-machine-vultr/releases/download/v1.2.0/docker-machine-driver-vultr-v1.2.0-linux-amd64.tar.gz 2 | -------------------------------------------------------------------------------- /machine-templates/vultr/6/checksum: -------------------------------------------------------------------------------- 1 | 5dd85e4e7819503bc07fa2cb3353a9be 2 | -------------------------------------------------------------------------------- /machine-templates/vultr/6/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: "vultr" 3 | version: "1.4.0" 4 | -------------------------------------------------------------------------------- /machine-templates/vultr/6/url: -------------------------------------------------------------------------------- 1 | https://github.com/EugenMayer/docker-rancher-extra-catalogs/raw/master/machine-templates/vultr/releases/1.4.0/docker-machine-driver-vultr 2 | -------------------------------------------------------------------------------- /machine-templates/vultr/config.yml: -------------------------------------------------------------------------------- 1 | name: vultr 2 | version: "1.4.0" 3 | -------------------------------------------------------------------------------- /machine-templates/vultr/releases/1.4.0/docker-machine-driver-vultr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EugenMayer/docker-rancher-extra-catalogs/2fc848bce31acc4f696c8781f5ca98bb32691650/machine-templates/vultr/releases/1.4.0/docker-machine-driver-vultr -------------------------------------------------------------------------------- /templates/concourseci-cluster/config.yml: -------------------------------------------------------------------------------- 1 | name: 'Concourse CI Cluster' 2 | description: | 3 | Concourse CI Cluster version with spreaded workers 4 | version: 5.8.1.0 5 | category: Applications 6 | maintainer: 'Eugen Mayer ' 7 | projectURL: http://concourse.ci/ 8 | -------------------------------------------------------------------------------- /templates/confluence/22/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/23/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/24/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/25/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/26/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/27/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/28/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/29/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/30/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/31/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/32/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/33/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/34/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/35/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/36/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/37/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/38/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/39/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/40/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/41/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/42/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/43/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/44/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/45/README.md: -------------------------------------------------------------------------------- 1 | ## Atlassian Confluence server 2 | 3 | Helps you setting up a confluence server, running on a local or external database. 4 | 5 | You can choose from any available confluence version starting with 5.7.6-6.x 6 | 7 | Please see https://github.com/EugenMayer/docker-image-atlassian-confluence for details of the image. 8 | 9 | ## Ports 10 | 11 | - 8080/TCP for http 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/confluence/config.yml: -------------------------------------------------------------------------------- 1 | name: 'Atlassian Confluence' 2 | description: | 3 | Atlassian Confluence 4 | version: 7.9.0.0 5 | category: Applications 6 | maintainer: 'Eugen Mayer ' 7 | projectURL: https://de.atlassian.com/software/confluence 8 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/0/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/1/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/10/README.md: -------------------------------------------------------------------------------- 1 | ## jFrog Cpp Community Edition 2 | 3 | See https://jfrog.com/open-source/#conan 4 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/2/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/3/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/4/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/5/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/6/README.md: -------------------------------------------------------------------------------- 1 | ## jFrog Cpp Community Edition 2 | 3 | See https://jfrog.com/open-source/#conan 4 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/7/README.md: -------------------------------------------------------------------------------- 1 | ## jFrog Cpp Community Edition 2 | 3 | See https://jfrog.com/open-source/#conan 4 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/8/README.md: -------------------------------------------------------------------------------- 1 | ## jFrog Cpp Community Edition 2 | 3 | See https://jfrog.com/open-source/#conan 4 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/9/README.md: -------------------------------------------------------------------------------- 1 | ## jFrog Cpp Community Edition 2 | 3 | See https://jfrog.com/open-source/#conan 4 | -------------------------------------------------------------------------------- /templates/jfrog_cpp_ce/config.yml: -------------------------------------------------------------------------------- 1 | name: 'jFrog OSS Cpp Community Edition' 2 | description: | 3 | Jfrog community edition server for conan packaging 4 | version: 7.29.7.0 # https://www.jfrog.com/confluence/display/JFROG/Artifactory+Release+Notes 5 | category: Applications 6 | maintainer: 'Eugen Mayer ' 7 | projectURL: https://jfrog.com/open-source/#conan 8 | -------------------------------------------------------------------------------- /templates/jira/67/mailhog/1/README.md: -------------------------------------------------------------------------------- 1 | ## Mailhog 2 | 3 | Simulates a SMTP server for you to send and receive email through / into. It's a catch-all setup. 4 | Maily used to test-drive email sending systems / services. 5 | 6 | Also see https://github.com/mailhog/MailHog 7 | 8 | The SMTP port is on 25 and the GUI on 8025 -------------------------------------------------------------------------------- /templates/jira/67/mailhog/1/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | app: 5 | labels: 6 | {{- if .Values.EXTRA_LABELS }} 7 | {{.Values.EXTRA_LABELS | indent 6}} 8 | {{- end}} 9 | traefik.port: 8025 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | io.rancher.container.create_agent: 'true' 14 | io.rancher.container.agent.role: 'environment' 15 | io.rancher.container.pull_image: always 16 | environment: 17 | MH_SMTP_BIND_ADDR: 0.0.0.0:25 18 | image: eugenmayer/mailhog-root 19 | ports: 20 | - ${MTAPORT}:25 21 | {{- if ne .Values.GUIPORT ""}} 22 | - ${GUIPORT}:8025 23 | {{- end}} 24 | -------------------------------------------------------------------------------- /templates/jira/67/mailhog/catalogIcon-fakemta.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/jira/67/mailhog/config.yml: -------------------------------------------------------------------------------- 1 | name: "mailhog" 2 | description: | 3 | Test-Service: Simulates a SMTP server for you to send and receive email through / into. It's a catch-all setup. 4 | version: 0.1 5 | category: Applications 6 | maintainer: "Eugen Mayer " 7 | projectURL: https://github.com/natevw/fermata 8 | -------------------------------------------------------------------------------- /templates/jira/config.yml: -------------------------------------------------------------------------------- 1 | name: 'Atlassian JIRA' 2 | description: | 3 | Atlassian Jira 4 | version: 8.21.0.0 5 | category: Applications 6 | maintainer: 'Eugen Mayer ' 7 | projectURL: https://de.atlassian.com/software/jira 8 | -------------------------------------------------------------------------------- /templates/mattermost/16/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/17/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/18/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/19/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/20/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/21/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/22/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/23/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/24/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/25/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/26/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/27/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/28/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/29/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/30/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/31/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/32/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/33/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/34/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/35/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/36/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/37/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/38/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/39/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/40/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/41/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/42/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/43/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/44/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/45/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/46/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/47/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/48/README.md: -------------------------------------------------------------------------------- 1 | ## Mattermost Team Edition 2 | 3 | Runs a complete Mattermost Team Edition (https://docs.mattermost.com/developer/manifesto.html) 4 | Also see 5 | 6 | - https://github.com/EugenMayer/mattermost-boilerplate 7 | 8 | ## Ports 9 | 10 | - 8000/TCP for http on the mattermost app container 11 | -------------------------------------------------------------------------------- /templates/mattermost/catalogIcon-mattermost.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/mattermost/config.yml: -------------------------------------------------------------------------------- 1 | name: 'Mattermost' 2 | description: | 3 | Mattermost Team Edition 4 | version: 6.2.0.0 5 | category: Applications 6 | maintainer: 'Eugen Mayer ' 7 | projectURL: https://mattermost.com/ 8 | -------------------------------------------------------------------------------- /templates/openldap/10/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration -------------------------------------------------------------------------------- /templates/openldap/11/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration -------------------------------------------------------------------------------- /templates/openldap/12/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration 21 | 22 | ## Ports 23 | 24 | - 389/TCP for ldap 25 | - 636/TCP for ldaps -------------------------------------------------------------------------------- /templates/openldap/13/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration 21 | 22 | ## Ports 23 | 24 | - 389/TCP for ldap 25 | - 636/TCP for ldaps -------------------------------------------------------------------------------- /templates/openldap/14/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration 21 | 22 | ## Ports 23 | 24 | - 389/TCP for ldap 25 | - 636/TCP for ldaps -------------------------------------------------------------------------------- /templates/openldap/15/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration 21 | 22 | ## Ports 23 | 24 | - 389/TCP for ldap 25 | - 636/TCP for ldaps -------------------------------------------------------------------------------- /templates/openldap/16/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration 21 | 22 | ## Ports 23 | 24 | - 389/TCP for ldap 25 | - 636/TCP for ldaps -------------------------------------------------------------------------------- /templates/openldap/17/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration 21 | 22 | ## Ports 23 | 24 | - 389/TCP for ldap 25 | - 636/TCP for ldaps -------------------------------------------------------------------------------- /templates/openldap/18/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration 21 | 22 | ## Ports 23 | 24 | - 389/TCP for ldap 25 | - 636/TCP for ldaps -------------------------------------------------------------------------------- /templates/openldap/7/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration -------------------------------------------------------------------------------- /templates/openldap/8/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration -------------------------------------------------------------------------------- /templates/openldap/9/README.md: -------------------------------------------------------------------------------- 1 | ## OpenLDAP Server 2 | OpenLDAP server with out of the box configuration, build in TLS and memberof support. 3 | For further information how to customize it, please see the image readme: https://github.com/osixia/docker-openldap 4 | 5 | Please give all the kudos to [osixia](https://github.com/osixia/docker-openldap) - such a greate image! 6 | 7 | 8 | ### Features 9 | + supports TLS out of the box 10 | + build in support for memberof (module and overly configured) 11 | + creates basic BASE from the start, so you are ready to go after the start 12 | + You can even setup replication. 13 | 14 | ### After the installation 15 | After the installation, you can login using your password and the user 16 | 17 | + cn=admin,dc=yourgiverndomain,dc=tld 18 | + your provided LDAP password 19 | 20 | where dc=yourgiverndomain,dc=tld is derived form your LDAP domain you have provided during the configuration -------------------------------------------------------------------------------- /templates/openldap/config.yml: -------------------------------------------------------------------------------- 1 | name: 'OpenLDAP' 2 | description: | 3 | OpenLDAP 4 | version: 1.5.0.0 5 | category: Applications 6 | maintainer: 'Eugen Mayer ' 7 | projectURL: 8 | -------------------------------------------------------------------------------- /templates/rundeck/16/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | ## Ports 6 | 7 | - 4440/TCP for http 8 | - 4443/TCP for https 9 | -------------------------------------------------------------------------------- /templates/rundeck/17/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/18/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/19/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/20/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/21/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/22/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/23/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/24/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/25/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/26/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/27/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/28/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/29/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/30/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/31/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/32/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/33/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/34/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/35/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/36/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/37/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/38/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/39/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/40/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/41/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/42/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/43/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/44/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/45/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/46/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/47/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/48/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/49/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/50/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/51/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/52/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/53/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/54/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/55/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/56/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/57/README.md: -------------------------------------------------------------------------------- 1 | ## Rundeck 2 | 3 | Running http://rundeck.org/ based on the image https://github.com/EugenMayer/rundeck 4 | 5 | - Also fixes the missing implementation of OPTION responses in rundeck using a nginx revers-proxy for that matter 6 | - Optionally integrates with the traefik LB if you have it deployed 7 | 8 | ## Ports 9 | 10 | - 80/TCP for http (nginx) 11 | -------------------------------------------------------------------------------- /templates/rundeck/catalogIcon-rundeck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EugenMayer/docker-rancher-extra-catalogs/2fc848bce31acc4f696c8781f5ca98bb32691650/templates/rundeck/catalogIcon-rundeck.png -------------------------------------------------------------------------------- /templates/rundeck/config.yml: -------------------------------------------------------------------------------- 1 | name: 'Rundeck' 2 | description: | 3 | Rundeck a remote task runner http://rundeck.org/ 4 | version: 3.48.0 5 | category: Applications 6 | maintainer: 'Eugen Mayer ' 7 | projectURL: http://rundeck.org/ 8 | -------------------------------------------------------------------------------- /templates/sona-nexus/15/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | -------------------------------------------------------------------------------- /templates/sona-nexus/15/docker-compose.yml: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.11.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | io.rancher.container.create_agent: 'true' 7 | io.rancher.container.agent.role: 'environment' 8 | -------------------------------------------------------------------------------- /templates/sona-nexus/15/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: "Sona nexus" 3 | version: 3.11.0.0 4 | description: "A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more:" 5 | minimum_rancher_version: v0.63.0 6 | questions: 7 | - variable: "DATA" 8 | label: "Volume name or host path for the nexus server storage" 9 | description: "Volume name you want the data to be stored on" 10 | required: true 11 | type: "string" 12 | -------------------------------------------------------------------------------- /templates/sona-nexus/16/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/16/docker-compose.yml: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.11.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.port: 8081 8 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 9 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 10 | io.rancher.container.create_agent: 'true' 11 | io.rancher.container.agent.role: 'environment' -------------------------------------------------------------------------------- /templates/sona-nexus/17/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/17/docker-compose.yml: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.12.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.port: 8081 8 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 9 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 10 | io.rancher.container.create_agent: 'true' 11 | io.rancher.container.agent.role: 'environment' -------------------------------------------------------------------------------- /templates/sona-nexus/18/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/18/docker-compose.yml: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.12.1 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.port: 8081 8 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 9 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 10 | io.rancher.container.create_agent: 'true' 11 | io.rancher.container.agent.role: 'environment' -------------------------------------------------------------------------------- /templates/sona-nexus/19/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/19/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.13.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/20/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/20/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.14.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/21/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/21/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.15.1 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/22/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/22/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.15.2 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/23/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/23/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.16.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/24/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/24/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.16.1 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/25/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/25/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.16.2 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/26/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/26/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.17.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/27/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/27/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.18.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/28/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/28/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.18.1 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/29/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/29/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.19.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/30/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/30/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.19.1 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/31/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/31/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.20.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} -------------------------------------------------------------------------------- /templates/sona-nexus/32/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/32/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.20.1 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} 17 | -------------------------------------------------------------------------------- /templates/sona-nexus/33/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/33/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.21.1 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} 17 | -------------------------------------------------------------------------------- /templates/sona-nexus/34/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/34/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.22.0 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} 17 | -------------------------------------------------------------------------------- /templates/sona-nexus/35/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/35/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | image: sonatype/nexus3:3.22.1 3 | volumes: 4 | - ${DATA}:/nexus-data 5 | labels: 6 | traefik.enable: true 7 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 8 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 9 | traefik.port: 8081 10 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 11 | {{- end}} 12 | io.rancher.container.create_agent: 'true' 13 | io.rancher.container.agent.role: 'environment' 14 | {{- if .Values.EXTRA_LABELS }} 15 | {{.Values.EXTRA_LABELS | indent 4}} 16 | {{- end}} 17 | -------------------------------------------------------------------------------- /templates/sona-nexus/36/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/36/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | # https://hub.docker.com/r/sonatype/nexus3/tags 3 | image: sonatype/nexus3:3.23.0 4 | volumes: 5 | - ${DATA}:/nexus-data 6 | labels: 7 | traefik.enable: true 8 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 9 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 10 | traefik.port: 8081 11 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 12 | {{- end}} 13 | io.rancher.container.create_agent: 'true' 14 | io.rancher.container.agent.role: 'environment' 15 | {{- if .Values.EXTRA_LABELS }} 16 | {{.Values.EXTRA_LABELS | indent 4}} 17 | {{- end}} 18 | -------------------------------------------------------------------------------- /templates/sona-nexus/37/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/37/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | # https://hub.docker.com/r/sonatype/nexus3/tags 3 | image: sonatype/nexus3:3.24.0 4 | volumes: 5 | - ${DATA}:/nexus-data 6 | labels: 7 | traefik.enable: true 8 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 9 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 10 | traefik.port: 8081 11 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 12 | {{- end}} 13 | io.rancher.container.create_agent: 'true' 14 | io.rancher.container.agent.role: 'environment' 15 | {{- if .Values.EXTRA_LABELS }} 16 | {{.Values.EXTRA_LABELS | indent 4}} 17 | {{- end}} 18 | -------------------------------------------------------------------------------- /templates/sona-nexus/38/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/38/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | # https://hub.docker.com/r/sonatype/nexus3/tags 3 | image: sonatype/nexus3:3.25.0 4 | volumes: 5 | - ${DATA}:/nexus-data 6 | labels: 7 | traefik.enable: true 8 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 9 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 10 | traefik.port: 8081 11 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 12 | {{- end}} 13 | io.rancher.container.create_agent: 'true' 14 | io.rancher.container.agent.role: 'environment' 15 | {{- if .Values.EXTRA_LABELS }} 16 | {{.Values.EXTRA_LABELS | indent 4}} 17 | {{- end}} 18 | -------------------------------------------------------------------------------- /templates/sona-nexus/39/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/39/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | # https://hub.docker.com/r/sonatype/nexus3/tags 3 | image: sonatype/nexus3:3.26.1 4 | volumes: 5 | - ${DATA}:/nexus-data 6 | labels: 7 | traefik.enable: true 8 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 9 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 10 | traefik.port: 8081 11 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 12 | {{- end}} 13 | io.rancher.container.create_agent: 'true' 14 | io.rancher.container.agent.role: 'environment' 15 | {{- if .Values.EXTRA_LABELS }} 16 | {{.Values.EXTRA_LABELS | indent 4}} 17 | {{- end}} 18 | -------------------------------------------------------------------------------- /templates/sona-nexus/40/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/40/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | # https://hub.docker.com/r/sonatype/nexus3/tags 3 | image: sonatype/nexus3:3.27.0 4 | volumes: 5 | - ${DATA}:/nexus-data 6 | labels: 7 | traefik.enable: true 8 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 9 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 10 | traefik.port: 8081 11 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 12 | {{- end}} 13 | io.rancher.container.create_agent: 'true' 14 | io.rancher.container.agent.role: 'environment' 15 | {{- if .Values.EXTRA_LABELS }} 16 | {{.Values.EXTRA_LABELS | indent 4}} 17 | {{- end}} 18 | -------------------------------------------------------------------------------- /templates/sona-nexus/41/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/41/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | # https://hub.docker.com/r/sonatype/nexus3/tags 3 | image: sonatype/nexus3:3.28.0 4 | volumes: 5 | - ${DATA}:/nexus-data 6 | labels: 7 | traefik.enable: true 8 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 9 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 10 | traefik.port: 8081 11 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 12 | {{- end}} 13 | io.rancher.container.create_agent: 'true' 14 | io.rancher.container.agent.role: 'environment' 15 | {{- if .Values.EXTRA_LABELS }} 16 | {{.Values.EXTRA_LABELS | indent 4}} 17 | {{- end}} 18 | -------------------------------------------------------------------------------- /templates/sona-nexus/42/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/42/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | # https://hub.docker.com/r/sonatype/nexus3/tags 3 | image: sonatype/nexus3:3.28.1 4 | volumes: 5 | - ${DATA}:/nexus-data 6 | labels: 7 | traefik.enable: true 8 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 9 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 10 | traefik.port: 8081 11 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 12 | {{- end}} 13 | io.rancher.container.create_agent: 'true' 14 | io.rancher.container.agent.role: 'environment' 15 | {{- if .Values.EXTRA_LABELS }} 16 | {{.Values.EXTRA_LABELS | indent 4}} 17 | {{- end}} 18 | -------------------------------------------------------------------------------- /templates/sona-nexus/43/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/43/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | nexus: 2 | # https://hub.docker.com/r/sonatype/nexus3/tags 3 | image: sonatype/nexus3:3.28.1 4 | volumes: 5 | - ${DATA}:/nexus-data 6 | - nexus-plugin:/opt/sonatype/nexus/deploy 7 | labels: 8 | traefik.enable: true 9 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 10 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 11 | traefik.port: 8081 12 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 13 | {{- end}} 14 | io.rancher.container.create_agent: 'true' 15 | io.rancher.container.agent.role: 'environment' 16 | {{- if .Values.EXTRA_LABELS }} 17 | {{.Values.EXTRA_LABELS | indent 4}} 18 | {{- end}} 19 | 20 | volumes: 21 | nexus-plugin: 22 | driver: local 23 | -------------------------------------------------------------------------------- /templates/sona-nexus/44/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/44/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | services: 2 | nexus: 3 | # https://hub.docker.com/r/sonatype/nexus3/tags 4 | image: sonatype/nexus3:3.28.1 5 | volumes: 6 | - ${DATA}:/nexus-data 7 | - nexusplugins:/opt/sonatype/nexus/deploy 8 | labels: 9 | traefik.enable: true 10 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 11 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 12 | traefik.port: 8081 13 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 14 | {{- end}} 15 | io.rancher.container.create_agent: 'true' 16 | io.rancher.container.agent.role: 'environment' 17 | {{- if .Values.EXTRA_LABELS }} 18 | {{.Values.EXTRA_LABELS | indent 4}} 19 | {{- end}} 20 | 21 | volumes: 22 | nexusplugins: 23 | driver: local 24 | -------------------------------------------------------------------------------- /templates/sona-nexus/45/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/45/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.28.1 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 4}} 21 | {{- end}} 22 | 23 | volumes: 24 | nexusplugins: 25 | driver: local 26 | -------------------------------------------------------------------------------- /templates/sona-nexus/46/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/docker-nexus3 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | 13 | ## Traefik 14 | 15 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 16 | using rancher metadata -------------------------------------------------------------------------------- /templates/sona-nexus/46/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.28.1 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | 23 | volumes: 24 | nexusplugins: 25 | driver: local 26 | -------------------------------------------------------------------------------- /templates/sona-nexus/47/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/nexus3/tags 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | ## Traefik 13 | 14 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 15 | using rancher metadata 16 | -------------------------------------------------------------------------------- /templates/sona-nexus/47/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.29.0 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | 23 | volumes: 24 | nexusplugins: 25 | driver: local 26 | -------------------------------------------------------------------------------- /templates/sona-nexus/48/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/nexus3/tags 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | ## Traefik 13 | 14 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 15 | using rancher metadata 16 | -------------------------------------------------------------------------------- /templates/sona-nexus/48/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.29.2 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | 23 | volumes: 24 | nexusplugins: 25 | driver: local 26 | -------------------------------------------------------------------------------- /templates/sona-nexus/49/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/nexus3/tags 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | ## Traefik 13 | 14 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 15 | using rancher metadata 16 | -------------------------------------------------------------------------------- /templates/sona-nexus/49/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.30.0 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | 23 | volumes: 24 | nexusplugins: 25 | driver: local 26 | -------------------------------------------------------------------------------- /templates/sona-nexus/50/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/nexus3/tags 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | ## Traefik 13 | 14 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 15 | using rancher metadata 16 | -------------------------------------------------------------------------------- /templates/sona-nexus/50/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.30.1 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | 23 | volumes: 24 | nexusplugins: 25 | driver: local 26 | -------------------------------------------------------------------------------- /templates/sona-nexus/51/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/nexus3/tags 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | ## Traefik 13 | 14 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 15 | using rancher metadata 16 | -------------------------------------------------------------------------------- /templates/sona-nexus/51/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.31.1 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | 23 | volumes: 24 | nexusplugins: 25 | driver: local 26 | -------------------------------------------------------------------------------- /templates/sona-nexus/52/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/nexus3/tags 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | ## Traefik 13 | 14 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 15 | using rancher metadata 16 | -------------------------------------------------------------------------------- /templates/sona-nexus/52/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.32.0 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | 23 | volumes: 24 | nexusplugins: 25 | driver: local 26 | -------------------------------------------------------------------------------- /templates/sona-nexus/53/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/nexus3/tags 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | ## Traefik 13 | 14 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 15 | using rancher metadata 16 | -------------------------------------------------------------------------------- /templates/sona-nexus/53/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.33.1 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | 23 | volumes: 24 | nexusplugins: 25 | driver: local 26 | -------------------------------------------------------------------------------- /templates/sona-nexus/54/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/nexus3/tags 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | ## Traefik 13 | 14 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 15 | using rancher metadata 16 | -------------------------------------------------------------------------------- /templates/sona-nexus/54/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.34.1 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | 23 | volumes: 24 | nexusplugins: 25 | driver: local 26 | -------------------------------------------------------------------------------- /templates/sona-nexus/55/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/nexus3/tags 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | ## Traefik 13 | 14 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 15 | using rancher metadata 16 | -------------------------------------------------------------------------------- /templates/sona-nexus/55/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.34.1 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | {{- if .Values.EXPOSE_PORT }} 23 | ports: 24 | {{.Values.EXPOSE_PORT}}:8081 25 | {{- end}} 26 | volumes: 27 | nexusplugins: 28 | driver: local 29 | -------------------------------------------------------------------------------- /templates/sona-nexus/56/README.md: -------------------------------------------------------------------------------- 1 | ## Nexus Mangement Server by Sonatype 2 | 3 | A docker-registry, gem, npm, java and more server with permissions, authentication backends a lot more: 4 | https://www.sonatype.com/nexus-repository-oss 5 | 6 | Docker image from https://hub.docker.com/r/sonatype/nexus3/tags 7 | 8 | ## Ports 9 | 10 | - 8081/TCP for http 11 | 12 | ## Traefik 13 | 14 | Integrates with with ranchers traefik catalog https://github.com/rancher/community-catalog/tree/master/templates/traefik 15 | using rancher metadata 16 | -------------------------------------------------------------------------------- /templates/sona-nexus/56/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | nexus: 5 | # https://hub.docker.com/r/sonatype/nexus3/tags 6 | image: sonatype/nexus3:3.37.0 7 | volumes: 8 | - ${DATA}:/nexus-data 9 | - nexusplugins:/opt/sonatype/nexus/deploy 10 | labels: 11 | traefik.enable: true 12 | traefik.acme: ${TRAEFIK_FRONTEND_HTTPS_ENABLE} 13 | {{- if .Values.TRAEFIK_FRONTEND_RULE }} 14 | traefik.port: 8081 15 | traefik.frontend.rule: ${TRAEFIK_FRONTEND_RULE} 16 | {{- end}} 17 | io.rancher.container.create_agent: 'true' 18 | io.rancher.container.agent.role: 'environment' 19 | {{- if .Values.EXTRA_LABELS }} 20 | {{.Values.EXTRA_LABELS | indent 6}} 21 | {{- end}} 22 | {{- if .Values.EXPOSE_PORT }} 23 | ports: 24 | {{.Values.EXPOSE_PORT}}:8081 25 | {{- end}} 26 | volumes: 27 | nexusplugins: 28 | driver: local 29 | -------------------------------------------------------------------------------- /templates/sona-nexus/catalogIcon-sonatype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EugenMayer/docker-rancher-extra-catalogs/2fc848bce31acc4f696c8781f5ca98bb32691650/templates/sona-nexus/catalogIcon-sonatype.png -------------------------------------------------------------------------------- /templates/sona-nexus/config.yml: -------------------------------------------------------------------------------- 1 | name: 'Sona-nexus registry' 2 | description: | 3 | Docker-registry, npm, java and ruby server with permissions and authentication backend 4 | version: 3.37.0.0 5 | category: Applications 6 | maintainer: 'Eugen Mayer ' 7 | projectURL: https://www.sonatype.com/nexus-repository-oss 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/0/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/1/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/10/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/11/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/12/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/13/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/14/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/15/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/16/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/17/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/18/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/19/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/2/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/20/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/21/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/22/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/23/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/24/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/3/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/4/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/5/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/6/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/7/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/8/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/9/README.md: -------------------------------------------------------------------------------- 1 | ## Sonarcube Developer Edition 2 | 3 | Developer edition of Sonarcube - you will need a proper license. 4 | 5 | Rule synchronisation server for sonarlint https://www.sonarqube.org/ 6 | Based on the official docker image https://hub.docker.com/_/sonarqube/ 7 | 8 | -------------------------------------------------------------------------------- /templates/sonarqube_developer/catalogIcon-sonarqube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EugenMayer/docker-rancher-extra-catalogs/2fc848bce31acc4f696c8781f5ca98bb32691650/templates/sonarqube_developer/catalogIcon-sonarqube.png -------------------------------------------------------------------------------- /templates/sonarqube_developer/config.yml: -------------------------------------------------------------------------------- 1 | name: 'Sonarqube Developer Edition' 2 | description: | 3 | SonarQube is an open source platform for continuous inspection of code quality. 4 | version: 9.1.0.2 5 | category: Applications 6 | maintainer: 'Eugen Mayer ' 7 | projectURL: https://www.sonarqube.org/ 8 | -------------------------------------------------------------------------------- /templates/syslog/1/README.md: -------------------------------------------------------------------------------- 1 | ## whatsmyip 2 | 3 | who am i 4 | 5 | Returns all request headers and fields for debugging. E.g. for checking a proxy 6 | -------------------------------------------------------------------------------- /templates/syslog/1/docker-compose.yml.tpl: -------------------------------------------------------------------------------- 1 | version: "2" 2 | 3 | services: 4 | app: 5 | labels: 6 | {{- if .Values.EXTRA_LABELS }} 7 | {{.Values.EXTRA_LABELS | indent 6}} 8 | {{- end}} 9 | io.rancher.container.create_agent: 'true' 10 | io.rancher.container.agent.role: 'environment' 11 | io.rancher.container.pull_image: always 12 | image: balabit/syslog-ng 13 | ports: 14 | {{- if ne .Values.SYSLOG_HOST_PORT ""}} 15 | - ${SYSLOG_HOST_PORT}:514/udp 16 | {{- end}} -------------------------------------------------------------------------------- /templates/syslog/1/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: "syslog" 3 | version: 0.1 4 | description: "syslog" 5 | minimum_rancher_version: v1.5.0 6 | questions: 7 | - variable: "SYSLOG_HOST_PORT" 8 | label: "Host port" 9 | description: "Which port should 514 UDP be exposed to. Keep empty to not expose on the host" 10 | required: false 11 | type: "int" 12 | - variable: "EXTRA_LABELS" 13 | label: "EXTRA LABELS" 14 | description: "Extra labels to add, ech line looks like foo.mybar: value' .. So exactly the yaml syntax you use" 15 | required: false 16 | default: '' 17 | type: "multiline" 18 | -------------------------------------------------------------------------------- /templates/syslog/catalogIcon-syslog.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/syslog/config.yml: -------------------------------------------------------------------------------- 1 | name: "Syslog" 2 | description: | 3 | A syslog server you can sink your remote client logs into 4 | version: 0.4 5 | category: Applications 6 | maintainer: "Eugen Mayer " 7 | projectURL: https://github.com/EugenMayer/docker-rancher-extra-catalogs 8 | -------------------------------------------------------------------------------- /templates/traefik/15/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/16/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/17/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/18/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/19/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/20/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/21/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/22/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/23/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/24/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/25/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/26/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/27/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/28/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/29/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/30/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/31/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/32/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/33/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/34/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/35/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/36/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/37/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/38/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/39/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/40/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/41/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/42/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/43/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/44/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/45/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/46/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/47/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/48/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/49/README.md: -------------------------------------------------------------------------------- 1 | # Traefik active load balancer 2 | 3 | This template deploys traefik active load balancers on top of Rancher. The configuration is generated and updated with confd from Rancher metadata. 4 | It would be deployed in hosts with label traefik_lb=true. 5 | 6 | ### Requirements 7 | 8 | Be sure to add the `traefik_lb=true` label to the host you deploy this catalog on. 9 | 10 | ### Service configuration labels: 11 | 12 | See https://docs.traefik.io/configuration/backends/docker/#on-containers for possible labels. 13 | Those labels are exposed using the rancher metadata api and then picked up by the traefik server 14 | 15 | You can use segments in the labels to expose several services per container -------------------------------------------------------------------------------- /templates/traefik/config.yml: -------------------------------------------------------------------------------- 1 | name: Traefik 2 | description: | 3 | Traefik active load balancer 4 | version: v1.7.34.0 5 | category: Load Balancing 6 | maintainer: 'Eugen Mayer