noodle-run / noodle

Rethinking Student Productivity
https://noodle.run
GNU Affero General Public License v3.0
12.02k stars 763 forks source link

Allow build without env variables #344

Closed Byteingpython closed 1 year ago

Byteingpython commented 1 year ago

Is your feature request related to a problem? Please describe. Noodle is in its current state noy able to be shipped in any prebuilt form (e.g. Docker Container) Because the Environment variables are needed for the build.

Describe the solution you'd like A way to only provide those env Variables at runtime

Describe alternatives you've considered Dont ship any prebuilds

ixahmedxi commented 1 year ago

I actually disagree with this because of a few reasons:

I know it might be a pain at first, but it ensures that the application will work as intended and t3-env is a great package.