Update README.md

This commit is contained in:
DualStackAdmin 2025-10-09 01:35:04 +04:00 committed by GitHub
parent 165c510d8c
commit c033693da8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,23 +67,14 @@ Before running the installation script, you must complete the following steps in
### II. Server Installation ### II. Server Installation
1. **Requirements:** A fresh **Ubuntu 22.04 LTS** server. Log into your fresh **Ubuntu 22.04 LTS** server and run the following commands.
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.
## Usage ```bash
- After the installation is finished, open a browser and navigate to `https://<your_server_ip>`. # Download the installation script from GitHub
- Accept the browser's security warning (this is normal for a self-signed certificate). 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)
- 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. # Make the script executable
- **Existing Backups:** Used to browse, search, and preview existing backups. chmod +x install.sh
- **Tasks:** Used to monitor the status of background and completed tasks.
# Run the script with sudo
sudo ./install.sh