diff --git a/content/en/docs/Services/nextcloud.md b/content/en/docs/Services/nextcloud.md deleted file mode 100644 index 8c2be7f..0000000 --- a/content/en/docs/Services/nextcloud.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Nextcloud" -date: 2023-01-11T17:08:23+03:00 -weight: 2 -description: > - Swiss knife in the business of working together ---- - -Collaboration means file storage, document management, video conferencing, shared event calendars, and things like that. As a rule, people tend to trust personal life and business to third-party services. However, there is an option to keep it all on your own server. - -We choose [Nextcloud](https://nextcloud.com/) - free software for convenient scheduling and file storage. - -- [Official project website](https://nextcloud.com/) - - -# Authentication - -When creating a server, `admin` Nextcloud user is created with the password you've used for -your primary user. - -To add new users, go to the user administration panel, on the web interface of your Nextcloud. - -## Recommended clients - -- WEB interface: available after SelfPrivacy server configuration, at `https://cloud.YOUR.DOMAIN` -- [Official application](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS) - - -## How to reset the admin password - -To follow the steps below, you'll need to connect to the server via SSH with administrative rights. A basic understanding of the command line is beneficial ;) - -For detailed connection instructions, [click here](https://selfprivacy.org/docs/how-to-guides/root_ssh/). - - -After connecting, enter the following command: - -```nextcloud-occ user:resetpassword admin``` - -You will prompted for a new password, the characters will be hidden. - - -## FAQ - -### Nextcloud Updater does not work -It's fine, it should be. Nextcloud is updated via NixOS, and depends on our NixOS repository. Everything happens without your intervention. - -### Why can't I use my Nextcloud in third-party services? -This can happen if the third-party service has a restriction to only connect to a specific Nextcloud instance. - -### Should I use an extension to encrypt my Nextcloud? -We do not recommend it. The encryption keys are stored on the server, which makes such encryption practically useless. diff --git a/content/en/docs/Services/nextcloud/_index.md b/content/en/docs/Services/nextcloud/_index.md index 5e86804..06b121d 100644 --- a/content/en/docs/Services/nextcloud/_index.md +++ b/content/en/docs/Services/nextcloud/_index.md @@ -12,13 +12,12 @@ We choose [Nextcloud](https://nextcloud.com/) - free software for convenient sch - [Official project website](https://nextcloud.com/) - ## Authentication When creating a server, `admin` Nextcloud user is created with the password you've used for your primary user. -To add new users, +To add new users, 1. go to the user administration panel, on the web interface of your Nextcloud. @@ -33,13 +32,11 @@ To add new users, - WEB interface: available after SelfPrivacy server configuration, at `https://cloud.YOUR.DOMAIN` - [Official application](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS) - ## How to reset the admin password To follow the steps below, you'll need to connect to the server via SSH with administrative rights. A basic understanding of the command line is beneficial ;) -For detailed connection instructions, [click here](https://selfprivacy.org/docs/how-to-guides/root_ssh/). - +For detailed connection instructions, [click here](https://selfprivacy.org/docs/how-to-guides/root_ssh/). After connecting, enter the following command: @@ -47,14 +44,83 @@ After connecting, enter the following command: You will prompted for a new password, the characters will be hidden. - ## FAQ ### Nextcloud Updater does not work + It's fine, it should be. Nextcloud is updated via NixOS, and depends on our NixOS repository. Everything happens without your intervention. ### Why can't I use my Nextcloud in third-party services? + This can happen if the third-party service has a restriction to only connect to a specific Nextcloud instance. ### Should I use an extension to encrypt my Nextcloud? -We do not recommend it. The encryption keys are stored on the server, which makes such encryption practically useless. + +We do not recommend it. The encryption keys are stored on the server, which makes such encryption practically useless. + +### Adding Contacts + +1. Open your Nextcloud, click on the contacts icon in the top right corner. Then click on "Install the Contacts app". + +{{< imgproc nextcloud_add_contact Fill "1276x610" />}} + +2. Click "Download and enable". + +{{< imgproc nextcloud_add_contact2 Fill "1280x704" />}} + +3. Now you have a new item in the menu. + +{{< imgproc nextcloud_add_contact3 Fill "1278x726" />}} + +### Adding Calendar + +1. Click on your profile avatar in the top right corner. + +2. In the dropdown menu, click "Apps". + +3. You will be taken to the app store, go to the "Organization" category and find the "Calendar" app. + +4. Click "Download and enable". + +{{< imgproc nextcloud_add_contact4 Fill "1275x1169" />}} + +5. You now have another new item in the menu. + +{{< imgproc nextcloud_add_contact5 Fill "1281x465" />}} + +## Synchronizing Nextcloud Across Different Devices + +Download the [Nextcloud main app](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS). It will help you synchronize files. + +How to set up synchronization for contacts and calendar? Instructions for different systems and applications. + +- [iOS](https://docs.nextcloud.com/server/latest/user_manual/en/groupware/sync_ios.html#) +- [macOS](https://docs.nextcloud.com/server/latest/user_manual/en/groupware/sync_osx.html) +- [Windows 10](https://docs.nextcloud.com/server/latest/user_manual/en/groupware/sync_windows10.html) +- Android — see below + +- [Thunderbird](https://docs.nextcloud.com/server/latest/user_manual/en/groupware/sync_thunderbird.html) +- [KDE Kontact](https://docs.nextcloud.com/server/latest/user_manual/en/groupware/sync_kde.html) +- [GNOME Desktop](https://docs.nextcloud.com/server/latest/user_manual/en/groupware/sync_gnome.html) + +# How to Synchronize Nextcloud with an Android Smartphone? + +1. Download the [DAVx⁵ app](https://www.davx5.com/download/) on your Android device from [F-Droid](https://f-droid.org/de/packages/at.bitfire.davdroid/) or the [Google Play Store](https://play.google.com/store/apps/details?id=at.bitfire.davdroid). + +2. Open the app, and create a new account by tapping the "plus" button. + +3. In the account creation menu, select the last option "Nextcloud". + +4. The app will prompt you to enter the URL of your Nextcloud instance. The URL should look like: `https://cloud.YOUR.DOMAIN`. + +5. A browser will open. You need to log into your Nextcloud account and grant access. + +{{< imgproc nextcloud3 Fill "1134x466" />}} + +6. Return to the DAVx⁵ app. For the name, enter the email address registered in your Nextcloud account settings. + +7. In the "Contact group method" section, choose "Groups are categories of contacts". + +{{< imgproc nextcloud4 Fill "1200x573" />}} + +8. Select the data you want to synchronize. diff --git a/content/en/docs/Services/nextcloud/nextcloud1.png b/content/en/docs/Services/nextcloud/nextcloud1.png new file mode 100644 index 0000000..859d4ab Binary files /dev/null and b/content/en/docs/Services/nextcloud/nextcloud1.png differ diff --git a/content/en/docs/Services/nextcloud/nextcloud2.png b/content/en/docs/Services/nextcloud/nextcloud2.png new file mode 100644 index 0000000..e6103b0 Binary files /dev/null and b/content/en/docs/Services/nextcloud/nextcloud2.png differ diff --git a/content/en/docs/Services/nextcloud/nextcloud3.png b/content/en/docs/Services/nextcloud/nextcloud3.png new file mode 100644 index 0000000..9b46faf Binary files /dev/null and b/content/en/docs/Services/nextcloud/nextcloud3.png differ diff --git a/content/en/docs/Services/nextcloud/nextcloud4.png b/content/en/docs/Services/nextcloud/nextcloud4.png new file mode 100644 index 0000000..c709e30 Binary files /dev/null and b/content/en/docs/Services/nextcloud/nextcloud4.png differ diff --git a/content/en/docs/Services/nextcloud/nextcloud_add_contact.png b/content/en/docs/Services/nextcloud/nextcloud_add_contact.png new file mode 100644 index 0000000..5b2b07a Binary files /dev/null and b/content/en/docs/Services/nextcloud/nextcloud_add_contact.png differ diff --git a/content/en/docs/Services/nextcloud/nextcloud_add_contact2.png b/content/en/docs/Services/nextcloud/nextcloud_add_contact2.png new file mode 100644 index 0000000..e983c38 Binary files /dev/null and b/content/en/docs/Services/nextcloud/nextcloud_add_contact2.png differ diff --git a/content/en/docs/Services/nextcloud/nextcloud_add_contact3.png b/content/en/docs/Services/nextcloud/nextcloud_add_contact3.png new file mode 100644 index 0000000..fe1bf92 Binary files /dev/null and b/content/en/docs/Services/nextcloud/nextcloud_add_contact3.png differ diff --git a/content/en/docs/Services/nextcloud/nextcloud_add_contact4.png b/content/en/docs/Services/nextcloud/nextcloud_add_contact4.png new file mode 100644 index 0000000..143f169 Binary files /dev/null and b/content/en/docs/Services/nextcloud/nextcloud_add_contact4.png differ diff --git a/content/en/docs/Services/nextcloud/nextcloud_add_contact5.png b/content/en/docs/Services/nextcloud/nextcloud_add_contact5.png new file mode 100644 index 0000000..4f59431 Binary files /dev/null and b/content/en/docs/Services/nextcloud/nextcloud_add_contact5.png differ