move roadmap to README

This commit is contained in:
Brian Picciano 2023-07-04 19:09:07 +02:00
parent 9c36ae1c7b
commit 95f7f97716
2 changed files with 6 additions and 19 deletions

View File

@ -93,4 +93,9 @@ Within the shell which opens you can do `cargo run` to start a local instance.
## Roadmap
Check out the `src/service/http_tpl/index.html` file for the current roadmap.
* Support for AAAA and CNAME records
* Support for more backends than just git repositories, including:
* IPFS/IPNS
* Alternative URLs (reverse proxy)
* Google Drive
* Dropbox

View File

@ -40,21 +40,3 @@ been set up.</p>
individuals for their community of friends and family. By making it super easy
to set up a domain we can help our non-technical folk own their own slice of
the internet, the way it was always intended.</p>
<h2>Roadmap</h2>
<p>Domani is very much a work in progress. The following functionality is
planned but not yet implemented:</p>
<ul>
<li>Support for AAAA and CNAME records</li>
<li>
Support for more backends than just git repositories, including:
<ul>
<li>IPFS/IPNS Hash</li>
<li>Alternative URL (reverse proxy)</li>
<li>Google Drive / Dropbox</li>
</ul>
</li>
<li>Scalable backend which requires only an S3 compatible database</li>
</ul>