No introduction found. Create it?
cross-seed from bjw-s-labs/charts is more popular with 14 repositories.
Install with:
helm repo add cross-seed oci://ghcr.io/bjw-s-labs/charts/
helm install cross-seed cross-seed/cross-seed -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| cross-seed | gavinmcfall/home-ops | 37 | 5.1.0 | 4 months ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
| string | |
| string | |
controllers.cross-seed.containers.app.env.TZ (6) America/New_York | string |
| number | |
| number | |
controllers.cross-seed.containers.app.image.repository (6) ghcr.io/cross-seed/cross-seed | string |
controllers.cross-seed.containers.app.image.tag (6) 6.13.7@sha256:a1fed512261fd968c55cb03c51cff9c6620aa76a34b3b591afca95c890aa8225 | string |
| boolean | |
| boolean | |
| number | |
| string | |
| number | |
| number | |
| number | |
| number | |
| boolean | |
| boolean | |
| number | |
| string | |
| number | |
| number | |
| number | |
| number | |
| boolean | |
| boolean | |
| number | |
| string | |
| number | |
| number | |
| number | |
| number | |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
controllers.cross-seed.type (3) statefulset | string |
| string | |
| string | |
| string | |
| string | |
| number | |
| string | |
| number | |
| boolean | |
| number | |
persistence.media.globalMounts[].path (6) /media/downloads | string |
| string | |
persistence.media.path (5) ${NAS_BASE_URL}/media/downloads | string |
persistence.media.server (5) ${NAS_ADDRESS} | string |
| string | |
| boolean | |
persistence.media.existingClaim (1) cross-seed-media-nfs | string |
persistence.secret-file.globalMounts[].path (4) /config/config.js | string |
| string | |
| boolean | |
persistence.secret-file.name (4) {{ .Release.Name }}-secret | string |
| string | |
persistence.tmp.type (3) emptyDir | string |
| string | |
persistence.config-file.globalMounts[].path (2) /config/config.js | string |
| boolean | |
| string | |
persistence.config-file.name (2) cross-seed-secret | string |
| string | |
persistence.config.existingClaim (2) cross-seed | string |
persistence.config.type (2) emptyDir | string |
| string | |
persistence.config-cross-seeds.globalMounts[].path (1) /config/cross-seeds | string |
| string | |
| string | |
persistence.qbittorrent-config.globalMounts[].path (1) /config/qBittorrent | string |
| boolean | |
| string | |
| number | |
service.app.controller (4) cross-seed | string |
service.app.ipFamilyPolicy (1) RequireDualStack | string |
| number, string | |
| string | |
| number, string | |
| boolean | |
| number, string | |
| string | |
| number | |
| string | |
| string | |
| string | |
externalSecrets.main.dataFrom[].extract.key (1) /cross-seed | string |
externalSecrets.main.forceRename (1) cross-seed-secret | string |
| string | |
externalSecrets.main.secretStoreRef.kind (1) ClusterSecretStore | string |
externalSecrets.main.secretStoreRef.name (1) akeyless-secret-store | string |
externalSecrets.main.target.name (1) cross-seed-secret | string |
externalSecrets.main.target.template.data."config.js" (1) module.exports = {
action: "inject",
apiKey: "{{.CROSS_SEED_API_KEY}}",
duplicateCategories: true,
flatLinking: false,
includeNonVideos: true,
includeEpisodes: true,
includeSingleEpisodes: true,
linkCategory: "cross-seed",
linkType: "hardlink",
linkDirs: [
"/media/downloads/xseed"
],
matchMode: "safe",
outputDir: null,
torrentClients: [
"qbittorrent:http://qbittorrent.media.svc.cluster.local:8080",
],
radarr: [
"http://radarr.media.svc.cluster.local/?apikey={{ .RADARR_API_KEY }}"
],
skipRecheck: true,
searchCadence: "1 day",
excludeRecentSearch: "90 days",
excludeOlder: "450 days",
sonarr: [
"http://sonarr.media.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"
],
torznab: [
`http://prowlarr.media.svc.cluster.local:80/2/api?apikey={{ .PROWLARR_API_KEY }}`, // BHD
`http://prowlarr.media.svc.cluster.local:80/60/api?apikey={{ .PROWLARR_API_KEY }}`, // HDB
`http://prowlarr.media.svc.cluster.local:80/68/api?apikey={{ .PROWLARR_API_KEY }}`, // PTP
`http://prowlarr.media.svc.cluster.local:80/66/api?apikey={{ .PROWLARR_API_KEY }}` // BTN
],
useClientTorrents: true
};
| string |
| string |