#newinstance #instances Hey everyone, https://creativity.cafe is here! It's an instance for artists and creators of any kind - painters, glitch artists, musicians, writers, sculptors, whatever! And even just enthusiasts. If you're into art-y things and want to hang with other people who are too, come join us!

It's invite-only to keep it nice and cozy, but getting an invite is easy - just DM me what handle and email you want. :)

Please give me a little boost if you're into the idea! <3

@way How are you keeping it invite-only? I'm interested in this as well.

@foozmeat Specifically, these two commands:

bundle exec rails console production

then once in console:

User.new(email: '<email>', password: SecureRandom.hex, confirmed_at: Time.now.utc, account_attributes: { username: '<username>' }).save

@way Thanks!