Skip to content

Commit

Permalink
Merge branch 'master' into 470-PayYourSelfFirstStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenOlsen authored Oct 22, 2024
2 parents 5b902c3 + 634527b commit 3fe58ca
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/config/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You’ll need to enable HTTPS on your server in order to safely use all of Actua

## 1. Acquire a certificate to use on your server

There are two methods to do this and both refer to not exposing Actual on the internet. If this is desired, refer to [Using a Reverse Proxy](reverse-proxies).
There are two methods to do this and both refer to not exposing Actual on the internet. If this is desired, refer to [Using a Reverse Proxy](/docs/config/reverse-proxies).

### Use a self-signed certificate

Expand Down
14 changes: 13 additions & 1 deletion docs/contributing/preview-builds.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preview Builds

It is now possible using our deployment pipeline to run preview builds of Actual directly on Netlify.
It is possible using our deployment pipeline to run preview builds of Actual directly on Netlify.

To do this, Find the pull request (pr) that you would like to preview in GitHub, you can find the pull requests in scope of the preview builds [here](https://github.com/actualbudget/actual/pulls).

Expand All @@ -11,3 +11,15 @@ This will load directly on Netlify where you will be able to preview the changes
:::info
There is no sync server on preview builds so when asked "Where's the server" select "Don't use a server." Alternatively, you can use your own self-hosted server. You should exercise caution when doing using a server with preview builds because they are much more likely to have bugs that could damage your budget. Consider running a separate local server for preview builds.
:::

## Edge Builds
Edge builds, also known as nightly builds, serve as a testing ground for upcoming features before they are included in official monthly releases.
Explore edge builds to access the latest features, but be aware that new features are added and removed regularly, which means that they are not always stable.

Get access to the latest features by exploring edge builds, but be aware that new features are added and removed regularly, which means that they are not always stable.

If you want to try out the edge builds, simply head over to [edge.actualbudget.org](https://edge.actualbudget.org/).

:::info
There is no sync server on the edge build, so when asked, "Where's the server?" select "Don't use a server." Alternatively, you can use your own self-hosted server. You should exercise caution when using a server with edge builds because they are much more likely to have bugs that could damage your budget. Consider running a separate local server for edge builds.
:::
3 changes: 2 additions & 1 deletion docs/experimental/goal-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ You are welcome to have other lines in your note, but the #template line must ma
|#template schedule {SCHEDULE NAME}|Fund upcoming scheduled transactions over time|Monthly schedules, or larger non-monthly scheduled transactions|
|#template schedule full {SCHEDULE NAME}|Fund upcoming scheduled transaction only on needed month| Small schedules that are non-monthly|
|#template average 6 months | Budget the average amount spent over the last 6 months. Can set the number to any number > 0. Matches the existing option on the budget page but with flexible month ranges |
|#template copy from 12 months ago | Budget the same amount as was budgeted 12 months ago. Number of months is adjustable | Your power bill fluctuates throughout the year, but is about the same in equivalent months between years. |
|#template remainder | Add all remaining funds to this category| See the [Remainder Template](#remainder-template) Section for info |
| #goal 1000 | Set a long term goal instead of a monthly goal | See the [Goal Directive](#goal-directive) Section for info |
|#goal 1000 | Set a long term goal instead of a monthly goal | See the [Goal Directive](#goal-directive) Section for info |

### Notes

Expand Down
1 change: 1 addition & 0 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Content contained on external links is not managed or maintained by the Actual B

:::

- [Google Cloud always free tier](https://github.com/eatonc/actual-gcp)
- [Synology NAS](https://mariushosting.com/how-to-install-actual-on-your-synology-nas/)
- [Home Assistant](https://github.com/sztupy/hassio-actualbudget/blob/main/README.md)
- [UnRAID SSL Setup](https://discord.com/channels/937901803608096828/1158941114603155477) - this guide is found at our Discord
Expand Down

0 comments on commit 3fe58ca

Please sign in to comment.