Commit Graph

245 Commits

Author SHA1 Message Date
tschettervictor
49f7ecf848 Show install steps in readme 2026-02-17 08:04:38 -07:00
JRGTH
5ed42b2965 Cosmetic changes, adjust options row position 2026-02-16 01:35:08 -04:00
JRGTH
d8ba1dd8fe Add resizable columns and auto-refresh option, thanks to rucko24
Ref: 0297db028d
2026-02-16 01:28:54 -04:00
JRGTH
0297db028d Merge pull request #22 from rucko24/feature/auto-refresh
Feature/auto-refresh
Enhancements
2026-02-16 01:16:46 -04:00
rubn
49dd1b78a1 🚧 fix refresh table, only with bastille_show_refresh_button 2026-02-16 04:34:28 +01:00
rubn
9e7d9680e1 🚧 show refresh button 2026-02-16 03:24:56 +01:00
rubn
acac7ae4fa 🚧 resize column 2026-02-16 02:59:41 +01:00
JRGTH
ff22169030 Code fixes and improvements, thanks to rucko24
a3e9af6935
2026-02-15 19:42:18 -04:00
JRGTH
a3e9af6935 Merge pull request #21 from rucko24/feature/fix-comment-in-maintenance-tab
🐛 remove { and add comment
2026-02-15 19:38:07 -04:00
rubn
3521facb84 🚧 Persist auto-refresh interval setting 2026-02-15 22:16:04 +01:00
rubn
2e67d7252f Enhance manager auto-refresh with interval control and selection persistence
This update improves the auto-refresh functionality on the Bastille manager page. It introduces a dropdown menu allowing users to select the refresh interval or disable it. Additionally, jail selections are now preserved across automatic refreshes, and action buttons are updated accordingly.
2026-02-15 21:52:30 +01:00
rubn
5b430f81c8 added .gitignore 2026-02-15 21:07:16 +01:00
rubn
20829a86c6 Merge branch 'master' into feature/auto-refresh 2026-02-15 21:05:43 +01:00
rubn
3fb2556946 🚧 autorefresh 2026-02-15 21:05:28 +01:00
rubn
9df9713ba7 🚧 remove { and add comment 2026-02-15 20:45:34 +01:00
JRGTH
b267ad2740 Performance and code improvements, thanks to rucko24 2026-02-15 13:32:25 -04:00
JRGTH
5ec9960848 Merge pull request #20 from rucko24/feature/bastille-manager-performance
Feature/bastille-manager-performance
2026-02-15 13:24:27 -04:00
rubn
ae6fcb9892 updated bastille_manager-lib.inc 2026-02-15 03:47:46 +01:00
rubn
126beefd6f bastille_manager_gui.php 2026-02-15 03:31:37 +01:00
JRGTH
d818e9a96c Check/update bastille config parameters on runtime 2026-02-05 23:59:40 -04:00
JRGTH
9c8043a71f Code improvements/fixes and dashboard cosmetic changes 2026-01-21 14:02:01 -04:00
JRGTH
17da884cb2 Minor cosmetic/wording changes 2025-12-25 03:20:47 -04:00
JRGTH
2610a95a70 Add auto/live export modes, add ZST compression.
This update adds auto and live export modes, also adds support for the fast lossless ZSTD compression algorithm.
2025-12-25 02:39:22 -04:00
tschettervictor
759d1d061d Update version 2025-12-24 15:19:03 -07:00
tschettervictor
df2d5a8f86 1.2.29 2025-12-24 15:18:51 -07:00
tschettervictor
8005ac109f —-safe > —-auto for backups 2025-12-24 15:15:45 -07:00
JRGTH
0f42237da9 Minor cosmetic/wording changes 2025-11-23 09:44:17 -04:00
JRGTH
5de394ffa8 Minor cosmetic/wording changes 2025-11-19 02:21:15 -04:00
JRGTH
2e7c30a48b Minor cosmetic/wording changes 2025-11-19 01:55:22 -04:00
JRGTH
cac84dc249 Add 'etcupdate' command, update bundled files
Add `etcupdate` missing command, update bundled files.
2025-11-17 09:05:09 -04:00
JRGTH
862582e066 Minor code changes/improvements 2025-11-02 05:11:40 -04:00
JRGTH
419b5dbb8a Check/update bastille config parameters on runtime 2025-11-02 04:55:19 -04:00
JRGTH
4831551b4f Make sure minor changes are always applied 2025-11-02 04:30:09 -04:00
JRGTH
7452d2a08e Check/update bastille config parameters on runtime 2025-10-28 15:00:59 -04:00
JRGTH
3deb377aae Allow install in zroot platform with optional zfs dataset
Allow extension installations in zroot platform with optional zfs user dataset
2025-10-23 15:46:41 -04:00
JRGTH
05e89da69d Fix typo in tarballs and cleanup, thanks to Lux 2025-10-21 10:05:03 -04:00
JRGTH
7e325df51b Update bastille_manager_tarballs.php 2025-10-18 14:17:43 -04:00
JRGTH
901983378c Fix typo in tarballs download page, thanks to Lux 2025-10-18 13:52:29 -04:00
JRGTH
307999ab54 Update README.md 2025-10-16 19:52:32 -04:00
JRGTH
0e3ceeee70 Check if bastille_zfs_enable is actually set to NO
Check if bastille_zfs_enable is actually set to NO before zfs disable
2025-10-13 07:33:21 -04:00
JRGTH
9c10025dfd Disable zfs warnings if bastille_zfs_enable = NO
Disable zfs activation warnings if bastille_zfs_enable is set to NO
2025-10-13 06:14:09 -04:00
JRGTH
fcfe6b47b4 Minor code changes/improvements 2025-10-05 02:54:23 -04:00
JRGTH
4b0745ce64 Make sure bastille-prefix ends with bastille 2025-10-05 02:26:29 -04:00
JRGTH
fb036a29da Fallback for custom bastille prefix name
Fallback for custom bastille prefix name, for example capitalized "Bastille" prefix.
2025-10-05 01:06:40 -04:00
JRGTH
3e8e2305ae Minor code improvements, clean stale pkg on error
Minor code improvements, clean stale pkg files on error.
2025-09-28 04:21:28 -04:00
JRGTH
c6d769e4d5 Add all bastille Linux flavors bootstrap options 2025-09-28 03:56:14 -04:00
JRGTH
d60abe962d Minor code improvements and cleanup 2025-09-23 14:42:53 -04:00
JRGTH
3a24390b0d Add Debian keyring and minor code changes 2025-09-23 11:12:05 -04:00
JRGTH
9a6ef9031e Code cleanup, remove unnecessary statement 2025-09-17 07:56:11 -04:00
JRGTH
21eaa96e26 Minor cosmetic/wording changes. 2025-09-17 03:41:57 -04:00