-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
proxmox-datacenter-manager.xml
51 lines (51 loc) · 3.54 KB
/
proxmox-datacenter-manager.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<Container version="2">
<Name>proxmox-datacenter-manager</Name>
<Repository>devzwf/proxmox-datacenter-manager:2024.12.1alpha</Repository>
<Beta>True</Beta>
<Registry>https://hub.docker.com/r/devzwf/proxmox-datacenter-manager</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/183027-support-devzwf-proxmox-datacenter-manager/</Support>
<Project>https://github.com/proxmox/proxmox-datacenter-manager</Project>
<Overview>Proxmox Datacenter Manager
A stand-alone API + GUI product with the following main features for multiple instances of Proxmox VE, Proxmox Backup Server and potentially also Proxmox Mail Gateway in one central place:

* - Status and Health overview for the core resources. E.g., for PVE/PBS/PMG hosts, PVE guests or PBS backups
* - Basic Management of the core resources.
* - Connect those separate instances. E.g., cross-cluster VM live-migration.

The Datacenter Manager project has been developed with the objective of providing a centralized overview of all your individual nodes and clusters. It also enables basic management like migrations of virtual guests without any cluster network requirements.

ALPHA PREVIEW

default login : root:pdmpdm (please change)

more info : https://forum.proxmox.com/threads/proxmox-datacenter-manager-first-alpha-release.159323</Overview>
<Category>Productivity: Tools:</Category>
<WebUI>https://[IP]:[PORT:8443]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/pdm-logo.jpg</Icon>
<ExtraParams>--restart unless-stopped --cgroupns=host --mount type=tmpfs,destination=/run --mount type=tmpfs,destination=/run/lock</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1734760535</DateInstalled>
<DonateText>Don't donate to me! Instead, please donate the creators of the apps, but if you insist </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="PDM_TIMEZONE" Target="PDM_TIMEZONE" Default="America/Toronto" Mode="" Description="Timezone" Type="Variable" Display="always" Required="false" Mask="false">America/Toronto</Config>
<Config Name="Config" Target="/etc/proxmox-datacenter-manager" Default="/mnt/user/appdata/proxmox-datacenter-manager/config" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/proxmox-datacenter-manager/config</Config>
<Config Name="Data" Target="/var/lib/proxmox-datacenter-manager" Default="/mnt/user/appdata/proxmox-datacenter-manager/data" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/proxmox-datacenter-manager/data</Config>
<Config Name="Logs" Target="/var/log/proxmox-datacenter-manager" Default="/mnt/user/appdata/proxmox-datacenter-manager/data" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/proxmox-datacenter-manager/logs</Config>
<Config Name="Cgroup" Target="/sys/fs/cgroup" Default="/sys/fs/cgroup" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/sys/fs/cgroup</Config>
<Config Name="WebUI" Target="8443" Default="8443" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8443</Config>
<Changes>### 2024.12.25
- remove privileges mode as not needed
### 2024.12.21
- Update project link
- Update description
### 2024.12.20
- Initial Release</Changes>
</Container>