https://github.com/cbsd/xigmajail
This is the XigmaNAS CBSD Extension for quickly create and manage FreeBSD jails
https://github.com/cbsd/xigmajail
Last synced: 6 months ago
JSON representation
This is the XigmaNAS CBSD Extension for quickly create and manage FreeBSD jails
- Host: GitHub
- URL: https://github.com/cbsd/xigmajail
- Owner: cbsd
- License: bsd-2-clause
- Created: 2024-04-30T20:06:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T20:22:18.000Z (over 1 year ago)
- Last Synced: 2024-11-26T20:28:42.328Z (over 1 year ago)
- Language: PHP
- Homepage: https://github.com/cbsd/xigmajail/
- Size: 181 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Description:**
This is the XigmaNAS CBSD Extension to quickly create and manage jails.

**Installation**
1) Install module, XigmaNAS:
*Tools > Command > Command* (paste line):
```
fetch --no-verify-peer https://raw.githubusercontent.com/cbsd/xigmajail/main/utils/cbsdjail_install.sh && chmod +x cbsdjail_install.sh && ./cbsdjail_install.sh && echo "=> Done!"
```
2) Make sure the 'Disable Extension Menu' checkbox is unset, XigmaNAS UI:
System > Advanced Setup -> Disable Extension Menu [ ] Disable scanning of folders for existing extension menus.
3) Initialize the working directory of the cbsd to any existing pool:
Extensions > CBSD jail

**Errata:**
Creating the first container may take a long time as the module downloads the base.txz ( FreeBSD base tarball ) archive from FreeBSD.org.
**Credits:**
Oleg Ginzburg (olevole)
Additional information on CBSD: https://github.com/cbsd/cbsd