update links after codeberg migration
This commit is contained in:
@@ -102,7 +102,7 @@ docker compose up inventaire
|
||||
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 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
|
||||
cd docker-inventaire
|
||||
|
||||
@@ -6,7 +6,7 @@ cwd="$PWD"
|
||||
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user