mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #398] 403 Forbidden #212
Reference in New Issue
Block a user
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 @vwkd on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/398
Problem
I'm trying to run
dufsvia podman on Fedora and mount the local directory to the/datadirectory as shown in the README and in #129. However, accessing the server URL gives a403 Forbiddenerror.If serving
.instead of the/datadirectory, the server returns the error when accessing the/dataURL path instead of the/URL path.Configuration
docker-compose.ymlLog
podman compose upEnvironment:
@sigoden commented on GitHub (Jun 12, 2024):
@vwkd
I copied your docker-compose.yaml file, then ran it, and everything works correctly.
Did you input the wrong username and password?
@vwkd commented on GitHub (Jun 12, 2024):
Turned out it was a SELinux issue and setting the permissions to
:Zas suggested by StackOverflow fixed it.