Cosmos website page lists /etc/sysconfig/CosmosCloud as config directory, this does not exist. #1649

Closed
opened 2026-02-05 01:52:00 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @imellor on GitHub (Sep 21, 2025).

Please verify that you have read and understood the guidelines.

yes

What type of issue is this?

Documentation

A clear and concise description of the issue.

The cosmos webpage here: https://community-scripts.github.io/ProxmoxVE/scripts?id=cosmos
Documents the configuration of Cosmos being here: /etc/sysconfig/CosmosCloud
The /etc/sysconfig/ directory does not exist

Which browser are you using?

Chrome

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

Go to container CLI
cd /etc/sysconfig/CosmosCloud

Originally created by @imellor on GitHub (Sep 21, 2025). ### Please verify that you have read and understood the guidelines. yes ### What type of issue is this? Documentation ### A clear and concise description of the issue. The cosmos webpage here: https://community-scripts.github.io/ProxmoxVE/scripts?id=cosmos Documents the configuration of Cosmos being here: /etc/sysconfig/CosmosCloud The /etc/sysconfig/ directory does not exist ### Which browser are you using? Chrome ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. _No response_ ### Please provide detailed steps to reproduce the issue. Go to container CLI cd /etc/sysconfig/CosmosCloud
OVERLORD added the website label 2026-02-05 01:52:00 +03:00
Author
Owner

@tremor021 commented on GitHub (Sep 22, 2025):

cd /etc/sysconfig/CosmosCloud

thats not a directory, you cant cd into it. Thats the path to a environment file
create it and put env variables inside

mkdir -p /etc/sysconfig
touch /etc/sysconfig/CosmosCloud
@tremor021 commented on GitHub (Sep 22, 2025): > cd /etc/sysconfig/CosmosCloud thats not a directory, you cant cd into it. Thats the path to a environment file create it and put env variables inside ```bash mkdir -p /etc/sysconfig touch /etc/sysconfig/CosmosCloud ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1649