Commit Graph

2030 Commits

Author SHA1 Message Date
tschettervictor
df356fc881 Merge branch 'master' into list-jail-name 2025-04-14 20:55:38 -06:00
tschettervictor
5fe32b0b66 Merge pull request #949 from BastilleBSD/tschettervictor-patch-1
list: typo s > sed
2025-04-14 20:53:27 -06:00
tschettervictor
9fe20252d4 list: typo s > sed 2025-04-14 20:52:59 -06:00
tschettervictor
71bcc0cbd8 Merge pull request #948 from BastilleBSD/tschettervictor-patch-1
list: Properly list jail ip if subnet is included
2025-04-14 20:51:10 -06:00
tschettervictor
0ea6e1966d list: Properly list jail ip if subnet is included 2025-04-14 20:50:00 -06:00
tschettervictor
531cee5ba2 Merge pull request #947 from BastilleBSD/tschettervictor-patch-1
create: Fix jail not applying IP when IP already in use
2025-04-14 20:46:53 -06:00
tschettervictor
8e559b6114 create: Fix jail not applying IP when IP already in use 2025-04-14 20:46:43 -06:00
tschettervictor
de7fd2c928 Merge pull request #946 from BastilleBSD/tschettervictor-patch-1
list: Properly list jail ip on stopped thin jail
2025-04-14 20:34:30 -06:00
tschettervictor
12f7cf2027 list: Properly list jail ip on stopped thin jail 2025-04-14 20:34:17 -06:00
tschettervictor
8e5ac040c7 Merge pull request #945 from BastilleBSD/tschettervictor-patch-1
list: Fix listing jail IP with / subnet
2025-04-14 20:27:51 -06:00
tschettervictor
0235148989 list: Fix listing jail IP with / subnet 2025-04-14 20:27:36 -06:00
tschettervictor
c2a49ea645 Merge pull request #944 from BastilleBSD/tschettervictor-patch-1
create: Bugfix for attempling to create a -B with non-bridge interface
2025-04-14 15:39:11 -06:00
tschettervictor
bc5160b418 create: Bugfix for attempling to create a -B with non-bridge interface 2025-04-14 15:38:06 -06:00
tschettervictor
4107764d01 Merge pull request #943 from BastilleBSD/tschettervictor-patch-1
docs: Targeting subheadings
2025-04-14 15:30:21 -06:00
tschettervictor
159273e8ec docs: Targeting subheadings 2025-04-14 15:30:12 -06:00
tschettervictor
41756445be Merge pull request #941 from BastilleBSD/tschettervictor-patch-1
htop: Bugfix for binary location
2025-04-13 20:22:23 -06:00
tschettervictor
4d02ce7e37 htop: Bugfix for binary location 2025-04-13 20:22:10 -06:00
tschettervictor
38e5298009 Merge pull request #938 from BastilleBSD/tschettervictor-patch-3
docs: Be more clear on priority value
2025-04-11 17:32:35 -06:00
tschettervictor
cf55e96025 docs: Be more clear on priority value 2025-04-11 17:32:22 -06:00
tschettervictor
ccc126d89d Merge pull request #936 from BastilleBSD/tschettervictor-patch-3
docs: Fix code block
2025-04-11 17:04:19 -06:00
tschettervictor
59d06b36cc docs: Fix code block 2025-04-11 16:43:40 -06:00
tschettervictor
8d985f39a3 Merge pull request #935 from BastilleBSD/tschettervictor-patch-1
docs: Fix mount shell block
2025-04-11 16:37:01 -06:00
tschettervictor
cbaf042e5d docs: Fix mount shell block 2025-04-11 16:36:39 -06:00
Barry McCormick
07f532dec6 Merge pull request #930 from JRGTH/destroy_cmd_bugfix
Don't delete jail content on error, cleanup
2025-04-11 08:17:49 -07:00
tschettervictor
c57613f9ea list: Retain support if someone specifies -a or all to list all 2025-04-10 16:33:21 -06:00
tschettervictor
01ce1b5e78 list: List all without having to specify -a or all 2025-04-10 16:30:57 -06:00
tschettervictor
dfa8f1105b Merge pull request #934 from BastilleBSD/tschettervictor-patch-1
docs: Upgrading thick jails doesn’t need bootstrapped release
2025-04-10 14:16:40 -06:00
tschettervictor
e3dfa3f535 docs: Upgrading thick jails doesn’t need bootstrapped release 2025-04-10 14:16:02 -06:00
tschettervictor
c242dcf7c4 Merge pull request #933 from tschettervictor/more-doc-fixes
docs: clearer boot and priority
2025-04-10 13:36:16 -06:00
tschettervictor
2c7d0cb3d4 docs: clearer boot and priority 2025-04-10 13:35:54 -06:00
tschettervictor
a6aa1686f1 Merge pull request #932 from BastilleBSD/tschettervictor-patch-1
docs: Add note that boot and prio will show on list command
2025-04-10 06:56:55 -06:00
tschettervictor
79f11dd61a docs: Add note that boot and prio will show on list command 2025-04-10 06:56:44 -06:00
tschettervictor
e775c93541 Merge pull request #931 from tschettervictor/doc-fixes
docs: Once over error correction
2025-04-10 06:54:16 -06:00
tschettervictor
37be5e52c8 docs: Once over error correction 2025-04-10 06:53:03 -06:00
Barry McCormick
fa920de72e Merge pull request #929 from tschettervictor/doc-fixes
docs: Fix typos and errors + clarify some things
2025-04-09 21:57:26 -07:00
JRGTH
a71d55b15e Don't delete jail content on error, cleanup
Don't delete jail content on busy datasets by default, cleanup.
2025-04-09 19:51:54 -04:00
tschettervictor
fbb1c5367f Update installation.rst 2025-04-09 17:36:16 -06:00
Barry McCormick
904f8557c2 Merge pull request #921 from BastilleBSD/console-multiple-targets
console: Allow multiple targets
2025-04-05 20:37:36 -07:00
tschettervictor
4b2eeed5a3 Merge pull request #923 from BastilleBSD/tschettervictor-patch-1
upgrade: Check release before jail
2025-04-04 17:37:26 -06:00
tschettervictor
752d521c25 upgrade: Check release before jail 2025-04-04 17:37:15 -06:00
tschettervictor
a3525aedfa Merge pull request #922 from BastilleBSD/tschettervictor-patch-1
upgrade: Fix bug when upgrading thin jails
2025-04-04 16:16:02 -06:00
tschettervictor
323f2fa590 upgrade: Fix bug when upgrading thin jails 2025-04-04 16:15:05 -06:00
tschettervictor
d211c67c0a console: Continue on jail not running 2025-04-04 15:58:46 -06:00
tschettervictor
babdfd7f5b fix shellcheck 2025-04-04 15:57:32 -06:00
tschettervictor
a38a76843a console: Allow multiple targets 2025-04-04 15:55:48 -06:00
tschettervictor
d625486847 list: Fix JSON listing 2025-04-03 16:27:18 -06:00
tschettervictor
8ec3003fe2 list: Do not list Path and Hostname + list Name
#914 

This will now list Name after JID, and will not list Path or Hostname.

I've left the relevant code included in case we want to list it in the future.
2025-04-03 16:23:09 -06:00
Barry McCormick
321a0975e0 Merge pull request #917 from BastilleBSD/tschettervictor-patch-1
list: Fix listing JSON when multiple IPs
2025-04-02 21:09:25 -07:00
tschettervictor
599c7bf3a7 list: Fix listing JSON when multiple IPs 2025-04-02 13:48:36 -06:00
Barry McCormick
aa3baddf64 Merge pull request #910 from BastilleBSD/limits-clear-reset
limits: Add clear, reset, stats, show, add, remove  as commands
2025-04-02 07:46:49 -07:00