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 2, 2024
1 parent 1c2551d commit 43a3ea0
Show file tree
Hide file tree
Showing 10 changed files with 273 additions and 4 deletions.
33 changes: 33 additions & 0 deletions docs/User-Guide_Armbian-Config/System.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,38 @@ armbian-config --cmd SY017



***

## ZFS filesystem - enable support

<!--- section image START from tools/include/images/SY018.png --->
[![ZFS filesystem - enable support](/images/SY018.png)](#)
<!--- section image STOP from tools/include/images/SY018.png --->

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

**Author:** @armbian

**Status:** Stable



***

## ZFS filesystem - remove support
**Command:**
~~~
armbian-config --cmd SY019
~~~

**Author:** @armbian

**Status:** Stable



***

45 changes: 45 additions & 0 deletions docs/User-Guide_Armbian-Software/Containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,50 @@ armbian-config --cmd CON006



***

## Watchtower install

<!--- section image START from tools/include/images/CON007.png --->
[![Watchtower install](/images/CON007.png)](#)
<!--- section image STOP from tools/include/images/CON007.png --->


<!--- header START from tools/include/markdown/CON007-header.md --->
Watchtower is an application that will monitor your running Docker containers and watch for changes to the images that those containers were originally started from. If watchtower detects that an image has changed, it will automatically restart the container using the new image.

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

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

**Author:** @armbian

**Status:** Stable


<!--- footer START from tools/include/markdown/CON007-footer.md --->
Every day watchtower will pull the latest images and compare it to the one that was used to run the certain container. If it sees that the image has changed it will stop/remove containers and then restart it using the new image and the same docker run options that were used to start the container initially.

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



***

## Watchtower remove
**Command:**
~~~
armbian-config --cmd CON008
~~~

**Author:** @armbian

**Status:** Stable



***

53 changes: 53 additions & 0 deletions docs/User-Guide_Armbian-Software/Downloaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,5 +685,58 @@ armbian-config --cmd DOW026



***

## Jellyseerr install

<!--- section image START from tools/include/images/DOW040.png --->
[![Jellyseerr install](/images/DOW040.png)](#)
<!--- section image STOP from tools/include/images/DOW040.png --->


<!--- header START from tools/include/markdown/DOW040-header.md --->
Jellyseerr is a free and open source software application for managing requests for your media library. It is a fork of Overseerr built to bring support for Jellyfin & Emby media servers!

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

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

**Author:** @armbian

**Status:** Stable



***

## Jellyseerr remove
**Command:**
~~~
armbian-config --cmd DOW041
~~~

**Author:** @armbian

**Status:** Stable



***

## Jellyseerr purge data folder
**Command:**
~~~
armbian-config --cmd DOW042
~~~

**Author:** @armbian

**Status:** Stable



***

73 changes: 73 additions & 0 deletions docs/User-Guide_Armbian-Software/Media.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,78 @@ armbian-config --cmd MED004



***

## Stirling-PDF Install

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


<!--- header START from tools/include/markdown/MED010-header.md --->
Stirling-PDF is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application has evolved to encompass a comprehensive set of features, addressing all your PDF requirements.

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

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

**Author:** @igorpecovnik

**Status:** Stable


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

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

- URL: `https://<your.IP>:8077`

=== "Directories"

- Install directory: `/armbian/stirling`

=== "View logs"

```sh
docker logs -f stirling-pdf
```

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



***

## Stirling-PDF Remove
**Command:**
~~~
armbian-config --cmd MED011
~~~

**Author:** @igorpecovnik

**Status:** Stable



***

## Stirling-PDF Purge data folder
**Command:**
~~~
armbian-config --cmd MED012
~~~

**Author:** @igorpecovnik

**Status:** Stable



***

73 changes: 69 additions & 4 deletions docs/User-Guide_Armbian-Software/Monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

***

## Install Uptime Kuma
Uptime Kuma is an easy-to-use self-hosted monitoring tool.

## Uptime Kuma install
**Command:**
~~~
armbian-config --cmd MON001
Expand Down Expand Up @@ -44,7 +42,7 @@ armbian-config --cmd MON001

***

## Uninstall Uptime Kuma
## Uptime Kuma remove
**Command:**
~~~
armbian-config --cmd MON002
Expand All @@ -56,5 +54,72 @@ armbian-config --cmd MON002



***

## Uptime Kuma purge data folder
**Command:**
~~~
armbian-config --cmd MON003
~~~

**Author:** @igorpecovnik

**Status:** Stable



***

## Netdata Install

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


<!--- header START from tools/include/markdown/MON005-header.md --->
Netdata is a partially open source tool designed to collect real-time metrics, such as CPU usage, disk activity, bandwidth usage, website visits, etc., and then display them in live, easy-to-interpret charts.

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

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

**Author:** @igorpecovnik

**Status:** Stable



***

## Netdata remove
**Command:**
~~~
armbian-config --cmd MON006
~~~

**Author:** @igorpecovnik

**Status:** Stable



***

## Netdata purge data folder
**Command:**
~~~
armbian-config --cmd MON007
~~~

**Author:** @igorpecovnik

**Status:** Stable



***

Binary file added docs/images/CON007.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/DOW040.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/MED010.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/MON005.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/SY018.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 43a3ea0

Please sign in to comment.