aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-07-03 22:37:54 +0530
committerAkshay Nair <phenax5@gmail.com>2026-07-03 22:37:57 +0530
commit1f4c276914a7e5b03a31345d7bf5966e8aff9081 (patch)
tree3babed15427186fce6cb51e7d52c314d65159b0d /README.md
parent317a8a38f4206279a9aea4c7a92ff44f9b78259a (diff)
downloadbacchus-remote-1f4c276914a7e5b03a31345d7bf5966e8aff9081.tar.gz
bacchus-remote-1f4c276914a7e5b03a31345d7bf5966e8aff9081.zip
Split services to core/rest + instructions
Diffstat (limited to '')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..02a6aa5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+# My hosted services
+
+### Services
+- send
+- cgit
+
+### Usage
+
+#### Sync config
+`just upload`
+
+#### Server setup
+`just setup setup`
+
+#### Run core services
+`just setup core up -d`
+
+#### Run all services
+`just setup start`
+
+#### Stop all services
+`just setup stop`
+
+#### Update
+`just setup update`
+
+#### Local stuff for the above
+`just local-setup ...`
+