From e7064657232ff383c5d3bfb7b2acbd459fed66a0 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 17 Dec 2019 06:02:56 +0200 Subject: [PATCH] Removed old storage directories --- README.md | 5 +++-- storage/backups/db/.gitignore | 4 ---- storage/backups/files/.gitignore | 4 ---- storage/cache/.gitignore | 4 ---- storage/chronograf/.gitignore | 4 ---- storage/db/.gitignore | 4 ---- storage/files/.gitignore | 4 ---- storage/influxdb/.gitignore | 4 ---- 8 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 storage/backups/db/.gitignore delete mode 100644 storage/backups/files/.gitignore delete mode 100644 storage/cache/.gitignore delete mode 100644 storage/chronograf/.gitignore delete mode 100644 storage/db/.gitignore delete mode 100644 storage/files/.gitignore delete mode 100644 storage/influxdb/.gitignore diff --git a/README.md b/README.md index 6b13c6a357..bdd7e0e966 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Appwrite API services aim to make developer's life a lot easier by hiding the co Using Appwrite, you can easily manage user authentication with multiple sign-in methods, a database for storing and querying user and team data, storage and file management, image manipulation and cropping, schedule cron tasks and many other features to help you get more results in faster times and with a lot less code. +Appwrite can also integrate really well with your backend. Appwrite can word behind your own proxy facing your internal network, or alongside your own custom backend. You can use Appwrite server SDK to integrate your backend with Appwrite's APIs and webhooks. + [https://appwrite.io](https://appwrite.io) ![Appwrite](public/images/github.png) @@ -72,8 +74,7 @@ Getting started with Appwrite is as easy as creating a new project, choosing you ### Services -* [**Auth**](https://appwrite.io/docs/auth) - Manage user authentication using multiple sign-in methods and account recovery. -* [**Account**](https://appwrite.io/docs/account) - Manage current user account. Track and manage the user sessions, devices, and security audit log. +* [**Account**](https://appwrite.io/docs/account) - Manage current user authentication and account. Track and manage the user sessions, devices, sigin methods, and security audit log. * [**Users**](https://appwrite.io/docs/users) - Manage and list all project users when in admin mode. * [**Teams**](https://appwrite.io/docs/teams) - Manage and group users in teams. Manage memberships, invites and user roles within a team. * [**Database**](https://appwrite.io/docs/database) - Manage database collections and documents. Read, create, update and delete documents and filter lists of documents collections using an advanced filter with graph-like capabilities. diff --git a/storage/backups/db/.gitignore b/storage/backups/db/.gitignore deleted file mode 100644 index 86d0cb2726..0000000000 --- a/storage/backups/db/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore \ No newline at end of file diff --git a/storage/backups/files/.gitignore b/storage/backups/files/.gitignore deleted file mode 100644 index 86d0cb2726..0000000000 --- a/storage/backups/files/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore \ No newline at end of file diff --git a/storage/cache/.gitignore b/storage/cache/.gitignore deleted file mode 100644 index 86d0cb2726..0000000000 --- a/storage/cache/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore \ No newline at end of file diff --git a/storage/chronograf/.gitignore b/storage/chronograf/.gitignore deleted file mode 100644 index 86d0cb2726..0000000000 --- a/storage/chronograf/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore \ No newline at end of file diff --git a/storage/db/.gitignore b/storage/db/.gitignore deleted file mode 100644 index 86d0cb2726..0000000000 --- a/storage/db/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore \ No newline at end of file diff --git a/storage/files/.gitignore b/storage/files/.gitignore deleted file mode 100644 index 86d0cb2726..0000000000 --- a/storage/files/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore \ No newline at end of file diff --git a/storage/influxdb/.gitignore b/storage/influxdb/.gitignore deleted file mode 100644 index 86d0cb2726..0000000000 --- a/storage/influxdb/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore \ No newline at end of file