headscale-tailscale-replace.../farmq-admin
시골약사 7aa08682b8 Implement smart Magic DNS copy with automatic port detection
### Magic DNS Smart Copy Features:
- **PBS servers**: Automatically append `:8007` port when copying
- **PVE servers**: Automatically append `:8006` port when copying
- **Other machines**: Copy Magic DNS address without port (existing behavior)

### UI Improvements:
- PBS servers: Blue button with `:8007` port hint
- PVE servers: Orange button with `:8006` port hint
- Enhanced tooltips with service-specific port information
- Visual distinction between different server types

### PBS Backup Server Monitoring:
- Complete PBS API integration with authentication
- Real-time backup/restore task monitoring with detailed logs
- Namespace-separated backup visualization with color coding
- Datastore usage monitoring and status tracking
- Task history with success/failure status and error details

### Technical Implementation:
- Smart port detection via JavaScript `addSmartPort()` function
- Jinja2 template logic for conditional button styling
- PBS API endpoints for comprehensive backup monitoring
- Enhanced clipboard functionality with user feedback

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-14 10:48:47 +09:00
..
flask-venv Add multi-host Proxmox support with SSL certificate handling 2025-09-13 00:03:25 +09:00
models Implement FarmQ Admin machine name display fix for Magic DNS 2025-09-13 23:28:20 +09:00
static/novnc 사이드바 브랜딩을 PharmQ Super Admin (PSA)로 업데이트 2025-09-11 13:45:29 +09:00
templates Implement smart Magic DNS copy with automatic port detection 2025-09-14 10:48:47 +09:00
utils Implement FarmQ Admin machine name display fix for Magic DNS 2025-09-13 23:28:20 +09:00
app.py Implement smart Magic DNS copy with automatic port detection 2025-09-14 10:48:47 +09:00
check_existing_data.py 사이드바 브랜딩을 PharmQ Super Admin (PSA)로 업데이트 2025-09-11 13:45:29 +09:00
config.py 🏥 Add complete FARMQ Admin Flask application 2025-09-09 17:44:56 +09:00
create_subscription_tables.py PharmQ SaaS 구독 서비스 관리 시스템 완전 구현 2025-09-11 19:48:12 +09:00
debug_machine.py 사이드바 브랜딩을 PharmQ Super Admin (PSA)로 업데이트 2025-09-11 13:45:29 +09:00
init_sample_data.py 사이드바 브랜딩을 PharmQ Super Admin (PSA)로 업데이트 2025-09-11 13:45:29 +09:00
requirements.txt 🏥 Add complete FARMQ Admin Flask application 2025-09-09 17:44:56 +09:00
Stable_PVE_Authentication_Strategy.md Add multi-host Proxmox support with SSL certificate handling 2025-09-13 00:03:25 +09:00
test_multiple_proxmox.py Add multi-host Proxmox support with SSL certificate handling 2025-09-13 00:03:25 +09:00
test_vnc_websocket.py Add multi-host Proxmox support with SSL certificate handling 2025-09-13 00:03:25 +09:00
VNC_Implementation_Technical_Documentation.md Add multi-host Proxmox support with SSL certificate handling 2025-09-13 00:03:25 +09:00
VNC_Network_Architecture_Issue.md Add multi-host Proxmox support with SSL certificate handling 2025-09-13 00:03:25 +09:00
VNC_WebSocket_Connection_Issue_Resolution.md Add multi-host Proxmox support with SSL certificate handling 2025-09-13 00:03:25 +09:00