Proxmox installation

Hello,

I’ve just discovered Gladys Assistant through an article on iGeneration.

I immediately searched for an installation on Proxmox at Proxmox VE Helper-Scripts ,

1 Like

Hi @MaAamie and welcome to the forum!

There are a few of us using Proxmox for Gladys.
Two solutions already: either run Gladys with the docker run from the docs, or with the docker compose.

For my part I go with the second because I can easily modify it via Portainer; here’s my guide with both solutions:

  • on your host, use the container creation script for an LXC Docker with Privileged mode
    1. docker run: no need for Portainer or Portainer Agent during installation via the script and once the LXC is installed, you can run the docker run command in the console of your newly created LXC (and that’s it).
    1. docker compose (we continue):
  • if you already have Portainer, no need to install it, however I recommend installing Portainer Agent
  • in Portainer, add a new Environment-Related as Docker Standalone, then Start Wizard
    image
  • add an Agent and enter the name and the IP:PORT of your LXC then Connect
    image
  • then click on your new environment, then Stacks and Add Stack: give your stack a name, paste the configuration from the docs, and confirm.

I just posted a message on GitHub; I’ll try to help the developer with the script.
Their script uses docker run; it’s the simplest, that’s true.

Don’t hesitate if you have any questions.

1 Like