mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-25 19:06:01 +03:00
[GH-ISSUE #565] There is file permissions issue in WebUi #61
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @buddudevelopers on GitHub (Nov 20, 2024).
Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/565
File permissions issue in WebUi on self hosted setup makes nginx display default page instead of the nuxt app. You need to edit docker file in web directory to add
RUN chmod -R 755 /usr/share/nginx/html@AchoArnold commented on GitHub (Nov 20, 2024):
Can you submit a PR @buddudevelopers ?
@AchoArnold commented on GitHub (Nov 27, 2024):
This is not needed. I just ran the docker build and I could run the frontend perfectly without any permission change.