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

Q: File permissions for assets #30

Open
viharm opened this issue Apr 5, 2024 · 2 comments
Open

Q: File permissions for assets #30

viharm opened this issue Apr 5, 2024 · 2 comments

Comments

@viharm
Copy link

viharm commented Apr 5, 2024

I have recently updgraded from 1.1.6 to 1.5.1 and noticed that my custom images (for use as icons) were no longer accessible. I had to change file permissions to read (& execute for dirs) by "all" to allow the app to use them.

Has something fundamentally changed?

@viharm viharm changed the title File permissions for assets Q: File permissions for assets Apr 5, 2024
@notclickable-jordan
Copy link
Owner

The move from a React site to Node-generated static HTML may have caused this. The page is being served by a nginx web server now instead of Vite's internal engine.

I apologize for the trouble, but beyond that I didn't change any handling of images. I hope it works now.

@viharm
Copy link
Author

viharm commented Apr 5, 2024

The page is being served by a nginx web server now instead of Vite's internal engine.

Ok, thanks. Good to know.

I apologize for the trouble, but beyond that I didn't change any handling of images. I hope it works now.

Not at all. Just trying to avoid opening up all permissions. So, good to understand how it is deployed; and which user runs the process.

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

No branches or pull requests

2 participants