-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Tearran-patch-2
- Loading branch information
Showing
24 changed files
with
820 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
=== "Configuration" | ||
|
||
Database access configuration is done at first install: | ||
- create root password | ||
- create database | ||
- create normal user | ||
- create password for normal user | ||
|
||
- Database host: `<your.IP>` | ||
|
||
=== "Directories" | ||
|
||
- Install directory: `/armbian/mariadb` | ||
- Site configuration directory: `/armbian/mariadb/config` | ||
|
||
=== "View logs" | ||
|
||
```sh | ||
docker logs -f mariadb | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Mariadb is one of the most popular database servers. Made by the original developers of MySQL. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
=== "Access to the web interface" | ||
|
||
The web interface is accessible via port **8071**: | ||
|
||
- URL: `https://<your.IP>:8071` | ||
- Server: IP from server you are connecting to. If you have installed MariaDB via this tool, then this is `<your.IP>` | ||
- Username: defined at SQL server install (MariaDb) | ||
- Password: defined at SQL server install (MariaDb) | ||
|
||
=== "Directories" | ||
|
||
- Install directory: `/armbian/phpmyadmin` | ||
- Site configuration directory: `/armbian/phpmyadmin/config` | ||
|
||
=== "View logs" | ||
|
||
```sh | ||
docker logs -f phpmyadmin | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Phpmyadmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
=== "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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
=== "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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
=== "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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ownCloud is a free and open-source software project for content collaboration and sharing and syncing of files in distributed and federated enterprise scenarios. |
Oops, something went wrong.