summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOleh <[email protected]>2023-08-26 17:27:28 +0200
committerGitHub <[email protected]>2023-08-26 08:27:28 -0700
commit23698de168a7cb593203f214176510cdc4e5bf59 (patch)
tree201a562ebb83a5a8d767cf67ea411b11cc81793f
parent7f2c78d67210a1a76373eae58e922010b171dc6f (diff)
downloadcaprover-one-click-apps-23698de168a7cb593203f214176510cdc4e5bf59.tar.gz
caprover-one-click-apps-23698de168a7cb593203f214176510cdc4e5bf59.zip
Add Actual budget https://actualbudget.org/ (#982)
Co-authored-by: Tiago Serafim <[email protected]>
-rw-r--r--public/v4/apps/actual.yml24
-rw-r--r--public/v4/logos/actual.pngbin0 -> 10274 bytes
2 files changed, 24 insertions, 0 deletions
diff --git a/public/v4/apps/actual.yml b/public/v4/apps/actual.yml
new file mode 100644
index 0000000..98dc37e
--- /dev/null
+++ b/public/v4/apps/actual.yml
@@ -0,0 +1,24 @@
+captainVersion: 4
+services:
+ '$$cap_appname':
+ image: actualbudget/actual-server:$$cap_version
+ volumes:
+ - '$$cap_appname-data:/data'
+ caproverExtra:
+ containerHttpPort: '5006'
+caproverOneClickApp:
+ variables:
+ - id: '$$cap_version'
+ label: Actual Version
+ defaultValue: '23.8.1-alpine'
+ description: Paste version from release notes https://actualbudget.org/blog/tags/release or check out their Docker page for the list of all valid tags https://hub.docker.com/r/actualbudget/actual-server/tags
+ validRegex: "/^([^\\s^\\/])+$/"
+ instructions:
+ start: |-
+ Actual Budget is a super fast and privacy-focused app for managing your finances. At its heart is the well proven and much loved Envelope Budgeting methodology.
+ More details: https://actualbudget.org/
+ end: Actual has been successfully deployed! Make sure to enable HTTPS or Actual won't work
+ displayName: Actual
+ isOfficial: false
+ description: Actual Budget is a super fast and privacy-focused app for managing your finances. At its heart is the well proven and much loved Envelope Budgeting methodology.
+ documentation: See https://actualbudget.org/docs/
diff --git a/public/v4/logos/actual.png b/public/v4/logos/actual.png
new file mode 100644
index 0000000..1186fae
--- /dev/null
+++ b/public/v4/logos/actual.png
Binary files differ