fix: update repository URLs to point to the new Git server

This commit is contained in:
2025-06-13 16:05:32 +02:00
parent 01ae04046f
commit c8770241b7
3 changed files with 7 additions and 7 deletions

View File

@ -811,7 +811,7 @@ To install the HMAC File Server, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/PlusOne/hmac-file-server.git
git clone https://git.uuxo.net/uuxo/hmac-file-server.git
cd hmac-file-server
```
@ -1047,7 +1047,7 @@ You can run the HMAC File Server using Docker and Docker Compose for easy deploy
The easiest way to deploy with Docker is using the automated installer:
```bash
git clone https://github.com/PlusOne/hmac-file-server.git
git clone https://git.uuxo.net/uuxo/hmac-file-server.git
cd hmac-file-server
sudo ./installer.sh
```