refactor: consolidate all data in /var/lib/ironmount

This commit is contained in:
Nicolas Meienberger
2025-11-08 10:40:25 +01:00
parent ba08c97681
commit 4aeebea5b2
4 changed files with 17 additions and 36 deletions

View File

@@ -25,15 +25,11 @@ Ironmount is an easy to use web interface to manage your remote storage and moun
### Features
- ✅  Support for multiple protocols: NFS, SMB, WebDAV, Directory
- 📡  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 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
### Coming soon
- Automated backups with encryption and retention policies
- Integration with cloud storage providers (e.g. AWS S3, Google Drive, Dropbox)
- 📡  Mount your remote storage as local folders
- 🐳  Docker integration: mount your remote storage directly into your containers via a docker volume syntax
## Installation
@@ -51,16 +47,7 @@ services:
devices:
- /dev/fuse:/dev/fuse
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /run/docker/plugins:/run/docker/plugins
- /var/lib/ironmount/volumes/:/var/lib/ironmount/volumes:rslave
- /var/lib/repositories/:/var/lib/repositories
- /proc:/host/proc:ro
- ironmount_data:/data
volumes:
ironmount_data:
driver: local
- /var/lib/ironmount/:/var/lib/ironmount/
```
Then, run the following command to start Ironmount: