diff --git a/docs/User-Guide_Armbian-Software/Media.md b/docs/User-Guide_Armbian-Software/Media.md index d121f255..802cc7e8 100644 --- a/docs/User-Guide_Armbian-Software/Media.md +++ b/docs/User-Guide_Armbian-Software/Media.md @@ -138,5 +138,230 @@ armbian-config --cmd MED012 +*** + +## Syncthing Install + + +[![Syncthing Install](/images/MED015.png)](#) + + + + +Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. + + + +**Command:** +~~~ +armbian-config --cmd MED015 +~~~ + +**Author:** @igorpecovnik + +**Status:** Stable + + + +=== "Access to the web interface" + + The web interface is accessible via port **8884**: + + - URL: `https://:8884` + - Username/Password: There is none, but it is highly suggested setting a password for this container. To do this go to Actions -> Settings -> set user/password for the webUI. + +=== "Directories" + + - Install directory: `/armbian/syncthing` + - Site configuration directory: `/armbian/syncthing/config` + - Data directory: `/armbian/syncthing/data1` `/armbian/syncthing/data2` + +=== "View logs" + + ```sh + docker logs -f syncthing + ``` + + + + + +*** + +## Syncthing Remove +**Command:** +~~~ +armbian-config --cmd MED016 +~~~ + +**Author:** @igorpecovnik + +**Status:** Stable + + + +*** + +## Syncthing Purge data folder +**Command:** +~~~ +armbian-config --cmd MED017 +~~~ + +**Author:** @igorpecovnik + +**Status:** Stable + + + +*** + +## Nextcloud Install + + +[![Nextcloud Install](/images/MED020.png)](#) + + + + +Nextcloud gives you access to all your files wherever you are. +
+Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices. Through Nextcloud you also access, sync and share your existing data on that FTP drive at the office, a Dropbox or a NAS you have at home. + + + +**Command:** +~~~ +armbian-config --cmd MED020 +~~~ + +**Author:** @igorpecovnik + +**Status:** Stable + + + +=== "Access to the web interface" + + The web interface is accessible via port **443**: + + - URL: `https://:443` + - Username/Password: admin / generate at first web interface login + +=== "Directories" + + - Install directory: `/armbian/nextcloud` + - Site configuration directory: `/armbian/nextcloud/config` + - Data directory: `/armbian/nextcloud/data` + +=== "View logs" + + ```sh + docker logs -f nextcloud + ``` + + + + + +*** + +## Nextcloud Remove +**Command:** +~~~ +armbian-config --cmd MED021 +~~~ + +**Author:** @igorpecovnik + +**Status:** Stable + + + +*** + +## Nextcloud Purge data folder +**Command:** +~~~ +armbian-config --cmd MED022 +~~~ + +**Author:** @igorpecovnik + +**Status:** Stable + + + +*** + +## Owncloud Install +**Command:** +~~~ +armbian-config --cmd MED025 +~~~ + +**Author:** @igorpecovnik + +**Status:** Stable + + + +*** + +## Owncloud Remove +**Command:** +~~~ +armbian-config --cmd MED026 +~~~ + +**Author:** @igorpecovnik + +**Status:** Stable + + + +*** + +## Owncloud Purge data folder + + +ownCloud is a free and open-source software project for content collaboration and sharing and syncing of files in distributed and federated enterprise scenarios. + + + +**Command:** +~~~ +armbian-config --cmd MED027 +~~~ + +**Author:** @igorpecovnik + +**Status:** Stable + + + +=== "Access to the web interface" + + The web interface is accessible via port **7787**: + + - URL: `http://:7787` + - Username/Password: admin / admin + +=== "Directories" + + - Install directory: `/armbian/owncloud` + - Site configuration directory: `/armbian/owncloud/config` + - Data directory: `/armbian/owncloud/data` + +=== "View logs" + + ```sh + docker logs -f owncloud + ``` + + + + + *** diff --git a/docs/images/DAT001.png b/docs/images/DAT001.png new file mode 100644 index 00000000..8d99844c Binary files /dev/null and b/docs/images/DAT001.png differ diff --git a/docs/images/DAT005.png b/docs/images/DAT005.png new file mode 100644 index 00000000..10d5269d Binary files /dev/null and b/docs/images/DAT005.png differ diff --git a/docs/images/MED015.png b/docs/images/MED015.png new file mode 100644 index 00000000..2080feb7 Binary files /dev/null and b/docs/images/MED015.png differ diff --git a/docs/images/MED020.png b/docs/images/MED020.png new file mode 100644 index 00000000..c7e12308 Binary files /dev/null and b/docs/images/MED020.png differ diff --git a/docs/images/MED927.png b/docs/images/MED927.png new file mode 100644 index 00000000..a35f54f0 Binary files /dev/null and b/docs/images/MED927.png differ