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

Make /app world-readable to better support non-root usage #523

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

vnznznz
Copy link
Contributor

@vnznznz vnznznz commented Apr 2, 2024

I suspect webrecorder/browsertrix#1625 is failing in CI because browsertrix-crawler sometimes needs to read from /app after launching. This causes errors with the non-root deployment.

@ikreymer
Copy link
Member

ikreymer commented Apr 3, 2024

Hm, we do set permissions on some of the files already, but I guess doesn't hurt to try. Can try it in the next beta release.

@ikreymer ikreymer merged commit 23fda68 into main Apr 3, 2024
4 checks passed
@ikreymer ikreymer deleted the world-readable-app-dir branch April 3, 2024 22:22
@ikreymer
Copy link
Member

ikreymer commented Apr 4, 2024

Actually, as is, this is slowing down the build, by 1.5min, as the chmod is expensive. We may need to find out which files need to be world-readable if this is the issue.

ikreymer added a commit that referenced this pull request Apr 4, 2024
ikreymer added a commit that referenced this pull request Apr 4, 2024
)

Reverts #523
The chmod operation is a bit slow, and in testing don't think the CI is related to chmod :/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants