ok so, i’m trying to automate masto (glitch-soc, in fact) with the ansible playbook. The mastodon:setup task have to be run by hand. What exactly does it do? Can I run it non-interactively? Can I skip it and instead write a custom config file, maybe?
@gordon I believe all that it does is ask you a few config questions, generate some vapid keys, and write it all into .env.production, so yeah you could just do it yourself
@codl do you know how the VAPID_{PRIVATE,PUBLIC}_KEY vars are created?
@codl thanks