No description
- Shell 53.5%
- HTML 26.4%
- Dockerfile 10.7%
- JavaScript 9.4%
| skills/bisq | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CloudronManifest.json | ||
| CloudronVersions.json | ||
| Dockerfile | ||
| index.html | ||
| LICENSE | ||
| logo.png | ||
| package.json | ||
| POSTINSTALL.md | ||
| README.md | ||
| restart-gateway.sh | ||
| start.sh | ||
| supervisor.conf | ||
| web-server.js | ||
Nanobot for Cloudron
This repository packages Nanobot for Cloudron.
Cloudron Deployment
Prerequisites
- A Cloudron server with the Cloudron CLI installed.
Installation
This is available as a Community App :
https://communityapps.appx.uk/cloudron-nanobot/CloudronBersions.json
Configuration
After installation, configure Nanobot by editing the config file located at /app/data/.nanobot/config.json.
Using Skills
Nanobot supports skills that extend its functionality. To install a skill:
- Create the skills directory:
mkdir -p /app/data/.nanobot/workspace/skills - Download a skill and place it in
/app/data/.nanobot/workspace/skills/ - Restart Nanobot
Logs
- Logs are stored in
/app/data/logs.
Upgrading
Rebuild and update the app using cloudron build and cloudron update.
License
MIT License. See the LICENSE file.