mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor: consolidate all data in /var/lib/ironmount
This commit is contained in:
21
README.md
21
README.md
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user