Compare commits

..

16 Commits

Author SHA1 Message Date
TrueCharts Bot
43bf8a9d5f chore(deps): update container image adminer to latest@0ce7583 (#15224)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| adminer | digest | `3b3012a` -> `0ce7583` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42NC4zIiwidXBkYXRlZEluVmVyIjoiMzcuNjQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-22 01:30:36 +01:00
Stavros Kois
4a507b044d chore(nextcloud): add hostAliases to NC and collabora pods (#15234)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-11-22 01:54:06 +02:00
TrueCharts-Bot
b4b772b288 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-21 23:43:50 +00:00
Kjeld Schouten
726d7e4eaa Update daily.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-22 00:37:14 +01:00
Kjeld Schouten
a23b3baf97 Update daily.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-22 00:35:05 +01:00
bitpushr
22f2f498a8 feat(rdtclient): Move to Stable (#15223)
**Description**

Tested, ready for Stable.

<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-21 22:41:47 +01:00
Stavros Kois
6e8c964166 fix(nextcloud): fix logging variable (#15232)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-21 23:34:40 +02:00
tuxsudo
49e0069649 feat(Linkwarden) move to stable (#15230)
**Description**

Moves Linkwarden to stable and remove SMTP questions since it doesn't
work in the official docker image without building it manually

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**

Tested on Cobia 23.10.0.1

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
2023-11-21 19:53:03 +01:00
TrueCharts Bot
172b6e9917 chore(deps): update container image lmscommunity/logitechmediaserver to 8.4.0@d820d00 (#15221)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lmscommunity/logitechmediaserver | digest | `bb6a9a6` -> `d820d00` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42NC4xIiwidXBkYXRlZEluVmVyIjoiMzcuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-21 19:20:29 +01:00
TrueCharts Bot
a3ae401dfb chore(deps): update container image ghcr.io/linuxserver/boinc to latest@c1f6bfa (#15220)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/boinc | digest | `1056644` -> `c1f6bfa` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42NC4xIiwidXBkYXRlZEluVmVyIjoiMzcuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-21 19:18:35 +01:00
MaverickD650
5601aaca5c feat(wallos): move to stable (#15222)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
Move Wallos to stable after successful install and testing.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
Installed on TrueNAS Scale and used the basic features of the app. App
installed successfully on default options and functions operate as
intended.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [X] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-11-21 16:40:59 +01:00
StevenMcElligott
679feda58d fix(cryptpad): Rework chart to new container (#15191)
**Description**

User reported this out of date, it was migrated, but upstream changed
ownership or something, so might as well update the tags and all now

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-11-21 15:23:02 +01:00
TrueCharts Bot
cad8df5cc8 chore(deps): update container image lscr.io/linuxserver/webtop to alpine-icewm@8e572dc (#15197)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `874f419` -> `8e572dc` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42My4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-21 13:22:41 +01:00
TrueCharts Bot
0539e11818 chore(deps): update container image ghcr.io/linuxserver/rsnapshot to 1.4.5@aff53c9 (#15219)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/rsnapshot](https://togithub.com/linuxserver/docker-rsnapshot/packages)
([source](https://togithub.com/linuxserver/docker-rsnapshot)) | digest |
`bf4aea6` -> `aff53c9` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42NC4xIiwidXBkYXRlZEluVmVyIjoiMzcuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-21 13:20:52 +01:00
tuxsudo
c7a7d3a58d fix(libremdb) Fix image tag (#15194)
Should fix the Libremdb image tag that was causing failing pulls.

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

---

---------

Signed-off-by: tuxsudo <tuxsudo@tux.pizza>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-21 13:01:44 +01:00
TrueCharts Bot
3c6849b209 chore(deps): update container image lscr.io/linuxserver/webtop to alpine-i3@9f6b3a8 (#15196)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `6da634f` -> `9f6b3a8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42My4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-21 12:48:14 +01:00
145 changed files with 519 additions and 153 deletions

View File

@@ -124,7 +124,7 @@ jobs:
# Add truechart source
tcsource="https://github.com/truecharts/charts/tree/master/charts/$train/$chartname" go-yq -i '.sources += env(tcsource)' "${chart}/Chart.yaml"
# Get the container image name that was parsed out of the Dockerfile for the website.
container=$(cat website/docs/charts/description_list.md | grep "\[${chartname}\]" | cut -f3 -d '|' | grep -v 'Not Found' || echo "")
container=$(cat website/docs/charts/description_list.md | grep "\[${chartname}\]" | cut -f3 -d '|' | grep -v 'Not Found' || echo "" || echo "failed-container-fetch")
# Convert the container image name to a URL.
if [ ! -z "$container" ]; then
prefix=""
@@ -200,7 +200,7 @@ jobs:
echo "Correcting Chart.yaml for Train: ${train}..."
for chart in $(ls "charts/${train}"); do
echo "Correcting Chart.yaml for Chart: ${chart}..."
sync_tag "charts/${train}/${chart}" "${chart}" "${train}"
sync_tag "charts/${train}/${chart}" "${chart}" "${train}" || echo "failed"
done
done

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.22.0"
appVersion: "0.22"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "7.1.217"
appVersion: "build"
deprecated: false
description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
home: https://truecharts.org/charts/enterprise/kubernetes-reflector

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.30.1
appVersion: "1.30.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -2,11 +2,11 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: Productivity
apiVersion: v2
appVersion: "latest"
appVersion: "5.5.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.2
version: 14.3.5
deprecated: false
description: CryptPad is the Zero Knowledge realtime collaborative editor.
home: https://truecharts.org/charts/incubator/cryptpad
@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cryptpad
- https://cryptpad.fr/
type: application
version: 3.0.9
version: 4.0.0

View File

@@ -10,6 +10,19 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: CPAD_MAIN_DOMAIN
label: CPAD_MAIN_DOMAIN
description: Enter your main Cryptpad Main Domain here
schema:
type: string
default: ""
# Include{containerBasic}
# Include{containerAdvanced}
@@ -60,6 +73,28 @@ questions:
type: int
default: 3001
required: true
- variable: websocket
label: 'Websocket Port'
description: "Port for Websocket connections"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: websocket
label: "Websocket Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3003
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cryptpad
tag: latest@sha256:34094a8d0491a70f4debb669779a2fef671b1c25d58daf55e5b446e03420a52b
repository: cryptpad/cryptpad
tag: version-5.5.0@sha256:e39fefe674fd5b6c61029a8e233fcb50237acf60e60ac677f9b76446b23104ef
securityContext:
container:
@@ -25,7 +25,9 @@ workload:
startup:
type: http
path: /
env: {}
env:
CPAD_MAIN_DOMAIN: "https://your-main-domain.com"
CPAD_CONF: /cryptpad/config/config.js
persistence:
blobpath:
@@ -34,9 +36,6 @@ persistence:
blockpath:
enabled: true
mountPath: /cryptpad/block
configpath:
enabled: true
mountPath: /cryptpad/config/config.js
customizepath:
enabled: true
mountPath: /cryptpad/customize
@@ -62,6 +61,14 @@ service:
port: 3001
protocol: tcp
targetPort: 3001
websocket:
enabled: true
ports:
websocket:
enabled: true
port: 3003
protocol: tcp
targetPort: 3003
portal:
open:

View File

@@ -6,7 +6,7 @@ dependencies:
version: 15.0.1
description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.
home: https://truecharts.org/charts/incubator/linkwarden
icon: https://github.com/linkwarden/linkwarden/raw/main/assets/logo.png
icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.png
keywords:
- linkwarden
- bookmark

View File

@@ -2,7 +2,7 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: Tools-Utilities
apiVersion: v2
appVersion: latest
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -25,4 +25,4 @@ sources:
- https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/
type: application
version: 5.0.35
version: 5.0.36

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: adminer
tag: latest@sha256:3b3012a52604eb23dc99a36a50132e8df75fe40e3e68cdd82a718a7b994159dd
tag: latest@sha256:0ce7583815dabdd9f560ee0afed630ecb33df6756f4b66c85c197011559a0248
securityContext:
container:
readOnlyRootFilesystem: false

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "11.0.0"
appVersion: "edge"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "latest"
appVersion: "arkse"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.2
appVersion: "23.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.1.2
appVersion: "2.1.2"
kubeVersion: ">=1.16.0-0"
version: 13.0.23
name: babybuddy

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: boinc
version: 6.0.23
version: 6.0.24
appVersion: "latest"
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
type: application

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/boinc
pullPolicy: IfNotPresent
tag: latest@sha256:10566449d3b59ffaa702b88cadd2dfd0b76e478ec783bfebd287c4d75c1b4cb2
tag: latest@sha256:c1f6bfa10e4cb11d5644d22ed33e3c844ed508d9e1a18e842ea56c20557313b9
securityContext:
container:
readOnlyRootFilesystem: false

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.60.2"
appVersion: "1.60.2-chr"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.0.9
appVersion: "0.0.9"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.6.21
appVersion: "0.6.21"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 4.19.0
appVersion: "4.19.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.2.1
appVersion: "2.2.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: couchpotato
version: 6.0.9
appVersion: "2021.11.22"
appVersion: "latest"
description: Couchpotato is an automatic NZB and torrent downloader.
type: application
deprecated: false

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.2
appVersion: "23.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ddclient
version: 6.0.12
appVersion: 3.11.1
appVersion: "3.11.1"
description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.
type: application
deprecated: false

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.24.2
appVersion: "2.24.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2022.01.1"
appVersion: "cpu"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: duckdns
version: 6.0.21
appVersion: latest
appVersion: "latest"
description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
type: application
deprecated: false

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2023.11.2
appVersion: "2023.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "latest"
appVersion: "3.18.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.2
appVersion: "23.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "23.11.0"
appVersion: "23.11"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.9.19
appVersion: "3.9.19"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: foldingathome
version: 6.0.17
appVersion: 7.6.21
appVersion: "7.6.21"
description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases.
type: application
deprecated: false

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.22.1
appVersion: "1.22.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2022.06"
appVersion: "2023.05"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.25.1
appVersion: "2.25.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.15.2"
appVersion: "0.16.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.7.43
appVersion: "1.7.43"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 4.0.3
appVersion: "4.0.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.3
appVersion: "23.11.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "58edc604"
appVersion: "a78f38c1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.22.0"
appVersion: "3.0.202310"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2023.11.2"
appVersion: ""2023.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.2
appVersion: "23.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.432.0"
appVersion: "2.432"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.13.5-bet
appVersion: "2.13.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2023"
appVersion: "2023-10"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: latest
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.6.0
appVersion: "3.6.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.33.0"
appVersion: "cpu"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.9.0"
appVersion: ".0.9.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: latest
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: latest
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -27,7 +27,7 @@ sources:
- https://github.com/zyachel/libremdb
- https://github.com/PussTheCat-org/docker-libremdb-quay
type: application
version: 3.0.300
version: 3.0.301
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: quay.io/pussthecatorg/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:3e4fab857d1603b30b185badb8bedf722d62ef7ab1d2b95871368a2cea0f947c
tag: latest@sha256:be83f2ac2179eb9ab5d32c6749330d50adfcc5305e8bae60192f9a345730e3c3
service:
main:
ports:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 5.2.5
appVersion: "5.2.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.0.3.3791
appVersion: "2.0.3.3791"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -0,0 +1 @@
## Linkwarden

View File

@@ -0,0 +1,26 @@
apiVersion: v2
appVersion: "2.2.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 15.0.1
description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.
home: https://truecharts.org/charts/stable/linkwarden
icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.png
keywords:
- linkwarden
- bookmark
- manager
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: linkwarden
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden
- https://github.com/linkwarden/linkwarden
version: 1.0.0
annotations:
truecharts.org/category: bookmarks
truecharts.org/SCALE-support: "true"

View File

@@ -5,7 +5,7 @@
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View File

@@ -0,0 +1,132 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
- variable: config
label: ""
group: "App Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: nextauth_url
label: "Public URL"
description: "This is the public-facing URL that Linkwarden will be hosted on."
schema:
type: string
default: "http://example.com"
- variable: pagination_take_count
label: "Pagination Take Count"
description: "The numbers of Links to fetch every time you reach to the bottom of the webpage."
schema:
type: int
default: 20
- variable: autoscroll_timeout
label: "Autoscroll Timeout"
description: "The amount of time to wait for the website to be archived (in seconds)."
schema:
type: int
default: 30
- variable: disable_registration
label: "Disable User Registration"
description: "If set to true, registration will be disabled."
schema:
type: boolean
default: false
- variable: archive_limit
label: "Archive Limit"
description: "Adjusts how often a user can trigger a new archive for each link (in minutes)."
schema:
type: int
default: 5
# Include{serviceRoot}
- variable: main
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 2985
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: data
label: "App Data Storage"
description: "Stores the Application Data."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: Main Ingress
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -0,0 +1,10 @@
{{- define "linkwarden.secrets" -}}
{{- $secretName := (printf "%s-linkwarden-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }}
{{- $secret := randAlphaNum 32 -}}
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}}
{{- $secret = index .data "NEXTAUTH_SECRET" | b64dec -}}
{{- end }}
enabled: true
data:
NEXTAUTH_SECRET: {{ $secret }}
{{- end -}}

View File

@@ -0,0 +1,11 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render secrets for Linkwarden */}}
{{- $secrets := include "linkwarden.secrets" . | fromYaml -}}
{{- if $secrets -}}
{{- $_ := set .Values.secret "linkwarden-secrets" $secrets -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@@ -0,0 +1,60 @@
image:
repository: ghcr.io/linkwarden/linkwarden
pullPolicy: IfNotPresent
tag: v2.2.1@sha256:c948cdcf683ec7b6c634eb2a0e184e270e167401d41ef8e82f7ff64c61f39f9c
config:
nextauth_url: "http://example.com"
pagination_take_count: 20
autoscroll_timeout: 30
disable_registration: false
archive_limit: 5
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 2985
targetPort: 3000
workload:
main:
podSpec:
containers:
main:
env:
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: std
NEXTAUTH_SECRET:
secretKeyRef:
name: linkwarden-secrets
key: NEXTAUTH_SECRET
NEXTAUTH_URL: "{{ .Values.config.nextauth_url }}"
PAGINATION_TAKE_COUNT: "{{ .Values.config.pagination_take_count }}"
STORAGE_FOLDER: "data"
AUTOSCROLL_TIMEOUT: "{{ .Values.config.autoscroll_timeout }}"
NEXT_PUBLIC_DISABLE_REGISTRATION: "{{ .Values.config.disable_registration }}"
RE_ARCHIVE_LIMIT: "{{ .Values.config.archive_limit }}"
persistence:
data:
enabled: true
mountPath: "/data/data"
cnpg:
main:
enabled: true
database: linkwarden
user: linkwarden
portal:
open:
enabled: true

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: latest
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 8.4.0
appVersion: "8.4.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server
- https://github.com/Logitech/slimserver
type: application
version: 8.0.12
version: 8.0.13
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -1,7 +1,7 @@
image:
repository: lmscommunity/logitechmediaserver
pullPolicy: IfNotPresent
tag: 8.4.0@sha256:bb6a9a6f605ad24306aa2baf8f4b902d9e94462fb63ab8fc07ddb9fca852a333
tag: 8.4.0@sha256:d820d00b54b7ffda84b6c3d982dce9e3fe4052210f6c932ebc36688be5afddbc
service:
main:
ports:

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.2
appVersion: "23.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.2
appVersion: "23.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.4.0"
appVersion: "2.4.0-cent"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2023"
appVersion: "2023-11"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: RELEASE.20
appVersion: "RELEASE.20"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.2
appVersion: "23.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.3
appVersion: "23.11.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.3.4"
appVersion: "3.3.4-apac"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 27.1.3
appVersion: "27.1.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -29,7 +29,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 22.2.3
version: 22.2.5
annotations:
truecharts.org/category: cloud
truecharts.org/SCALE-support: "true"

View File

@@ -3,3 +3,5 @@ nextcloud:
enabled: true
collabora:
enabled: true
general:
accessIP: 127.0.0.1

View File

@@ -287,7 +287,7 @@ questions:
description: TXT
- value: XBitmap
description: XBitmap
- variable: Logging
- variable: logging
label: Logging Configuration
schema:
additional_attrs: true

View File

@@ -1,22 +1,35 @@
{{- define "nextcloud.accessurl" -}}
{{- $accessUrl := .Values.chartContext.APPURL -}}
{{- if or (contains "127.0.0.1" $accessUrl) (contains "localhost" $accessUrl) -}}
{{- if .Values.nextcloud.general.accessIP -}}
{{- $prot := "http" -}}
{{- $host := .Values.nextcloud.general.accessIP -}}
{{- $port := .Values.service.main.ports.main.port -}}
{{/*
Allowing here to override protocol and port
should be enough to make it work with any rev proxy
*/}}
{{- $accessUrl = printf "%v://%v:%v" $prot $host $port -}}
{{- end -}}
{{- end -}}
{{- $accessUrl -}}
{{- end -}}
{{- define "nextcloud.accesshost" -}}
{{- $accessUrl := (include "nextcloud.accessurl" $) -}}
{{- $accessHost := regexReplaceAll ".*://(.*)" $accessUrl "${1}" -}}
{{- $accessHost = regexReplaceAll "(.*):.*" $accessHost "${1}" -}}
{{- $accessHost -}}
{{- end -}}
{{/* Define the configmap */}}
{{- define "nextcloud.configmaps" -}}
{{- $fullname := (include "tc.v1.common.lib.chart.names.fullname" $) -}}
{{- $fqdn := (include "tc.v1.common.lib.chart.names.fqdn" $) -}}
{{- $accessUrl := .Values.chartContext.APPURL -}}
{{- if or (contains "127.0.0.1" $accessUrl) (contains "localhost" $accessUrl) -}}
{{- if .Values.nextcloud.general.accessIP -}}
{{- $prot := "http" -}}
{{- $host := .Values.nextcloud.general.accessIP -}}
{{- $port := .Values.service.main.ports.main.port -}}
{{/*
Allowing here to override protocol and port
should be enough to make it work with any rev proxy
*/}}
{{- $accessUrl = printf "%v://%v:%v" $prot $host $port -}}
{{- end -}}
{{- end -}}
{{- $accessHost := regexReplaceAll ".*://(.*)" $accessUrl "${1}" -}}
{{- $accessHost = regexReplaceAll "(.*):.*" $accessUrl "${1}" -}}
{{- $accessUrl := (include "nextcloud.accessurl" $) -}}
{{- $accessHost := (include "nextcloud.accesshost" $) -}}
{{- $accessHostPort := regexReplaceAll ".*://(.*)" $accessUrl "${1}" -}}
{{- $accessProtocol := regexReplaceAll "(.*)://.*" $accessUrl "${1}" -}}
{{- $redisHost := .Values.redis.creds.plainhost | trimAll "\"" -}}

View File

@@ -9,6 +9,18 @@
{{- $_ := mustMergeOverwrite .Values.configmap $configmaps -}}
{{- end -}}
{{/* Create hostAliases (resolve ingress host to Node/LB IP) */}}
{{- $hostAlias := (list (dict
"ip" .Values.nextcloud.general.accessIP
"hostnames" (
list (include "nextcloud.accesshost" $)
)
)) -}}
{{/* Add [hostAliases] to nextcloud and collabora pod */}}
{{- $_ := set .Values.workload.main.podSpec "hostAliases" $hostAlias -}}
{{- $_ := set .Values.workload.collabora.podSpec "hostAliases" $hostAlias -}}
{{/* Add [init perms] container to nextcloud */}}
{{- if not (get .Values.workload.main.podSpec "initContainers") -}}
{{- $_ := set .Values.workload.main.podSpec "initContainers" dict -}}

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "latest"
appVersion: "stable"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.202.8
appVersion: "0.202.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 5.3.3
appVersion: "5.3.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "17.0.0"
appVersion: "17.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.12.0"
appVersion: "5.12"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.1.2
appVersion: "0.1.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "7.8.0"
appVersion: "7.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 13.8.0
appVersion: "13.8.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: latest
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.10.4.408
appVersion: "1.10.4.408"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.2
appVersion: "23.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: pwndrop
version: 6.0.22
appVersion: 1.0.1
appVersion: "1.0.1"
description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV.
type: application
deprecated: false

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5de90278"
appVersion: "360b2295"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.11.2
appVersion: "23.11.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: quassel-core
version: 8.0.20
appVersion: 0.14.0
appVersion: "0.14.0"
description: Quassel-core is a modern, cross-platform, distributed IRC client.
type: application
deprecated: false

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: latest
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

Some files were not shown because too many files have changed in this diff Show More