Add more credits, docs

This commit is contained in:
Jackzie 2025-04-16 17:24:29 -05:00
parent 29f2ea9817
commit 6fe7f69c02
2 changed files with 27 additions and 6 deletions

View file

@ -2,7 +2,7 @@
## Overview
This project takes heavily inspiration from [Seafile](https://www.seafile.com/) in its functionality and UI design. File hosting service with performance, ease of use, and being lightweight.
This project takes heavily inspiration from [Seafile](https://www.seafile.com/) in its functionality and UI design. File hosting service with performance, ease of use, and being lightweight.
Key features include:
@ -56,6 +56,13 @@ cargo run --release
Todo, will be available at https://git.jackz.me/jackz/storage/wiki
## Development
The server is written in Rust, using the [Rocket](https://rocket.rs/) framework and [handlebars](https://github.com/sunng87/handlebars-rust) for HTML templating.
The frontend is just HTML and CSS, using the [Bulma CSS framework](https://bulma.io). As little javascript as possible should be done for frontend work.
Contributions are welcome
# License
Available under the AGPL-3.0 license. [LICENSE](LICENSE)

View file

@ -4,11 +4,25 @@
<p>Open source project <a href="{{meta.repo_url}}"><b>{{ meta.app_name }}</b> (source code)</a></p>
<h4>Credits</h4>
<ul>
<li><a href="https://www.flaticon.com/free-icons/default" title="default icons">Default user icon created by kliwir art -
Flaticon</a></li>
<li><a href="https://webgradients.com/">https://webgradients.com/</a></li>
<li><a href="https://www.seafile.com/">https://www.seafile.com/</a> - For inspiration</li>
<li><a href="https://fontawesome.com/">https://fontawesome.com/</a> - For icons</li>
<li>
Frontend
<ul>
<li><a href="https://www.flaticon.com/free-icons/default" title="default icons">Default user icon created by kliwir art
-
Flaticon</a></li>
<li><a href="https://webgradients.com/">https://webgradients.com/</a></li>
<li><a href="https://www.seafile.com/">https://www.seafile.com/</a> - For inspiration</li>
<li><a href="https://fontawesome.com/">https://fontawesome.com/</a> - For icons</li>
<li><a href="https://bulma.io/">https://bulma.io/</a> - For the CSS framework / components</li>
</ul>
</li>
<li>
Backend
<ul>
<li><a href="https://rocket.rs/">https://rocket.rs/</a> - Web server</li>
<!-- TODO: add all dependencies :) -->
</ul>
</li>
</ul>
</div>