v1.0.19 preparation

This commit is contained in:
Pinga 2025-04-07 08:31:08 +03:00
parent 4d04f04e20
commit 05d929f9b4
4 changed files with 8 additions and 6 deletions

View file

@ -90,15 +90,15 @@ After installation, be sure to review all the guides in the Documentation sectio
To update, you **must run the update scripts sequentially** without skipping versions.
For example, if you're on **v1.0.16** and the latest is **v1.0.18**, first update to **v1.0.17**, then to **v1.0.18**.
- **v1.0.18 → v1.0.19**
Download and run the [`update1019.sh`](docs/update1019.sh) script.
- **v1.0.17 → v1.0.18**
Download and run the [`update1018.sh`](docs/update1018.sh) script.
- **v1.0.16 → v1.0.17**
Download and run the [`update1017.sh`](docs/update1017.sh) script.
- **v1.0.15 → v1.0.16**
Download and run the [`update1016.sh`](docs/update1016.sh) script.
For **older versions**, please refer to [`update.md`](docs/update.md).
### [Configuration Guide](docs/configuration.md)

View file

@ -177,7 +177,7 @@ ln -sf /usr/share/adminer/latest.php /usr/share/adminer/adminer.php
# --- Clone registry source code ---
echo "Cloning registry source code..."
git clone --branch v1.0.18 --single-branch https://github.com/getnamingo/registry /opt/registry
git clone --branch v1.0.19 --single-branch https://github.com/getnamingo/registry /opt/registry
# --- Firewall configuration using ufw ---
echo "Configuring firewall rules..."

View file

@ -254,7 +254,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.18 --single-branch https://github.com/getnamingo/registry /opt/registry
git clone --branch v1.0.19 --single-branch https://github.com/getnamingo/registry /opt/registry
echo "Setting up firewall rules..."
ufw allow 22/tcp

View file

@ -1,9 +1,11 @@
# Namingo Update Guide
## v1.0.0 to v1.0.15
## v1.0.0 to v1.0.16
You must run update scripts in order, without skipping versions. For example, if you're on 1.0.10 and the latest is 1.0.12, first update to 1.0.11, then to 1.0.12.
- v1.0.15 to v1.0.16 - download and run the [update1016.sh](docs/update1016.sh) script.
- v1.0.14 to v1.0.15 - download and run the [update1015.sh](docs/update1015.sh) script.
- v1.0.13 to v1.0.14 - download and run the [update1014.sh](docs/update1014.sh) script.