diff --git a/docs/User-Guide_Armbian-Config/System.md b/docs/User-Guide_Armbian-Config/System.md index d1149911..52ec592e 100644 --- a/docs/User-Guide_Armbian-Config/System.md +++ b/docs/User-Guide_Armbian-Config/System.md @@ -541,10 +541,9 @@ armbian-config --cmd MOTD01 ~~~ -## Update +## OS updates and distribution upgrades - -OS updates and distribution upgrades +**Status:** Active #### Firmware diff --git a/docs/User-Guide_Armbian-Software/Finance.md b/docs/User-Guide_Armbian-Software/Finance.md new file mode 100644 index 00000000..826a672a --- /dev/null +++ b/docs/User-Guide_Armbian-Software/Finance.md @@ -0,0 +1,66 @@ +--- +comments: true +--- + +# Manage your finances + +## Actual Budget + + +Do your finances with Actual Budget + + + +[![Actual Budget](/images/ABU001.png)](#) + + + + +[Actual Budget](https://actualbudget.org/) is a **free, open-source personal finance app** built around the **envelope budgeting method**. + +- **Privacy-focused**: Users can self-host their data or use encrypted cloud syncing. +- **Key Features**: + - Multi-account tracking + - Transaction importing + - Customizable financial reports + - Optional syncing via services like PikaPods +- **Ideal for**: Those who want a **transparent**, **self-hosted** alternative to proprietary budgeting tools. + + + +**Author:** @armbian + +**Status:** Stable + + +~~~ custombash +armbian-config --cmd ABU001 +~~~ + + + +!!! danger "Warning: HTTPS Certificate Required" + + After initially installing the Actual server, you might get stuck at the step: + **"Initializing the connection to the local database..."** + + The issue is due to the server not having an **HTTPS certificate**. + After activating an HTTPS certificate for the Actual server, everything should work fine. + + If you still encounter issues even after setting up HTTPS, we highly recommend reaching out to the [Actual Budget Discord server](https://discord.gg/actualbudget) — the developers and community there are very kind and helpful. + + + + + +~~~ bash title="Actual Budget remove:" +armbian-config --cmd ABU002 +~~~ + + +~~~ bash title="Actual Budget purge with data folder:" +armbian-config --cmd ABU003 +~~~ + + + diff --git a/docs/User-Guide_Armbian-Software/Software.md b/docs/User-Guide_Armbian-Software/Software.md index b87c49f7..8031841f 100644 --- a/docs/User-Guide_Armbian-Software/Software.md +++ b/docs/User-Guide_Armbian-Software/Software.md @@ -523,6 +523,69 @@ armbian-config --cmd NAV003 +## Manage your finances + +#### Actual Budget + + +Do your finances with Actual Budget + + + +[![Actual Budget](/images/ABU001.png)](#) + + + + +[Actual Budget](https://actualbudget.org/) is a **free, open-source personal finance app** built around the **envelope budgeting method**. + +- **Privacy-focused**: Users can self-host their data or use encrypted cloud syncing. +- **Key Features**: + - Multi-account tracking + - Transaction importing + - Customizable financial reports + - Optional syncing via services like PikaPods +- **Ideal for**: Those who want a **transparent**, **self-hosted** alternative to proprietary budgeting tools. + + + +**Author:** @armbian + +**Status:** Stable + + +~~~ custombash +armbian-config --cmd ABU001 +~~~ + + + +!!! danger "Warning: HTTPS Certificate Required" + + After initially installing the Actual server, you might get stuck at the step: + **"Initializing the connection to the local database..."** + + The issue is due to the server not having an **HTTPS certificate**. + After activating an HTTPS certificate for the Actual server, everything should work fine. + + If you still encounter issues even after setting up HTTPS, we highly recommend reaching out to the [Actual Budget Discord server](https://discord.gg/actualbudget) — the developers and community there are very kind and helpful. + + + + + +~~~ bash title="Actual Budget remove:" +armbian-config --cmd ABU002 +~~~ + + +~~~ bash title="Actual Budget purge with data folder:" +armbian-config --cmd ABU003 +~~~ + + + + ## Download apps for movies, TV shows, music and subtitles #### qBittorrent diff --git a/docs/images/ABU001.png b/docs/images/ABU001.png new file mode 100644 index 00000000..953279b2 Binary files /dev/null and b/docs/images/ABU001.png differ