Closed Exophobias closed 2 months ago
@v3DJG6GL
Hi @Exophobias I've just updated these applications:
Appreciate it!
Hello,
Would it be possible to add updates for:
If not that's fine. Thank you anyways for all the updates you pushed so far, it has been such a blessing!
@m-aar-ten Done:
Beware: I haven't checked their functionality since I don't use them. So always backup your data before updating!
Hi v3DJG6GL,
Can you also update:
Nzbget
Please? and thanks for updating the other apps too!
Hi @mivlives4ever
Hi there,
Could you please update Maintainerr and Bazarr?
Also, I tried installing the Factorio server but ran into a version mismatch. I managed to fix it by updating the image tag from:
image:
pullPolicy: IfNotPresent
repository: factoriotools/factorio
tag: stable@sha256:fae8a40742bd6fc42c92eac3956ad36737cf0ce5a31d2793438b65ad8b50d50a
to:
image:
pullPolicy: IfNotPresent
repository: factoriotools/factorio
tag: stable
To do this, I duplicated the old folder, changed the version numbers (e.g., from 8.0.9 to 8.1.0), and adjusted the app versions accordingly.
Is there any reason not to use the "stable" tag like this? I’ve technically updated Maintainerr as well, but I can’t update it in TrueNAS since it’s linked to the TrueCharts catalog. I’m hesitant to set it up again from scratch.
If what I did isn’t the best approach, I’d love to learn more and help out if you’d allow me! 😊
@v3DJG6GL
Hi @mivlives4ever
- NZBGet: Hasn't received an update since may, so no update for this app ;)
i keep getting an update screen when opening NZBGet...
@mivlives4ever The NZBGet app has been updated, but the Docker image that the app pulls from hasn't. This usually occurs because the application itself can be updated independently of the Docker image. The Docker image is maintained separately and might not always be updated immediately to reflect the latest version of the app. As a result, there can be a delay before the Docker image catches up with the latest app updates.
Here’s the link to the GitHub repository: GitHub Repository for NZBGet Docker image.
@v3DJG6GL
please help me😅
Hi there,
Could you please update Maintainerr and Bazarr?
Also, I tried installing the Factorio server but ran into a version mismatch. I managed to fix it by updating the image tag from:
image: pullPolicy: IfNotPresent repository: factoriotools/factorio tag: stable@sha256:fae8a40742bd6fc42c92eac3956ad36737cf0ce5a31d2793438b65ad8b50d50a
to:
image: pullPolicy: IfNotPresent repository: factoriotools/factorio tag: stable
To do this, I duplicated the old folder, changed the version numbers (e.g., from 8.0.9 to 8.1.0), and adjusted the app versions accordingly.
Is there any reason not to use the "stable" tag like this? I’ve technically updated Maintainerr as well, but I can’t update it in TrueNAS since it’s linked to the TrueCharts catalog. I’m hesitant to set it up again from scratch.
If what I did isn’t the best approach, I’d love to learn more and help out if you’d allow me! 😊
Hi @Niborian
Could you please update Maintainerr and Bazarr?
I've just updated:
Maintainer to v2.1.0
Bazarr is an application I use myself. I'll wait until the next stable version (v1.4.4) is published. This shouldn't take that much longer :) (atm already on beta 40... 🥲)
To do this, I duplicated the old folder, changed the version numbers (e.g., from 8.0.9 to 8.1.0), and adjusted the app versions accordingly.
I use following software to make changes to the catalog:
app_version.json
which helps a lot to copy the correct part of that file.To update an application, these files must be modified:
truecharts_archive\catalog.json
:
Search for your application and update following part for your
"latest_app_version": "2.0.3",
"latest_human_version": "2.0.3_3.0.9",
"last_update": "2024-05-29 12:35:14",
3.0.9
--> 3.1.0
(bump the chart version one version up)2.0.3
--> 3.1.0
(insert the app version you're updating to)2.0.3_3.0.9
--> 2.1.0_3.1.0
(chart version & app version combined together)2024-05-29 12:35:14
--> 2024-09-03 17:00:00
(take the approx. date & time when you're updating the app)truecharts_archive\stable\maintainerr\app_versions.json
:
Dublicate everything between
"3.0.9": {
"healthy": true,
"supported": true,
"healthy_error": null,
and
},
just before these lines where the information for the next older version starts:
"3.0.9": {
"healthy": true,
"supported": true,
"healthy_error": null,
2024-05-29 12:35:14
(take the date & time value you used at step one when modifying catalog.json
)2.0.3
(take the app version value you used at step one when modifying catalog.json
3.0.9
(take the chart version value you used at step one when modifying catalog.json
truecharts_archive\stable\maintainerr\3.0.9
and change the folder name to the chart version value you used at step one when modifying catalog.json
truecharts_archive\stable\maintainerr\3.1.0\Chart.yaml
2.0.3
(take the app version value you used at step one when modifying catalog.json
3.0.9
(take the chart version value you used at step one when modifying catalog.json
truecharts_archive\stable\maintainerr\3.1.0\ix_values.yaml
repository: jorenn92/maintainerr
pullPolicy: IfNotPresent
tag: 2.0.3@sha256:712e990afff98767a880284eb914fd5f2f5d76c5e8838c3f003fecdeb045b912
With some exceptions I always use the images which TrueCharts uses. I copy them from the TrueCharts repository: https://github.com/truecharts/charts/blob/master/charts/stable/maintainerr/values.yaml
I just updated the readme with this Tutorial :)
Is there any reason not to use the "stable" tag like this? I’ve technically updated Maintainerr as well, but I can’t update it in TrueNAS since it’s linked to the TrueCharts catalog. I’m hesitant to set it up again from scratch.
If what I did isn’t the best approach, I’d love to learn more and help out if you’d allow me! 😊
I am not sure if there's a huge difference. Since I copy-paste the tag image from the truecharts repository, I always copy-paste the sha256 checksum too. But I suppose in most cases it should also work without the checksum...
Please open a new issue if you're having further issues with Factorio
. Otherwise everyone gets spammed with these comments ;)
Hi there! I found your fork of the archive and I like most of what you are updating. I am wondering if you would be willing to add the following updates to your repository even though you do not use them. It would be greatly appreciated for my media setup and possibly others who find this fork.
If not, that is all good. Just wanted to at least shoot my shot and ask.
Appreciate the updates! Thanks