This repository contains a template file for easily deploying Veracrypt GUI as a Docker container on Unraid systems. The template utilizes the dcflachs/veracrypt-gui
Docker image to provide a web-based interface for Veracrypt operations.
- Web-based Veracrypt GUI interface
- Easy installation through Unraid's Docker interface
- Mapped storage paths for easy access
- Download the XML template file from this repository
- Place the file in your Unraid flash drive at:
/flash/config/plugins/dockerMan/templates-user/
- Navigate to the Unraid web interface
- Go to Docker tab
- Click "Add Container"
- Select "veracrypt" from the template dropdown
The template comes with the following pre-configured settings:
- Display Resolution: 1280x720 (configurable)
- Web Interface Port: 5800
- Mapped Paths:
/mnt/user/appdata/veracrypt-gui
→/config/
/mnt/user/containers
→/mnt/containers/
/mnt/disks
→/media/
For more detailed information, visit the USAGE GUIDE.
The container runs with the following specifications:
- Base Image: dcflachs/veracrypt-gui
- Network Mode: Bridge
- Privileged: Yes
- Shell: sh
- Web UI:
http://[IP]:[PORT:5800]
The template file includes all necessary configurations for container deployment, including:
- Volume mappings
- Network settings
- Environment variables
- Display parameters
For issues related to:
- Template configuration: Please open an issue in this repository
- Veracrypt GUI Docker image: Visit dcflachs/veracrypt-gui
- Unraid-specific questions: Visit the Unraid forums
MIT License
Copyright (c) [2024] [tornadox]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.