Commit Graph

51 Commits

Author SHA1 Message Date
bergware 1b0a985e95 Docker: fix settings page 2025-06-07 13:14:25 +02:00
Zack Spear b756fc463e Merge branch 'master' into master 2025-05-28 09:30:04 -07:00
bergware 6a30172d0f Docker settings: subnet selection starts at /25 2025-05-25 11:24:26 +02:00
bergware 27eeed1242 Docker settings: subnet selection starts at /24 2025-05-25 11:23:04 +02:00
Zack Spear 892e8b09b3 fix: enhance layout consistency in DockerSettings.page and DockerSettings.css
- Refactored DockerSettings.page to improve the structure and readability of checkbox and input elements using flexbox for better alignment.
- Updated DockerSettings.css to comment out unused styles for select and span elements, streamlining the CSS for improved maintainability.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-23 12:46:31 -07:00
Zack Spear 40565a9bda fix: enhance layout consistency in DockerSettings.page and VMSettings.page
- Added spacing between hidden input fields and submit buttons for improved layout consistency.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-22 12:36:03 -07:00
Zack Spear 91c40f393a fix: enhance layout consistency in DockerSettings.page
- Wrapped the Docker vDisk size input element in a span for improved layout structure.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-21 11:17:55 -07:00
Zack Spear 696d2e6b93 fix: dockersettings dhcp responsiveness 2025-05-20 16:52:28 -07:00
Zack Spear 1bb2f18369 fix: DockerSettings submit button wrap in span 2025-05-20 16:46:34 -07:00
Zack Spear b428634a42 fix: settings submit button wrap in span 2025-05-20 16:28:11 -07:00
Zack Spear bab342df7b Merge branch 'master' into feat/theme-helper-class 2025-05-05 10:46:17 -07:00
bergware 1e9b5acd37 Docker and VM: remove path do not exist warning 2025-04-25 11:52:25 +02:00
bergware 57c1684d7d Docker and VM: remove "path does not exist" warning 2025-04-24 09:19:01 +02:00
Zack Spear f041c83a92 feat: implement ThemeHelper class to centralize theme management and improve color handling across various pages 2025-04-07 11:44:58 -07:00
bergware 9f14e81621 Docker: allow independent IPv4 and IPv6 selection for configured networks 2025-03-19 13:09:17 +01:00
bergware 8fb1974de3 Docker: allow independent IPv4 and IPv6 selection for configured networks 2025-03-19 13:07:22 +01:00
bergware 94d1ee62f7 Wireless support - fine tuning 2025-02-07 15:17:43 +01:00
bergware 33725832f7 Restore htmlspecialchars function 2025-01-29 14:52:24 +01:00
bergware 642ff5357f Restore htmlspecialchars function 2025-01-29 14:50:50 +01:00
bergware 3f67aad40b Fix regression error 2025-01-18 05:43:20 +01:00
bergware 074a9daf7d Docker IPv6 corrections 2025-01-18 05:04:25 +01:00
bergware 144aab7450 Docker remover IPv6 DHCP option 2025-01-18 04:21:04 +01:00
tom mortensen e4316770d7 Merge pull request #1925 from dlandon/dropdowns_misplaced_andnot_working
Fix drop downs not working.
2024-11-20 10:17:05 -08:00
dlandon 998b10587e Fix drop downs not working. 2024-11-18 15:44:19 -06:00
Christoph Hummer 6f7b97e37a Fix for docker directory
- store path outside from function to not shorten path if users switches multiple times between `image` and `folder`
- make sure overlay2 is selected by default
2024-10-07 14:54:08 +02:00
Christoph Hummer f81118ffe3 Remove unnecessary comment 2024-07-31 21:33:50 +02:00
Christoph Hummer f9107ebe11 Always display storage driver when Docker is active 2024-07-31 12:02:05 +02:00
Christoph Hummer 9a6b62ae98 Bugfix for new installations 2024-07-31 10:55:30 +02:00
Christoph Hummer 1e41ac637d Bugfix for helptexts 2024-07-30 21:26:10 +02:00
Christoph Hummer 858a3aa999 Display storage driver with started array 2024-07-30 21:19:57 +02:00
Christoph Hummer 342619a567 Add WebUI option for overlay2
- switch between native and overlay2 storage drivers
2024-07-30 19:05:39 +02:00
dlandon 1524f2d69a Add "Docker PID Limit" to limit docker container PIDs. 2024-07-05 03:47:51 -05:00
dlandon a90d083cb0 Revert excluded folders. 2024-05-02 08:06:20 -05:00
dlandon 33b27f0a71 Put list of folders to be excluded in the file picker dropdown in a php variable for greater flexibility to make changes. 2024-04-27 11:13:59 -05:00
dlandon ff2328ddca Add pickexclude to file tree operations so folders can be excluded to minimize confusion. 2024-04-26 16:44:18 -05:00
bergware a0aed9059c Update DockerSettings.page 2023-12-03 17:47:38 +01:00
bergware e60f112959 Docker settings: always show custom network type
network type is forced to macvlan when no bridging is enabled
2023-11-03 11:29:25 +01:00
bergware 9cc9b70c54 Copyright update 2023-10-26 17:08:38 +02:00
bergware 202cb8c222 Move inline styling in page files to dedicated css files
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:

- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding

- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00
bergware 09042aff3f Docker settings: fix wrong size calculation function 2023-08-25 22:09:48 +02:00
bergware 835f2f1aa7 Revert "Docker settings: revert javascript floor function"
This reverts commit 3367eab76a.
2023-08-25 22:05:49 +02:00
bergware 3367eab76a Docker settings: revert javascript floor function 2023-08-25 21:17:39 +02:00
bergware 15db8bdd36 Docker settings: fix subnet sizes 2023-08-24 19:22:03 +02:00
bergware a2dca4bc03 Docker settings: fix subnet sizes 2023-08-24 18:42:37 +02:00
bergware aeda05bed7 Make bridge / macvtap selection per physical interface 2023-08-10 22:08:04 +02:00
bergware 180c4c2e91 Re-introduce macvlan / ipvlan selection when bridge is enabled 2023-08-10 03:26:04 +02:00
bergware f8d6560b79 New vhost network for both containers and VMs
User can enable / disable bridging to change network behavior.
Containers and VMs are automatically updated to the new network settings
2023-08-09 19:36:00 +02:00
bergware a734929342 Revert "Revised networking and docker macvlan usage"
This reverts commit 29ebdd8a9c.
2023-08-08 19:40:42 +02:00
bergware 29ebdd8a9c Revised networking and docker macvlan usage
- Create new interface(s), names macvlan as macvlan networks
- Attach docker macvlan to newly created macvlan network instead of interface
2023-08-08 09:10:08 +02:00
bergware e5b25761ea Network improvement: better IPv6 handling 2023-07-04 15:55:16 +02:00