This commit is contained in:
Pinga 2025-02-11 16:38:39 +02:00
parent c806bdc73f
commit 61dcb6addc
2 changed files with 3 additions and 1 deletions

View file

@ -91,6 +91,8 @@ After installation, be sure to review all the guides in the Documentation sectio
If your current version is not immediately before the latest, you must run the update scripts sequentially for each version, e.g., from 1.0.3 to 1.0.4, then from 1.0.4 to 1.0.5, and so on, until you reach the latest version.
- v1.0.12 to v1.0.13 - backup registry, download and run the [update1013.sh](docs/update1013.sh) script.
- v1.0.11 to v1.0.12 - backup registry, download and run the [update1012.sh](docs/update1012.sh) script.
- v1.0.10 to v1.0.11 - backup registry, download and run the [update1011.sh](docs/update1011.sh) script.

View file

@ -246,7 +246,7 @@ EOF
wget "http://www.adminer.org/latest.php" -O /usr/share/adminer/latest.php
ln -s /usr/share/adminer/latest.php /usr/share/adminer/adminer.php
git clone --branch v1.0.12 --single-branch https://github.com/getnamingo/registry /opt/registry
git clone --branch v1.0.13 --single-branch https://github.com/getnamingo/registry /opt/registry
mkdir -p /var/log/namingo
chown -R www-data:www-data /var/log/namingo