blog update, don't use filebrowser
All checks were successful
/ build (push) Successful in 33s

This commit is contained in:
Nycki 2025-03-17 20:03:24 -07:00
parent a80c0490b7
commit 9ce2a74486

View file

@ -1,5 +1,5 @@
---
date: 2025-02-04
date: 2025-03-16
title: filebrowser auth
description: look ma no keycloak
tags:
@ -84,3 +84,7 @@ References:
- <https://stackoverflow.com/questions/724599/setting-up-an-apache-proxy-with-authentication>
- <https://serverfault.com/questions/45278/authenticate-in-apache-via-system-account>
- <https://serverfault.com/questions/207301/get-the-authenticated-user-under-apache>
Update 2025-03-17: Don't do this until this issue is resolved: <https://github.com/filebrowser/filebrowser/issues/2658>
Basically: filebrowser does all operations as root, including file creation. So even if you restrict a user to their home directory, all the files they create will belong to root. Less than ideal. I'm looking into [ifm](https://github.com/misterunknown/ifm) as an alternative.