From c033693da840faa968f4d8198552a2ee9509f21c Mon Sep 17 00:00:00 2001 From: DualStackAdmin <64967000+DualStackAdmin@users.noreply.github.com> Date: Thu, 9 Oct 2025 01:35:04 +0400 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 67fb76b..5788073 100644 --- a/README.md +++ b/README.md @@ -67,23 +67,14 @@ Before running the installation script, you must complete the following steps in ### II. Server Installation -1. **Requirements:** A fresh **Ubuntu 22.04 LTS** server. -2. Copy the `install.sh` script to the server. -3. Make the file executable: - ```bash - chmod +x install.sh - ``` -4. Run the script with `sudo`: - ```bash - sudo ./install.sh - ``` -5. The script will prompt you for the Azure credentials you gathered (Tenant ID, Client ID, Client Secret) and the list of admin emails who are allowed to use the application. -6. Wait for the installation process to complete. The script will output the IP address to access the application. +Log into your fresh **Ubuntu 22.04 LTS** server and run the following commands. -## Usage -- After the installation is finished, open a browser and navigate to `https://`. -- Accept the browser's security warning (this is normal for a self-signed certificate). -- You will be redirected to the Microsoft login page. Sign in with your authorized M365 account. -- **New Backup:** Used to start a new backup task. -- **Existing Backups:** Used to browse, search, and preview existing backups. -- **Tasks:** Used to monitor the status of background and completed tasks. +```bash +# Download the installation script from GitHub +wget [https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh](https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh) + +# Make the script executable +chmod +x install.sh + +# Run the script with sudo +sudo ./install.sh