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:
25
README.md
25
README.md
@@ -1,6 +1,6 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>Ironmount</h1>
|
<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">
|
<a href="https://github.com/nicotsx/ironmount/blob/main/LICENSE">
|
||||||
<img src="https://img.shields.io/github/license/nicotsx/ironmount" />
|
<img src="https://img.shields.io/github/license/nicotsx/ironmount" />
|
||||||
</a>
|
</a>
|
||||||
@@ -9,27 +9,28 @@
|
|||||||
<img src="https://github.com/nicotsx/ironmount/blob/main/screenshots/volume-details.png?raw=true" alt="Demo" />
|
<img src="https://github.com/nicotsx/ironmount/blob/main/screenshots/volume-details.png?raw=true" alt="Demo" />
|
||||||
<figcaption>
|
<figcaption>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
Volume details view with usage statistics and health check status
|
Backup management with scheduling and monitoring
|
||||||
</p>
|
</p>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Ironmount is still in version 0.x.x and is subject to major changes from version to version. I am developing the core features and collecting feedbacks. Expect bugs! Please open issues or feature requests
|
> Ironmount is still in version 0.x.x and is subject to major changes from version to version. I am developing the core features and collecting feedbacks. Expect bugs! Please open issues or feature requests
|
||||||
|
|
||||||
## Intro
|
## 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
|
### Features
|
||||||
|
|
||||||
- ✅ Support for multiple protocols: NFS, SMB, WebDAV, Directory
|
- 💾 **Automated backups** with encryption, compression and retention policies powered by Restic
|
||||||
- 💾 Automated backups with encryption, compression and retention policies backed by Restic
|
- 📅 **Flexible scheduling** using cron expressions for automated backup jobs
|
||||||
- 🔍 Keep an eye on your mounts with health checks and automatic remounting on error
|
- 🔐 **End-to-end encryption** ensuring your data is always protected
|
||||||
- 📊 Monitor your mounts usage with detailed statistics and graphs
|
- 📦 **Snapshot management** with retention policies to optimize storage usage
|
||||||
- 📡 Mount your remote storage as local folders
|
- 📊 **Monitoring and statistics** to track backup health and storage usage
|
||||||
- 🐳 Docker integration: mount your remote storage directly into your containers via a docker volume syntax
|
- ✅ **Multi-protocol support**: Backup from NFS, SMB, WebDAV, or local directories
|
||||||
|
- 🔍 **Health checks** and automatic recovery to ensure backup reliability
|
||||||
|
|
||||||
## Installation
|
## 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`.
|
Once the container is running, you can access the web interface at `http://<your-server-ip>:4096`.
|
||||||
|
|
||||||
## Docker volume usage
|
## Backups
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Third-Party Software
|
## 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