Skip to content

Commit

Permalink
Automatic documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Dec 4, 2024
1 parent 43a3ea0 commit a4038bc
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 0 deletions.
225 changes: 225 additions & 0 deletions docs/User-Guide_Armbian-Software/Media.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,230 @@ armbian-config --cmd MED012



***

## Syncthing Install

<!--- section image START from tools/include/images/MED015.png --->
[![Syncthing Install](/images/MED015.png)](#)
<!--- section image STOP from tools/include/images/MED015.png --->


<!--- header START from tools/include/markdown/MED015-header.md --->
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.

<!--- header STOP from tools/include/markdown/MED015-header.md --->

**Command:**
~~~
armbian-config --cmd MED015
~~~

**Author:** @igorpecovnik

**Status:** Stable


<!--- footer START from tools/include/markdown/MED015-footer.md --->
=== "Access to the web interface"

The web interface is accessible via port **8884**:

- URL: `https://<your.IP>: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
```

<!--- footer STOP from tools/include/markdown/MED015-footer.md --->



***

## 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

<!--- section image START from tools/include/images/MED020.png --->
[![Nextcloud Install](/images/MED020.png)](#)
<!--- section image STOP from tools/include/images/MED020.png --->


<!--- header START from tools/include/markdown/MED020-header.md --->
Nextcloud gives you access to all your files wherever you are.
<br>
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.

<!--- header STOP from tools/include/markdown/MED020-header.md --->

**Command:**
~~~
armbian-config --cmd MED020
~~~

**Author:** @igorpecovnik

**Status:** Stable


<!--- footer START from tools/include/markdown/MED020-footer.md --->
=== "Access to the web interface"

The web interface is accessible via port **443**:

- URL: `https://<your.IP>: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
```

<!--- footer STOP from tools/include/markdown/MED020-footer.md --->



***

## 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

<!--- header START from tools/include/markdown/MED027-header.md --->
ownCloud is a free and open-source software project for content collaboration and sharing and syncing of files in distributed and federated enterprise scenarios.

<!--- header STOP from tools/include/markdown/MED027-header.md --->

**Command:**
~~~
armbian-config --cmd MED027
~~~

**Author:** @igorpecovnik

**Status:** Stable


<!--- footer START from tools/include/markdown/MED027-footer.md --->
=== "Access to the web interface"

The web interface is accessible via port **7787**:

- URL: `http://<your.IP>: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
```

<!--- footer STOP from tools/include/markdown/MED027-footer.md --->



***

Binary file added docs/images/DAT001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/DAT005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/MED015.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/MED020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/MED927.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4038bc

Please sign in to comment.