Guest User

Untitled

a guest
Nov 2nd, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. # LXC/VM
  2. root@nuc:~# pvesh get /cluster/resources --type vm --output-format json \
  3. | jq -r '
  4. group_by(.node)
  5. | sort_by(.[0].node)[]
  6. | "node: " + .[0].node,
  7. ( sort_by(.name)[] | .name ),
  8. ""
  9. '
  10. node: nuc
  11. actualbudget
  12. backblaze
  13. bootstrap
  14. changedetection
  15. garage
  16. gitea
  17. gitlab
  18. homeassistant
  19. immich
  20. irc
  21. jellyfin
  22. media
  23. metube
  24. nextcloud
  25. notesnook
  26. pangolin
  27. pbs-01
  28. pdf
  29. pdm
  30. plex
  31. privatebin
  32. prometheus
  33. pve-scripts
  34. reitti
  35. resume
  36. satisfactory
  37. searxng
  38. semaphore
  39. sonarqube
  40. unifi
  41. wallos
  42. warracker
  43. zitadel
  44.  
  45. node: ovh
  46. argus
  47. beszel
  48. caddy
  49. dns
  50. gotify
  51. hetzner
  52. mail
  53. npmplus
  54. patchmon
  55. pbs-02
  56. pulse
  57. uptimekuma
  58. zipline
  59.  
  60. node: xps
  61. ct-almalinux
  62. ct-alpine
  63. ct-centos
  64. ct-debian
  65. ct-fedora
  66. ct-opensuse
  67. ct-rockylinux
  68. ct-ubuntu
  69. test-cluster-migrate
  70. vm-debian
  71. vm-macos
  72. vm-windows
  73.  
  74. # Podman
  75. root@media:~# podman ps --format "table {{.Names}}"
  76. NAMES
  77. metube
  78. rdt-client
  79. sabnzbd
  80. vpn
  81. bazarr
  82. flaresolverr
  83. lidarr
  84. jellyseerr
  85. picard
  86. prowlarr
  87. radarr
  88. radarr-4k
  89. sonarr
  90. tautulli
  91. maloja
  92. navidrome-audiobooks
  93. navidrome-comedy
  94. navidrome-music
  95. deemix
  96. jdownloader
  97. qbittorrent
  98. slskd
  99.  
Add Comment
Please, Sign In to add comment