Email or username:

Password:

Forgot your password?
Top-level
Jonas Geiler

@dansup @pixelfed I'm not talking about .env files in particular, but about environment variables in general which might also come from docker compose files or kubernetes configuration files, which are most likely git-backed and can define environment variables

But don't worry about what I'm saying - not really experienced in building something big like Pixelfed 😅 Although an audit log would still be appreciated, especially when you have multiple admins 🙏🏼

3 comments
dansup

@jonasgeiler @pixelfed Oh I see, in terms of env variables, you will have the ability to disable the dashboard settings and just use docker or laravel .env variables.

We do have an Admin audit log, and I can extend it to the settings, but they would only track changes made via the web dashboard.

It would be too complicated to version .env changes.

Go Up