mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
chore: update README
This commit is contained in:
23
README.md
23
README.md
@@ -1,6 +1,6 @@
|
||||
<div align="center">
|
||||
<h1>Ironmount</h1>
|
||||
<h3>Keep your volumes in check!<br />One interface to manage all your storage</h3>
|
||||
<h3>Powerful backup automation for your remote storage<br />Encrypt, compress, and protect your data with ease</h3>
|
||||
<a href="https://github.com/nicotsx/ironmount/blob/main/LICENSE">
|
||||
<img src="https://img.shields.io/github/license/nicotsx/ironmount" />
|
||||
</a>
|
||||
@@ -9,7 +9,7 @@
|
||||
<img src="https://github.com/nicotsx/ironmount/blob/main/screenshots/volume-details.png?raw=true" alt="Demo" />
|
||||
<figcaption>
|
||||
<p align="center">
|
||||
Volume details view with usage statistics and health check status
|
||||
Backup management with scheduling and monitoring
|
||||
</p>
|
||||
</figcaption>
|
||||
</figure>
|
||||
@@ -20,16 +20,17 @@
|
||||
|
||||
## Intro
|
||||
|
||||
Ironmount is an easy to use web interface to manage your remote storage and mount them as local volumes on your server. Docker as a first class citizen, Ironmount allows you to easily mount your remote storage directly into your containers with few lines of code.
|
||||
Ironmount is a backup automation platform that helps you protect your data across multiple storage backends. Built on top of Restic, it provides an intuitive web interface to schedule, manage, and monitor encrypted backups of your remote storage. With support for Docker integration, Ironmount makes it easy to backup your container volumes automatically.
|
||||
|
||||
### Features
|
||||
|
||||
- ✅ Support for multiple protocols: NFS, SMB, WebDAV, Directory
|
||||
- 💾 Automated backups with encryption, compression and retention policies backed by Restic
|
||||
- 🔍 Keep an eye on your mounts with health checks and automatic remounting on error
|
||||
- 📊 Monitor your mounts usage with detailed statistics and graphs
|
||||
- 📡 Mount your remote storage as local folders
|
||||
- 🐳 Docker integration: mount your remote storage directly into your containers via a docker volume syntax
|
||||
- 💾 **Automated backups** with encryption, compression and retention policies powered by Restic
|
||||
- 📅 **Flexible scheduling** using cron expressions for automated backup jobs
|
||||
- 🔐 **End-to-end encryption** ensuring your data is always protected
|
||||
- 📦 **Snapshot management** with retention policies to optimize storage usage
|
||||
- 📊 **Monitoring and statistics** to track backup health and storage usage
|
||||
- ✅ **Multi-protocol support**: Backup from NFS, SMB, WebDAV, or local directories
|
||||
- 🔍 **Health checks** and automatic recovery to ensure backup reliability
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -58,9 +59,9 @@ docker compose up -d
|
||||
|
||||
Once the container is running, you can access the web interface at `http://<your-server-ip>:4096`.
|
||||
|
||||
## Docker volume usage
|
||||
## Backups
|
||||
|
||||

|
||||

|
||||
|
||||
## Third-Party Software
|
||||
|
||||
|
||||
BIN
screenshots/backups.png
Normal file
BIN
screenshots/backups.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 363 KiB |
Reference in New Issue
Block a user