Server setup complete

Congratulations! Your Solid server is now ready to use.
You can now visit its homepage.

<% if (initialize && !registration) { %>

Root Pod

Warning: the root Pod is publicly accessible.
Prevent public write and control access to the root by modifying its ACL document.

<% } %> <% if (registration) { %> <% if (createPod) { %>

Your new Pod

Your new Pod is located at <%= podBaseUrl %>.
You can store your documents and data there.

<% } %> <% if (createWebId) { %>

Your new WebID

Your new WebID is <%= webId %>.
You can use this identifier to interact with Solid pods and apps.

<% } %> <% if (register) { %>

Your new account

Via your email address <%= email %>, this server lets you log in to Solid apps with your WebID <%= webId %>

<% if (!createWebId) { %>

You will need to add the triple <%= `<${webId}> <${oidcIssuer}>.`%> to your existing WebID document <%= webId %> to indicate that you trust this server as a login provider.

<% } %> <% } %> <% } %>