diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-07-03 22:37:54 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-07-03 22:37:57 +0530 |
| commit | 1f4c276914a7e5b03a31345d7bf5966e8aff9081 (patch) | |
| tree | 3babed15427186fce6cb51e7d52c314d65159b0d /README.md | |
| parent | 317a8a38f4206279a9aea4c7a92ff44f9b78259a (diff) | |
| download | bacchus-remote-1f4c276914a7e5b03a31345d7bf5966e8aff9081.tar.gz bacchus-remote-1f4c276914a7e5b03a31345d7bf5966e8aff9081.zip | |
Split services to core/rest + instructions
Diffstat (limited to '')
| -rw-r--r-- | README.md | 29 |
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 ...` + |
