diff --git a/README.md b/README.md index 405e5ff..04bc3c6 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,24 @@ StrictModes must be disabled because the files will all be owned by the keys-syn The file `/var/local/keys-sync/keys-sync` must exist, with the same contents as the `config/keys-sync.pub` file in order for the synchronization daemon to authenticate. +Screenshots +----------- + +### Homepage overview +![Homepage overview](public_html/screenshot-home.png) + +### Server listing +![Server listing](public_html/screenshot-servers.png) + +### Server account access management +![Server account access management](public_html/screenshot-account.png) + +### Activity log +![Activity log](public_html/screenshot-activity.png) + +### Getting started guide for new users +![Getting started guide for new users](public_html/screenshot-getting-started.png) + License ------- diff --git a/public_html/screenshot-account.png b/public_html/screenshot-account.png new file mode 100644 index 0000000..54f98f6 Binary files /dev/null and b/public_html/screenshot-account.png differ diff --git a/public_html/screenshot-activity.png b/public_html/screenshot-activity.png new file mode 100644 index 0000000..48cf91c Binary files /dev/null and b/public_html/screenshot-activity.png differ diff --git a/public_html/screenshot-getting-started.png b/public_html/screenshot-getting-started.png new file mode 100644 index 0000000..939f368 Binary files /dev/null and b/public_html/screenshot-getting-started.png differ diff --git a/public_html/screenshot-home.png b/public_html/screenshot-home.png new file mode 100644 index 0000000..197f88e Binary files /dev/null and b/public_html/screenshot-home.png differ diff --git a/public_html/screenshot-servers.png b/public_html/screenshot-servers.png new file mode 100644 index 0000000..bd9318e Binary files /dev/null and b/public_html/screenshot-servers.png differ