Email or username:

Password:

Forgot your password?
Top-level
Jonas Geiler

@dansup @pixelfed I hope there will at least be an audit log for settings changes when you can't rely on git-backed version control of the settings anymore

5 comments
dansup

@jonasgeiler @pixelfed the .env isnโ€™t versioned, whatโ€™s the difference in changing .env vs on the web?

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 ๐Ÿ™๐Ÿผ

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.

Jonas Geiler

@dansup @pixelfed Ohh okay, that's awesome then ๐Ÿ‘๐Ÿผ Looking great!

Go Up