Komodo script compose variables, take 2. #801

Closed
opened 2025-11-20 04:54:15 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @Ingraved on GitHub (Mar 29, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

komodo

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/komodo.sh)"

📝 Provide a clear and concise description of the issue.

The same variable is re-used in the code producing unwanted results.
Line 74 on the install script reuses the KOMODO_DB_USERNAME variable from line 73 and should be KOMODO_DB_PASSWORD instead.
This bug results in the compose.env containing the following:

## DB credentials - Ignored for Sqlite
KOMODO_DB_USERNAME=8kYlXa7m1bVWQQbko2JXg
KOMODO_DB_PASSWORD=admin

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

  1. install komodo with defaults
  2. cat /opt/komodo/compose.env inside container

Paste the full error output (if available).

/opt/komodo/compose.env

## DB credentials - Ignored for Sqlite
KOMODO_DB_USERNAME=8kYlXa7m1bVWQQbko2JXg
KOMODO_DB_PASSWORD=admin

🖼️ Additional context (optional).

Follow up on https://github.com/community-scripts/ProxmoxVE/issues/3465

Originally created by @Ingraved on GitHub (Mar 29, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? komodo ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/komodo.sh)" ### 📝 Provide a clear and concise description of the issue. The same variable is re-used in the code producing unwanted results. Line 74 on the install script reuses the `KOMODO_DB_USERNAME` variable from line 73 and should be `KOMODO_DB_PASSWORD` instead. This bug results in the compose.env containing the following: ``` ## DB credentials - Ignored for Sqlite KOMODO_DB_USERNAME=8kYlXa7m1bVWQQbko2JXg KOMODO_DB_PASSWORD=admin ``` ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. 1. install komodo with defaults 2. cat /opt/komodo/compose.env inside container ### ❌ Paste the full error output (if available). /opt/komodo/compose.env ``` ## DB credentials - Ignored for Sqlite KOMODO_DB_USERNAME=8kYlXa7m1bVWQQbko2JXg KOMODO_DB_PASSWORD=admin ``` ### 🖼️ Additional context (optional). Follow up on https://github.com/community-scripts/ProxmoxVE/issues/3465
saavagebueno added the bug label 2025-11-20 04:54:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#801