tteck / Proxmox

Proxmox VE Helper-Scripts
https://Helper-Scripts.com
MIT License
11.68k stars 1.81k forks source link

Add new LXC: RabbitMQ #3268

Closed MickLesk closed 4 days ago

MickLesk commented 5 days ago

Description

RabbitMQ is a reliable and mature messaging and streaming broker, which is easy to deploy on cloud environments, on-premises, and on your local machine. It is currently used by millions worldwide.

Tested and works good For Documentation: Username: proxmox Password: proxmox

image image image

Type of change

Mellowlynx commented 5 days ago

I would like to see a random generate password that is shown at the end of the installation, and/or can be requested by running the update command. But I'm not sure if @tteck 1. agrees and 2. has a procedure/standard for login info in general.

MickLesk commented 5 days ago

I would like to see a random generate password that is shown at the end of the installation, and/or can be requested by running the update command. But I'm not sure if @tteck 1. agrees and 2. has a procedure for login info in general.

That is not a problem in itself. I just made it as simple as possible, but a base64 password (as we use it everywhere) is already possible. Let tteck decide, I can add the few lines afterwards.

tteck commented 5 days ago

I think it is time for you to stop copy/paste so much and look at the code before submitting.

MickLesk commented 5 days ago

I think it is time for you to stop copy/paste so much and look at the code before submitting.

I have to make a new proper template, I mostly use an old version from 2 months ago. There is too much getting lost. I'll invest some time this weekend for a better template

MickLesk commented 4 days ago

@tteck ive removed the locale part. i updated my local proxmox git (build.func, install.func ....) to your latest release. now i dont get errors. I dont know, why. i test it with verbose = yes and verbose = no. It works.

I think you can approve it that way.

I will build a new template today to minimize future rework

image