Grist-core code app

Hi
I have a selfhoted grist app at aws ec2 instsnce

I already build it from source and run it using docker it works fine

now if i need create new team and invite member it redirect me to that page:

Is there anyway to start create a team and invite members on my own app dirctly without select any plane frome pricing page or I have ro choose one.

and please can u tell me what is the grist-core build from source limitation.

thanks

If self-hosting, usually all you need is a single team, and the way to do that is to set the environment variable GRIST_SINGLE_ORG to the name of the team (should be any short lowercase identifier, such as a company name, using characters a-z, 0-9 and -; e.g. grist-labs or cool-beans).

thanks great it is work

sorry I have more question

now If I need to add postgress database and authantication how can I do that

There are a bunch of steps to run a solid self-managed server. Here’s the best collection of information for that: Self-managed Grist - Grist Help Center.

ok thank you so much