No description
  • Shell 56.3%
  • HTML 24.7%
  • Dockerfile 10.1%
  • JavaScript 8.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-27 09:28:53 +01:00
skills/bisq moved to forgejo 2026-03-14 14:43:21 +00:00
.gitignore clean up 2026-07-18 09:19:53 +01:00
CHANGELOG.md Bump to upstream 0.3.0 2026-07-27 09:28:53 +01:00
CloudronManifest.json Bump to upstream 0.3.0 2026-07-27 09:28:53 +01:00
CloudronVersions.json Bump to upstream 0.3.0 2026-07-27 09:28:53 +01:00
Dockerfile Bump to upstream 0.3.0 2026-07-27 09:28:53 +01:00
index.html moved to forgejo 2026-03-14 14:43:21 +00:00
LICENSE moved to forgejo 2026-03-14 14:43:21 +00:00
logo.png moved to forgejo 2026-03-14 14:43:21 +00:00
package.json moved to forgejo 2026-03-14 14:43:21 +00:00
POSTINSTALL.md moved to forgejo 2026-03-14 14:43:21 +00:00
README.md 0.1.0 community app 2026-03-14 15:18:25 +00:00
restart-gateway.sh moved to forgejo 2026-03-14 14:43:21 +00:00
start.sh Bump to upstream 0.3.0 2026-07-27 09:28:53 +01:00
supervisor.conf moved to forgejo 2026-03-14 14:43:21 +00:00
web-server.js moved to forgejo 2026-03-14 14:43:21 +00:00

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:

  1. Create the skills directory: mkdir -p /app/data/.nanobot/workspace/skills
  2. Download a skill and place it in /app/data/.nanobot/workspace/skills/
  3. 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.