mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #513] Suggestion for the documentation #292
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 @dhenry123 on GitHub (Dec 25, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/513
Hi
I was looking for a lighter solution than Nextcloud to host my files, and your solution is really cool.
Installed in a kubernetes cluster, I just had a slight problem with logs, the service is exposed behind a load balancer, and $remote_addr shows the load balancer ip address (expected).
Using your documentation https://github.com/sigoden/dufs?tab=readme-ov-file#log-format, I finally found the right variable: "$http_x_forwarded_for". it may help others...
Thank you so much.
@sigoden commented on GitHub (Dec 26, 2024):
Thank you for sharing.