htdocs/index.html (69 lines of code) (raw):
<p>
Welcome to the ASF Self-serve Portal. We offer a wide range of tools for projects, committers, users of our software and members of our communities.
You can request resources or change and configure existing ones without having to engage the Infrastructure team.
You'll find our current self-serve offerings in the three panels below, sorted by the access level you need in order to make a request.
If you do not have the required access level, contact someone in your project who has the appropriate access level and ask for their help.
The list of features is continuously expanding, and as more self-serve offers become available, they will appear in one of the lists on this landing page, as well as in
the navigation bar at the top of this page.
</p>
<div class="card bg-primary bg-opacity-10">
<div class="card-body">
<h5 class="card-title">Services available to all project committees</h5>
<p class="card-text">
These features are available to Foundation Members and anyone currently serving on a Project Management Committee (PMC) or
Podling Project Management Committee (PPMC).
You will have to authenticate via our OAuth service before you can submit requests.
</p>
<ul class="list-group">
<li class="list-group-item list-group-item-action"><a href="/jira-project.html"><i class="fa-brands fa-jira" style="color: seagreen; display: inline-block; width: 26px;"></i>Create a Jira project</a></li>
<li class="list-group-item list-group-item-action"><a href="/git.html"><i class="fa-brands fa-git-alt" style="color: orangered; display: inline-block; width: 26px;"></i>Create a Git repository</a></li>
<li class="list-group-item list-group-item-action"><a href="/mailinglist-new.html"><i class="fa-solid fa-envelopes-bulk" style="color: rebeccapurple; display: inline-block; width: 26px;"></i>Create a mailing list</a></li>
<li class="list-group-item list-group-item-action"><a href="/mailinglist-manage.html"><i class="fa-solid fa-envelope-circle-check" style="color: mediumvioletred; display: inline-block; width: 26px;"></i>Manage mailing lists</a></li>
<li class="list-group-item list-group-item-action"><a href="/confluence-new.html"><i class="fa-brands fa-confluence" style="color: dodgerblue; display: inline-block; width: 26px;"></i>Create a Confluence Wiki space</a></li>
<li class="list-group-item list-group-item-action"><a href="/confluence-archive.html"><i class="fa-brands fa-confluence" style="color: dodgerblue; display: inline-block; width: 26px;"></i>Archive a Confluence Wiki space</a></li>
</ul>
</div>
</div>
<br/>
<div class="card bg-primary bg-opacity-10">
<div class="card-body">
<h5 class="card-title">Services available to all committers of any ASF project</h5>
<p class="card-text">
These features are available to anyone with a committer account at the Foundation.
</p>
<ul class="list-group">
<li class="list-group-item list-group-item-action"><a href="/identity.html"><i class="fa-solid fa-id-card" style="color: goldenrod; display: inline-block; width: 26px;"></i>Edit your ASF identity</a></li>
<li class="list-group-item list-group-item-action"><a href="/identity.html#reset"><i class="fa-solid fa-user-lock" style="color: darkred; display: inline-block; width: 26px;"></i>Reset your password</a></li>
<li class="list-group-item list-group-item-action"><a href="/otp-calculator.html"><i class="fa-solid fa-calculator" style="color: royalblue; display: inline-block; width: 26px;"></i>OTP calculator</a></li>
</ul>
</div>
</div>
<br/>
<div class="card bg-primary bg-opacity-10">
<div class="card-body">
<h5 class="card-title">Services available to all contributors and users</h5>
<p class="card-text">
Features in this list are available to anyone. You do not need to be an ASF Member or a committer on any project to make use of them. All you need is a valid, working email address for verification purposes.
</p>
<ul class="list-group">
<li class="list-group-item list-group-item-action"><a href="/jira-account.html"><i class="fa-solid fa-user-plus" style="color: darkgreen; display: inline-block; width: 26px;"></i>Request a Jira account</a></li>
<li class="list-group-item list-group-item-action"><a href="/jira-account-reactivate.html"><i class="fa-solid fa-heart-pulse" style="color: darkgreen; display: inline-block; width: 26px;"></i>Reactivate a deactivated Jira account</a></li>
</ul>
</div>
</div>
<br/>
<br/>
<div class="card bg-success bg-opacity-10">
<div class="card-body">
<h5 class="card-title">Don't see what you need?</h5>
<p class="card-text">
Feel free to check out our <a href="https://www.apache.org/dev" target="_blank">introductory</a> and
<a href="https://infra.apache.org" target="_blank">detailed</a> online documentation.<br/>
We also have a <a href="https://cwiki.apache.org//confluence/display/INFRA/Index">Confluence Wiki</a> space with how-tos, use guides, and other more detailed information.<br/>
In addition, you can always file an <a href="https://issues.apache.org/jira/browse/INFRA">INFRA Jira ticket</a><br/>
<br/>
We welcome suggestions for other self-serve services and for general improvements to this portal and to other Infrastructure services.
Email the <a href="mailto:users@infra.apache.org">users AT infra</a> mailing list.
</p>
</div>
</div>