diff --git a/website/docs/community/showcase/restic-browser.mdx b/website/docs/community/showcase/restic-browser.mdx new file mode 100644 index 00000000..5642bb29 --- /dev/null +++ b/website/docs/community/showcase/restic-browser.mdx @@ -0,0 +1,11 @@ + +# Restic Browser + +

+
+

+ +[Restic-Browser](https://github.com/emuell/restic-browser) - A simple, cross-platform [restic](https://github.com/restic/restic) backup GUI for browsing and restoring restic repositories. + + + diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 1a788778..2407ecc5 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -36,6 +36,9 @@ function HomepageHeader() {
+
+ +
diff --git a/website/static/img/showcase/restic-browser-2.png b/website/static/img/showcase/restic-browser-2.png new file mode 100644 index 00000000..cf6f1a03 Binary files /dev/null and b/website/static/img/showcase/restic-browser-2.png differ