update links after codeberg migration

This commit is contained in:
maxlath
2025-05-17 12:22:33 +02:00
parent 42ff34d0f0
commit 56c2dc08e3
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ docker compose up inventaire
Before updating to the latest version, check that there are no breaking changes. Before updating to the latest version, check that there are no breaking changes.
You can find your current version number by visiting fetching the URL `/api/config` on your domain (example: https://inventaire.io/api/config). You can find your current version number by visiting fetching the URL `/api/config` on your domain (example: https://inventaire.io/api/config).
You can find details about the changes since your version on this page: /home/maxlath/code/inventaire/inventaire/CHANGELOG.md. You can find details about the changes since your version on this page: /home/maxlath/code/inventaire/inventaire/CHANGELOG.md.
For changes marked to require data transformation, [some knowledge of CouchDB is recommended](https://docs.couchdb.org/en/stable/intro/index.html), as well as familiarizing yourself with the [recommanded way to export, transform and reimport data in CouchDB](https://github.com/inventaire/inventaire/blob/main/docs/administration/couchdb_data_transformations.md). For changes marked to require data transformation, [some knowledge of CouchDB is recommended](https://docs.couchdb.org/en/stable/intro/index.html), as well as familiarizing yourself with the [recommanded way to export, transform and reimport data in CouchDB](https://git.inventaire.io/inventaire/src/branch/main/docs/administration/couchdb_data_transformations.md).
```sh ```sh
cd docker-inventaire cd docker-inventaire

View File

@@ -6,7 +6,7 @@ cwd="$PWD"
cd ./inventaire cd ./inventaire
version=$(curl -s https://api.github.com/repos/inventaire/inventaire/tags | jq -r '.[].name' | head -n1 | sed 's/^v//') version=$(curl -s https://codeberg.org/api/v1/repos/inventaire/inventaire/tags | jq -r '.[].name' | head -n1 | sed 's/^v//')
echo -e "Latest version number found: \e[0;32m${version}\e[0m" echo -e "Latest version number found: \e[0;32m${version}\e[0m"