@jonasgeiler @pixelfed the .env isn’t versioned, what’s the difference in changing .env vs on the web?
Top-level
@jonasgeiler @pixelfed the .env isn’t versioned, what’s the difference in changing .env vs on the web? 4 comments
@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. @jonasgeiler @pixelfed We already support this by setting `ENABLE_CONFIG_CACHE=false` btw https://github.com/pixelfed/pixelfed/blob/dev/config/instance.php#L93 |
@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 🙏🏼