Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to allow for ReadOnlyRootFilesystem #12

Open
PrivatePuffin opened this issue Sep 15, 2022 · 3 comments
Open

Adapt to allow for ReadOnlyRootFilesystem #12

PrivatePuffin opened this issue Sep 15, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@PrivatePuffin
Copy link

On deployment platforms such as kubernetes, an often deployed extra security precaution is "readOnlyRootFilesystem".
This basically means that unless storage/volumes are mounted an App cannot write anywhere.

As this is just a basic UI, it should be possible to adapt it in such a way that the writes are limited to specific folders that don't depend on content being present at start (aka: can be empty at start).

@Mozart409 Mozart409 self-assigned this Sep 19, 2022
@Mozart409 Mozart409 added enhancement New feature or request help wanted Extra attention is needed labels Sep 19, 2022
@Mozart409
Copy link
Owner

Yes u are right again. Do you have any examples how to do that or can you open a pr?

Thank you

@simonmcnair
Copy link

I don't see anywhere that this actually writes to the fs, although I'm not really a ts/react developer. I can only see env variables, and no logging.

Where are writes being written ?

@Mozart409
Copy link
Owner

There are no writes to the file system and I don't know how this could be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants