tom mortensen
c9333ea955
Merge pull request #1616 from mtongnz/network-display-improvements
...
Network info display improvements
2024-08-08 23:16:15 -07:00
Christoph Hummer
17909f889e
Fix PHP Warning ( #3 )
...
- Fix PHP Warnings on Add Container page
2024-08-08 20:32:38 +12:00
Christoph Hummer
8cabad6f0d
Changes ( #2 )
...
* Changes
- Revert commit #ed5fe721d9cdfeb65148a5f12eebdf35729e1dfb
- Fix php errors
* Update DockerContainers.page
- Change `External IP:Port` to `LAN IP:Port`
2024-08-08 16:58:58 +12:00
Christoph Hummer
9c2aa45751
Minor improvements ( #1 )
...
* few changes, please test
* Change weird formatting
* Another formatting change
* Fix for `container:` networks
* Hide IPs/Ports when container is not running
* WebUI fix
- generate WebUI links correctly
- don't show WebUI from containers which use a `container:` network
2024-08-03 17:39:00 +12:00
mtongnz
27047c8832
fix: improve IP & port display further as per suggestions
2024-07-28 11:18:31 +12:00
mtongnz
4b3e8f2d46
fix: handle webUI link generation correctly
2024-07-20 13:23:56 +12:00
mtongnz
54a6e3dd13
fix: better display of ip & ports to avoid beginner confusion - from suggestions by @ich777
2024-07-20 12:04:30 +12:00
dlandon
ed9b8322d4
Fix clobbering CAs $cfg variable.
2024-07-09 14:57:58 -05:00
dlandon
1524f2d69a
Add "Docker PID Limit" to limit docker container PIDs.
2024-07-05 03:47:51 -05:00
mtongnz
ffabb996fc
fix: external ports not showing for non-bridge networks
2024-04-06 16:38:02 +13:00
Matt
4a4444229e
Apply suggestions from code review
...
Co-authored-by: FunkeCoder23 <12570656+FunkeCoder23@users.noreply.github.com >
2024-04-06 13:04:22 +13:00
ljm42
537149f206
Use Curl for network connectivity checks
2024-03-24 14:59:03 -07:00
ljm42
cb84d60e00
Remove special handling for file_get_contents(), use libcurl instead
2024-03-19 11:52:59 -07:00
ljm42
78dcc575d6
tidy
2024-03-18 15:12:31 -07:00
ljm42
ffcb5b11a1
Remove special handling for libcurl, use environment variables instead
2024-03-18 14:44:51 -07:00
ljm42
6d379a4dd6
Add outgoing proxy support
2024-03-17 20:23:51 -07:00
Robin Kluth
a702f65759
Fix getDockerJSON: If docker comms fail, return empty array (as expsected by everyone) instead if null. Fixes foreach() argument must be of type array|object, null given
2024-02-28 06:34:06 +01:00
tom mortensen
cfe667bc38
Merge pull request #1633 from Squidly271/patch-23
...
Docker: Add in AI as a category
2024-02-21 09:01:51 -08:00
Squidly271
b85cd55423
Update CreateDocker.php
2024-02-19 21:00:27 -05:00
Squidly271
e774c8a6a5
Docker ignore empty paths
2024-02-17 07:13:16 -05:00
tom mortensen
3b60e15ef0
Merge pull request #1582 from mtongnz/manager-fixes
...
Remove update buttons for non-dockerman containers
2024-02-15 09:37:53 -08:00
Squidly271
df4c1d72bd
PHP8 Fix
2024-02-10 15:30:41 -05:00
ljm42
0287d8dfac
my_logger: make the tag optional
2024-02-02 13:02:40 -07:00
ljm42
305e4648aa
logger - ensure params are escaped
2024-02-01 15:49:17 -07:00
mtongnz
083cd984ea
style: fix bizzare formatting glitches
2024-01-12 16:09:52 +13:00
mtongnz
3dda97319d
fix: don't return template for containers not managed by dockerman
2024-01-12 15:51:04 +13:00
mtongnz
064cac1110
fix: suppress error on template fetch
2024-01-12 15:46:43 +13:00
mtongnz
3d1b53d0ea
style: line up spacing
2024-01-12 15:45:53 +13:00
mtongnz
61e99a390e
fix: docker network info display (non dockerman & multiple networks)
2024-01-12 15:45:04 +13:00
mtongnz
37f1941027
fix: remove update buttons for non-dockerman containers
2024-01-12 15:25:43 +13:00
Reinhard Dietl
aec8f47942
Allow Docker image name to contain custom registry with a port specification.
2023-12-19 12:14:09 +01:00
tom mortensen
52a0c5387b
Merge pull request #1546 from bergware/master
...
Fixes and enhancements
2023-12-13 09:25:56 -08:00
bergware
a9daf52b33
Docker / VM: avoid unnecessary writes to flash device
2023-12-13 13:01:40 +01:00
Squidly271
c8f18dee44
PHP8 Fix
2023-12-12 18:27:06 -05:00
bergware
b09e015234
Docker: improved configuration styling
...
- added icon to variable type
2023-11-24 14:53:53 +01:00
bergware
72683fdab0
Copyright update
2023-10-26 17:18:00 +02:00
bergware
dc700749a2
Copyright update
2023-10-26 17:11:36 +02:00
bergware
ceeb125ba9
Use "null coalescing assignment" operator for $docroot
2023-10-26 14:00:15 +02:00
bergware
6d20bdc430
Make dialog window appearance more consistent
2023-10-25 18:50:51 +02:00
bergware
b3cd2b53dc
DockerContainers: remove redundant brackets
2023-10-16 18:18:35 +02:00
bergware
0f455a69a5
DockerClient: remove unnecessary assignment
2023-10-16 18:14:34 +02:00
bergware
3e1801faa0
Docker: minor style update
2023-10-15 15:18:09 +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
2f82d097b6
Make dialog boxes consistent
2023-10-14 14:41:17 +02:00
bergware
a2818218c6
Make dialog boxes consistent
2023-10-14 14:21:18 +02:00
bergware
ac0e67eeac
Updated logger registration
2023-10-03 10:21:19 +02:00
bergware
3903686c5f
Updated logger function to escape message part
2023-10-02 22:16:23 +02:00
bergware
3635320d14
New vhost network for both containers and VMs
2023-08-09 20:38:17 +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
Tom Mortensen
f9ec00b488
repo reorg
2023-06-02 12:49:33 -07:00