diff --git a/INSTALL.MD b/INSTALL.MD index 9a4158c..6aa5d05 100644 --- a/INSTALL.MD +++ b/INSTALL.MD @@ -23,7 +23,7 @@ The installer provides two deployment methods: 1. **Download or clone the repository:** ```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 ``` @@ -332,7 +332,7 @@ Key metrics to monitor: - **Documentation**: See `README.MD` and `WIKI.MD` - **Protocol Details**: See `PROTOCOL_SPECIFICATIONS.MD` -- **Issues**: GitHub issue tracker +- **Issues**: https://git.uuxo.net/uuxo/hmac-file-server/issues - **Configuration**: All options documented in `WIKI.MD` ### Example Production Setup diff --git a/README.MD b/README.MD index 3d0928b..9886715 100644 --- a/README.MD +++ b/README.MD @@ -3,7 +3,7 @@ ## Overview The **HMAC File Server** ensures secure file uploads and downloads using HMAC authentication and JWT tokens. It incorporates comprehensive security features, file versioning, deduplication, ISO container support, virus scanning, and Unix socket support for enhanced flexibility. Redis integration provides efficient caching and session management. Prometheus metrics and graceful shutdown mechanisms ensure reliable and efficient file handling. -Special thanks to **Thomas Leister** for inspiration drawn from [prosody-filer](https://github.com/ThomasLeister/prosody-filer). +Special thanks to **Thomas Leister** for inspiration drawn from [prosody-filer](https://git.uuxo.net/uuxo/prosody-filer). ## Features - **Multiple Authentication Methods**: HMAC-based authentication and JWT token support @@ -40,7 +40,7 @@ Special thanks to **Thomas Leister** for inspiration drawn from [prosody-filer]( The easiest way to install HMAC File Server 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 ``` @@ -76,7 +76,7 @@ For detailed installation instructions, see [INSTALL.MD](INSTALL.MD). #### Steps 1. Clone the repository: ```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 ``` diff --git a/WIKI.MD b/WIKI.MD index eaa534a..2e6fddf 100644 --- a/WIKI.MD +++ b/WIKI.MD @@ -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 ```