Merge commit '3178acc5cb8415a72b646dbe77be05255d3966f3' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2025-01-23 13:38:23 +01:00
143 changed files with 741 additions and 1289 deletions

View File

@@ -8,6 +8,12 @@ namespace :mastodon do
prompt = TTY::Prompt.new
env = {}
if ENV['LOCAL_DOMAIN']
prompt.warn "It looks like you already configured Mastodon for domain '#{ENV['LOCAL_DOMAIN']}'."
prompt.warn 'Never re-run this task on an already-configured running server.'
next prompt.warn 'Nothing saved. Bye!' if prompt.no?('Continue anyway?')
end
clear_environment!
begin