Welcome to {{ brand_name }}!

Your free account is ready

{{ g.settings.get('welcome_message') or (brand_name ~ ' is a self-hosted Git hosting platform with integrated dev tools: version control, cloud shells, issue tracking, pull requests, and repository management.') }} Here are your Standard account limits:

Your Standard Access Includes
  • Simultaneous shells {{ g.settings.get('shell_max_standard', 1) }}
  • Private repo size (max) {{ g.settings.get('git_standard_private_repo_size_limit_mb', 100) }} MB
  • Public repo size (max) {{ g.settings.get('git_standard_public_repo_size_limit_mb', 1024) }} MB
  • Daily credits {{ g.settings.get('credits_standard_daily', 50) }}
  • Max credits stack {{ g.settings.get('credits_standard_max', 100) }}
  • Max repositories {{ g.settings.get('max_repos_standard', 10) }}
  • Max storage across repos {{ g.settings.get('max_storage_gb_standard', 1) }} GB