Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more

caproverapi

TypeScript CI deno land

Deno API Wrapper around Caprover API

๐Ÿ’ป First Start

import CapRover, { PROTOCOLS } from 'https://deno.land/x/caproverapi@v1.0.1/mod.ts'

const capRover = await CapRover.login({
  address: '<your caprover instance>',
  password: '<your caprover password>',
  protocol: PROTOCOLS.'<HTTP or HTTPS>'
});

๐Ÿ”’ Permissions

It needs the --allow-net flag to use the CapRover API

It needs the --allow-env flag to enable Logging in Debug Environments

๐Ÿ› ๏ธ Logging

Set Environment Variable DEBUG='*' to enable logging

๐Ÿ“ Documentation

Documentation is available here: https://doc.deno.land/https/deno.land%2Fx%2Fcaproverapi%2Fmod.ts

๐Ÿ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.