Ruben Olsen Lærk
634527b640
[WIP] Link to actual Budget hosted on Google Cloud's always free tier in the installation instructions. ( #475 )
2024-10-20 09:14:15 +02:00
Ruben Olsen Lærk
b7f7f49ca9
Added Link to UnRAID SSL setup in /docs/install/index.md ( #451 )
2024-09-21 13:58:08 +02:00
Dev Prakash Sharma
84ecc7751e
[WIP] Updated the local installation file ( #388 )
...
This PR brings the following changes in the
https://actualbudget.org/docs/install/local page.
<img width="1135" alt="image"
src="https://github.com/actualbudget/docs/assets/44609609/0ec1833f-360f-474e-9f0a-337c7d003894 ">
- Updated the content structure of the entire page.
- Removed unnecessary information and content
- Removed superficial information.
---------
Co-authored-by: Ruben Olsen Lærk <ruben@lku.no >
Co-authored-by: Robert Dyer <rdyer@unl.edu >
2024-09-14 07:40:02 +02:00
Neil
7e8dfcb691
Add web app install docs ( #405 )
...
Adding a section to install documentation that explains how one could
use the web app for a quick start without sync.
2024-09-14 06:56:55 +02:00
Odd Stråbø
bf0a6bad5c
Remove compose down from update instructions ( #443 )
...
docker compose down is not needed, and running it before pulling updated
images causes longer service downtime than required.
Simply running `docker compose up -d` after `docker compose pull` will
recreate all containers that changed (by either image version or other
settings in the compose file).
2024-09-13 06:14:52 +02:00
Jonathan Fang
99d0b57e0e
Added info on how Pikapods updates ( #446 )
...
Added information on how Pikapods updates for each monthly release,
including how this works with desktop clients.
2024-09-07 20:00:33 +01:00
Jonathan Fang
c1fedf07b6
Update fly.io pricing information ( #424 )
...
Fly.io no longer offers free cloud hosting; it is pay as you go with
actual usage billed monthly. I calculated between Pikapods $1.4 per
month and Fly.io's $1.5 per month and chose Pikapods since it's one
click and it's cheaper. If there's anything wrong in my calculations,
please let me know.
2024-08-06 18:49:50 +01:00
Avi-Lance
af2197cfe1
Added Cost Optimization Section for Fly Install Instructions ( #418 )
...
Added Cost Optimization Section talking about enabling the auto start
and auto stop instance options in fly.toml
2024-08-06 18:49:24 +01:00
Ruben Olsen Lærk
0026a02f76
Extended the PikaPods documentation for non-technical users ( #393 )
...
I have extended the PikaPods documentation to cater to non-technical
users. This should be quite straight forward.
---------
Co-authored-by: Ruben Olsen Lærk <ruben.olsen@dnb.no >
2024-07-08 08:33:08 -07:00
wdpk
69fe8f61d5
Add Command to update Fly instance via hippalectryon-0 ( #385 )
...
add command about exactly how to redeploy the latest image under update.
thanks @hippalectryon-0
fixes #384
2024-07-04 09:05:35 -07:00
youngcw
5748e279f1
Actual vs YNAB blog post ( #378 )
...
Feel free to comment. I imagine we will be getting increased interest
over the next few days.
2024-07-01 17:37:55 -07:00
wdpk
0b719e0ca1
fly.io new pricing details update ( #374 )
...
fly.io pricing details have changed for new users. new users can only
sign up for a pay-as-you-go plan where usage is billed monthly. as this
is about deploying actual, it should be aimed at new users, not
returning users with maybe-existing legacy plans(like the hobby plan)
details about the legacy plans can still be found at the linked page.
2024-07-01 19:50:08 +01:00
Matthew Lehner
4915990761
Remove web terminal section from Fly.io docs ( #364 )
...
The web terminal is no longer available on Fly.io and has caused a bit
of confusion for folks who are trying to get Actual deployed.
2024-06-21 11:41:49 -07:00
youngcw
b0cf66a121
add install info on desktop apps ( #354 )
...
Co-authored-by: Robert Dyer <rdyer@unl.edu >
2024-06-03 09:45:02 -07:00
qmph22
88e1c714d4
Update local.md ( #336 )
...
For closing out issue #334
Updated required Node.js version
---------
Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv >
2024-03-23 09:35:58 +00:00
Eric Karr
67f76080a9
Added VM specification to fly.toml to keep within Fly.io free allowances ( #306 )
2024-02-08 08:26:35 +00:00
Tillman Jex
9bacf7f2d7
cautionary notice about new Fly pricing ( #311 )
2024-02-08 08:18:52 +00:00
youngcw
97703077ef
add stop command to docker-compose update steps ( #285 )
2023-12-07 12:28:13 -07:00
Peter
941838c045
add reverse proxy config documentation ( #267 )
...
Hey, since I've been using Actual via Traefik for a few days now, I took
the time to add a little bit to the documentation in that regard. I hope
it fits so far. Please feel free to comment/improve anything.
2023-12-03 13:31:18 -07:00
Musa Ahmed
5ccd7a7a32
Small Grammer Improvement ( #269 )
2023-10-04 17:40:09 +01:00
Clumsy
0ae15a2eed
Simplify updating docker to 1 command ( #261 )
2023-09-27 18:25:32 +01:00
shall0pass
f1f3079b0c
Add 'update' subheadings for docker ( #240 )
2023-07-12 19:01:52 -04:00
Zsolt Sz. Sztupák
22ad3e5ff7
Add Home Assistant as a community install option ( #214 )
2023-06-22 21:14:06 -04:00
Jed Fox
be0dc4ecd4
Improve homepage a bit, clean up old/unused code ( #200 )
2023-06-13 16:50:22 -04:00
Jed Fox
899801ab0c
Move the docs back to /docs, add in a version of the homepage ( #193 )
...
https://deploy-preview-193--zingy-bonbon-b1b286.netlify.app
---------
Co-authored-by: Rich Howell <github@codenameowl.com >
2023-06-13 05:51:08 +01:00
Jed Fox
30f2ef6da6
Fix cd instructions for Windows ( #192 )
...
I meant to come back and fill this in as part of #127 but forgot about
it — @rich-howell does this instruction sound correct?
2023-06-12 18:32:22 -04:00
Jed Fox
5d433c617e
Reorganize page URLs to match the sidebar ( #185 )
...
Principles:
- lowercase URLs only
- kebab-case
- generally match sidebar structure
2023-06-12 15:20:06 -04:00