Commit Graph

1220 Commits

Author SHA1 Message Date
tschettervictor
fedc7aa60c Remove message on return 1 2024-12-31 15:27:45 -07:00
tschettervictor
4bc76d5064 fix brace 2024-12-31 15:00:12 -07:00
tschettervictor
7a621b2e1a Merge branch 'master' into check_jail_exists-function 2024-12-31 14:58:50 -07:00
Barry McCormick
4365082bed Merge pull request #778 from tschettervictor/mount-fixes
Mount/Umount fixes and improvements
2024-12-31 13:44:50 -08:00
tschettervictor
9d7b727432 minor fix 2024-12-31 12:27:32 -07:00
Juan David Hurtado G
2c4ff17c6b Merge pull request #782 from BastilleBSD/setup-config-file
Improve bastille.conf handling with user prompt for creation
2024-12-29 15:25:46 -05:00
Juan David Hurtado G
0d5b92c052 Improve bastille.conf handling with user prompt for creation
Replaced ineffective default configuration generation logic with a user-interactive prompt. Users can now choose to create the configuration file with default values if it is missing, ensuring better control and clarity. Removed redundant code from the setup script to streamline execution.
2024-12-29 15:22:17 -05:00
Juan David Hurtado G
cc782130fa Merge pull request #779 from BastilleBSD/revert-pr-770
Revert "Merge pull request #770 from tschettervictor/patch-7"
2024-12-29 10:36:05 -05:00
Juan David Hurtado G
383f968685 Revert "Merge pull request #770 from tschettervictor/patch-7"
This reverts commit 649c337055, reversing
changes made to 7d3ca7b21b.
2024-12-29 10:29:03 -05:00
Barry McCormick
649c337055 Merge pull request #770 from tschettervictor/patch-7
Allow using template in custom directory
2024-12-27 21:10:20 -08:00
tschettervictor
281fab30e6 document unmounting 2024-12-27 16:39:33 -07:00
tschettervictor
0ebdb36a87 Better docs 2024-12-27 13:59:34 -07:00
tschettervictor
68a808863a Update docs 2024-12-27 13:56:03 -07:00
tschettervictor
08f5a9a755 fix for multiple spacing 2024-12-27 13:34:14 -07:00
tschettervictor
67185a5a42 fix for multiple spacing in directiry 2024-12-27 13:33:26 -07:00
tschettervictor
3dce542d6b add check_target_exists to common.sh 2024-12-27 12:15:26 -07:00
tschettervictor
5f8c79d277 allow mounting directories with spaces 2024-12-27 12:14:04 -07:00
tschettervictor
30aa0c1408 better error handling 2024-12-27 12:13:38 -07:00
tschettervictor
86fa464957 Merge branch 'BastilleBSD:master' into mount-fixes 2024-12-27 12:11:48 -07:00
tschettervictor
3c04a88947 Merge branch 'BastilleBSD:master' into check_jail_exists-function 2024-12-27 12:09:55 -07:00
tschettervictor
b736d770cb Merge branch 'BastilleBSD:master' into patch-7 2024-12-27 12:09:45 -07:00
Barry McCormick
7d3ca7b21b Merge pull request #769 from tschettervictor/patch-6
Fix pfctl being invoked when NAT is not used + change ip var to ip4
2024-12-27 11:04:11 -08:00
Barry McCormick
5837a256da Merge pull request #691 from vrachnis/patch-1
Fix alignment when listing jails with more than one IP address
2024-12-27 09:37:56 -08:00
tschettervictor
2bd06807ce Merge branch 'master' into check_jail_exists-function 2024-12-27 08:25:58 -07:00
tschettervictor
9b354c1a2f minor tweak 2024-12-27 08:18:33 -07:00
tschettervictor
82a8d5479b minor tweak 2024-12-27 08:17:49 -07:00
tschettervictor
db0f5c5e09 minor tweak 2024-12-27 08:16:38 -07:00
Barry McCormick
43b839ad0f Merge pull request #725 from tschettervictor/master
Support static MAC address + fix clone VNET jail
2024-12-26 22:41:53 -08:00
tschettervictor
a6e4902d26 Merge changes from previous PR 2024-12-26 08:40:27 -07:00
tschettervictor
0dd2fae1c1 bugfix for hashed name ending with b 2024-12-25 21:35:14 -07:00
tschettervictor
54bf9d6d53 move help into options block 2024-12-24 07:40:02 -07:00
tschettervictor
d293db2c54 move help into options block 2024-12-24 07:39:26 -07:00
tschettervictor
c8a4d74fb6 shellcheck disable 2104 2024-12-23 18:28:55 -07:00
tschettervictor
a5de4a93ff move mount and umount to no actions commands 2024-12-23 18:25:11 -07:00
tschettervictor
9d254357d0 bugfixes and code cleanup 2024-12-23 18:23:56 -07:00
tschettervictor
341db36103 set_target and error_continue functions 2024-12-23 18:23:31 -07:00
tschettervictor
d2dc83d320 bugfixes and code cleanup 2024-12-23 18:21:09 -07:00
tschettervictor
0413a94896 spacing 2024-12-21 21:45:27 -07:00
tschettervictor
5913fcc689 Update top.sh 2024-12-20 22:41:18 -07:00
tschettervictor
4a93f61c2a Update htop.sh 2024-12-20 22:41:00 -07:00
tschettervictor
d458ed8ee1 Update common.sh 2024-12-20 22:39:53 -07:00
tschettervictor
76983fa48c spacing 2024-12-20 08:53:56 -07:00
tschettervictor
6b4a897f62 Spacing 2024-12-20 08:51:46 -07:00
tschettervictor
54e886f682 missing sed command to add new description 2024-12-20 07:23:06 -07:00
tschettervictor
3f0a43046e Update clone.sh 2024-12-19 18:45:55 -07:00
tschettervictor
200321cf9b error handling 2024-12-19 16:59:41 -07:00
tschettervictor
5b68630df9 remove 0 2024-12-19 16:58:35 -07:00
tschettervictor
76e6113962 error handling 2024-12-19 16:57:36 -07:00
tschettervictor
cbcd3881b1 organize functions in alphabetical order 2024-12-19 16:55:01 -07:00
tschettervictor
52c8d8e464 Merge branch 'BastilleBSD:master' into check_jail_exists-function 2024-12-16 23:04:16 -07:00