azukaar / Cosmos-Server

☁️ The Most Secure and Easy Selfhosted Home Server. Take control of your data and privacy without sacrificing security and stability (Authentication, anti-DDOS, anti-bot)
https://cosmos-cloud.io
Other
2.97k stars 105 forks source link

[FEAT]: ENV store for common values, like binding paths and shared environment values #200

Closed BenKugler closed 4 months ago

BenKugler commented 4 months ago

Feature Description

I want to manage shared environment values and binding paths between my ServApps. Bonus if I'm able to import a ENV file.

azukaar commented 4 months ago

Env file support is not possible when the UI allows you to see and edit the runtime values of running containers, because editing them would by design remove the reference to the variables and flatten your files. Unless a solution is found I cannot implement this unfortunately