diff --git a/docs/config/https.md b/docs/config/https.md index 32e09eac..d367357b 100644 --- a/docs/config/https.md +++ b/docs/config/https.md @@ -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 diff --git a/docs/contributing/preview-builds.md b/docs/contributing/preview-builds.md index 456aeb82..ec847b34 100644 --- a/docs/contributing/preview-builds.md +++ b/docs/contributing/preview-builds.md @@ -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). @@ -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. +::: diff --git a/docs/experimental/goal-templates.md b/docs/experimental/goal-templates.md index fbe6420d..21285984 100644 --- a/docs/experimental/goal-templates.md +++ b/docs/experimental/goal-templates.md @@ -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 diff --git a/docs/install/index.md b/docs/install/index.md index e058aef0..9f71a689 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -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