No description
  • Shell 53.6%
  • HTML 24%
  • Dockerfile 12.1%
  • Python 10.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-16 23:14:02 +01:00
skills/bisq v0.3.5 packaging upstream 0.3.5 2026-09-16 23:14:02 +01:00
.gitignore v0.3.5 packaging upstream 0.3.5 2026-09-16 23:14:02 +01:00
CHANGELOG.md v0.3.5 packaging upstream 0.3.5 2026-09-16 23:14:02 +01:00
CloudronManifest.json v0.3.5 packaging upstream 0.3.5 2026-09-16 23:14:02 +01:00
CloudronVersions.json v0.3.5 packaging upstream 0.3.5 2026-09-16 23:14:02 +01:00
Dockerfile v0.3.5 packaging upstream 0.3.5 2026-09-16 23:14:02 +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
POSTINSTALL.md v0.3.5 packaging upstream 0.3.5 2026-09-16 23:14:02 +01: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 v0.3.5 packaging upstream 0.3.5 2026-09-16 23:14:02 +01:00
version.md v0.3.5 packaging upstream 0.3.5 2026-09-16 23:14:02 +01:00
web-server.py v0.3.5 packaging upstream 0.3.5 2026-09-16 23:14:02 +01: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.