cyberpanel/dockerManager
usmannasir 3416943fc5 bug fix: quote errors 2025-09-30 12:31:09 +05:00
..
migrations Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
static/dockerManager Implement Docker network management features: Add endpoints for retrieving and creating Docker networks, and update container management to support network configuration and port mapping updates. Enhance UI for network selection and port editing in the container management interface. Update database schema to include network-related fields. 2025-09-21 21:14:34 +02:00
templates/dockerManager Implement Docker network management features: Add endpoints for retrieving and creating Docker networks, and update container management to support network configuration and port mapping updates. Enhance UI for network selection and port editing in the container management interface. Update database schema to include network-related fields. 2025-09-21 21:14:34 +02:00
.DS_Store Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
Dockerfile debian 13 ols fix 2025-09-18 01:29:38 +05:00
__init__.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
admin.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
apps.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
build.sh Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
container.py bug fix: quote errors 2025-09-30 12:31:09 +05:00
decorators.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
docker-compose.yml Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
dockerInstall.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
entrypoint.sh Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
models.py Implement Docker network management features: Add endpoints for retrieving and creating Docker networks, and update container management to support network configuration and port mapping updates. Enhance UI for network selection and port editing in the container management interface. Update database schema to include network-related fields. 2025-09-21 21:14:34 +02:00
pluginManager.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
signals.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
tests.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
urls.py Implement Docker network management features: Add endpoints for retrieving and creating Docker networks, and update container management to support network configuration and port mapping updates. Enhance UI for network selection and port editing in the container management interface. Update database schema to include network-related fields. 2025-09-21 21:14:34 +02:00
vhconf.conf Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
views.py Implement Docker network management features: Add endpoints for retrieving and creating Docker networks, and update container management to support network configuration and port mapping updates. Enhance UI for network selection and port editing in the container management interface. Update database schema to include network-related fields. 2025-09-21 21:14:34 +02:00