1
0
Fork
You've already forked dungeon
0
A FreeBSD jail manager.
  • Lua 99.1%
  • Makefile 0.9%
Find a file
2026年03月30日 09:34:48 -04:00
bin make dng alias for faster typing 2026年01月02日 15:31:15 -05:00
src add restart command for jails 2026年03月30日 09:34:48 -04:00
.gitignore update gitignore and add dependencies 2026年02月21日 16:44:53 -05:00
dungeon-dev-1.rockspec update rockspec 2026年02月28日 07:49:00 -05:00
Makefile add makefile 2026年03月04日 21:50:39 -05:00
README.md update README 2026年03月04日 21:56:56 -05:00

dungeon

A simple FreeBSD jail manager written in Lua with a focus on creating, delete, upgrading, and backing up jails. No extra configuration files or initing the jail system on the host.

Dependencies

  • Lua 5.4
  • argparse
  • luafilesystem

Usage

Creating a jail

By default thin jails are created.

dungeon create my-jail

You can also use a shorthand version for save on typing:

dng c my-jail

Credits

  • jailer was the main inspiration