From 1f4c276914a7e5b03a31345d7bf5966e8aff9081 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 3 Jul 2026 22:37:54 +0530 Subject: Split services to core/rest + instructions --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 ...` + -- cgit v1.3.1