mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 07:55:06 +02:00
feat: rename repository
This commit is contained in:
10
.github/renovate.json5
vendored
10
.github/renovate.json5
vendored
@@ -8,13 +8,13 @@
|
|||||||
":separatePatchReleases",
|
":separatePatchReleases",
|
||||||
"docker:enableMajor",
|
"docker:enableMajor",
|
||||||
":enablePreCommit",
|
":enablePreCommit",
|
||||||
"github>auricom/home-cluster//.github/renovate/autoMerge",
|
"github>auricom/home-ops//.github/renovate/autoMerge",
|
||||||
"github>auricom/home-cluster//.github/renovate/labels",
|
"github>auricom/home-ops//.github/renovate/labels",
|
||||||
"github>auricom/home-cluster//.github/renovate/semanticCommits"
|
"github>auricom/home-ops//.github/renovate/semanticCommits"
|
||||||
],
|
],
|
||||||
"platform": "github",
|
"platform": "github",
|
||||||
"username": "feisar-bot[bot]",
|
"username": "feisar-bot[bot]",
|
||||||
"repositories": ["auricom/home-cluster"],
|
"repositories": ["auricom/home-ops"],
|
||||||
"assignees": ["auricom"],
|
"assignees": ["auricom"],
|
||||||
"onboarding": false,
|
"onboarding": false,
|
||||||
"requireConfig": false,
|
"requireConfig": false,
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"description": "Process CRD dependencies",
|
"description": "Process CRD dependencies",
|
||||||
"fileMatch": ["cluster/base-custom/crds/.+\\.ya?ml$"],
|
"fileMatch": ["cluster/configuration/crds/.+\\.ya?ml$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
// GitRepository where 'Git release/tag' matches 'Helm' version
|
// GitRepository where 'Git release/tag' matches 'Helm' version
|
||||||
"registryUrl=(?<registryUrl>\\S+) chart=(?<depName>\\S+)\n.*?(?<currentValue>[^-\\s]*)\n",
|
"registryUrl=(?<registryUrl>\\S+) chart=(?<depName>\\S+)\n.*?(?<currentValue>[^-\\s]*)\n",
|
||||||
|
@@ -36,9 +36,9 @@ spec:
|
|||||||
- |
|
- |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
curl --location raw.githubusercontent.com/auricom/home-cluster/main/server/scripts/transcode_music/transcode.bash --output /tmp/transcode.bash
|
curl --location raw.githubusercontent.com/auricom/home-ops/main/server/scripts/transcode_music/transcode.bash --output /tmp/transcode.bash
|
||||||
chmod a+x /tmp/transcode.bash
|
chmod a+x /tmp/transcode.bash
|
||||||
curl --location raw.githubusercontent.com/auricom/home-cluster/main/server/scripts/transcode_music/transcode_exclude.cfg --output /tmp/transcode_exclude.cfg
|
curl --location raw.githubusercontent.com/auricom/home-ops/main/server/scripts/transcode_music/transcode_exclude.cfg --output /tmp/transcode_exclude.cfg
|
||||||
cd /tmp
|
cd /tmp
|
||||||
./transcode.bash -c
|
./transcode.bash -c
|
||||||
./transcode.bash -r
|
./transcode.bash -r
|
||||||
|
@@ -146,7 +146,7 @@ spec:
|
|||||||
dashboards:
|
dashboards:
|
||||||
default:
|
default:
|
||||||
kubernetes-custom:
|
kubernetes-custom:
|
||||||
url: https://raw.githubusercontent.com/auricom/home-cluster/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/homelab-temparatures.json
|
url: https://raw.githubusercontent.com/auricom/home-ops/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/homelab-temparatures.json
|
||||||
datasource: Prometheus
|
datasource: Prometheus
|
||||||
# Ref: https://grafana.com/grafana/dashboards/2842
|
# Ref: https://grafana.com/grafana/dashboards/2842
|
||||||
ceph-cluster:
|
ceph-cluster:
|
||||||
@@ -171,13 +171,13 @@ spec:
|
|||||||
url: https://raw.githubusercontent.com/fluxcd/flux2/main/manifests/monitoring/grafana/dashboards/control-plane.json
|
url: https://raw.githubusercontent.com/fluxcd/flux2/main/manifests/monitoring/grafana/dashboards/control-plane.json
|
||||||
datasource: Prometheus
|
datasource: Prometheus
|
||||||
home-assistant:
|
home-assistant:
|
||||||
url: https://raw.githubusercontent.com/auricom/home-cluster/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/home-assistant.json
|
url: https://raw.githubusercontent.com/auricom/home-ops/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/home-assistant.json
|
||||||
datasource: Prometheus
|
datasource: Prometheus
|
||||||
homelab-temperatures:
|
homelab-temperatures:
|
||||||
url: https://raw.githubusercontent.com/auricom/home-cluster/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/homelab-temperatures.json
|
url: https://raw.githubusercontent.com/auricom/home-ops/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/homelab-temperatures.json
|
||||||
datasource: Prometheus
|
datasource: Prometheus
|
||||||
truenas:
|
truenas:
|
||||||
url: https://raw.githubusercontent.com/auricom/home-cluster/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/truenas.json
|
url: https://raw.githubusercontent.com/auricom/home-ops/main/cluster/apps/monitoring/kube-prometheus-stack/grafana-dashboards/truenas.json
|
||||||
datasource: Prometheus
|
datasource: Prometheus
|
||||||
lidarr:
|
lidarr:
|
||||||
url: https://raw.githubusercontent.com/k8s-at-home/grafana-dashboards/main/lidarr.json
|
url: https://raw.githubusercontent.com/k8s-at-home/grafana-dashboards/main/lidarr.json
|
||||||
|
@@ -7,7 +7,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
interval: 10m0s
|
interval: 10m0s
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: base-custom
|
- name: configuration
|
||||||
path: ./cluster/core
|
path: ./cluster/core
|
||||||
prune: false
|
prune: false
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
@@ -10,7 +10,7 @@ spec:
|
|||||||
branch: main
|
branch: main
|
||||||
secretRef:
|
secretRef:
|
||||||
name: flux-system
|
name: flux-system
|
||||||
url: ssh://git@github.com/auricom/home-cluster
|
url: ssh://git@github.com/auricom/home-ops
|
||||||
---
|
---
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
@@ -21,7 +21,7 @@ Install Flux into your cluster
|
|||||||
```sh
|
```sh
|
||||||
flux bootstrap github \
|
flux bootstrap github \
|
||||||
--owner=auricom \
|
--owner=auricom \
|
||||||
--repository=home-cluster \
|
--repository=home-ops \
|
||||||
--path=cluster/base \
|
--path=cluster/base \
|
||||||
--personal \
|
--personal \
|
||||||
--private=false \
|
--private=false \
|
||||||
|
Reference in New Issue
Block a user