Skip to main content
The notification and CDN setup can be modify directly in the settings file. This page is to provide you a quick reference for the most common configurations through CLI and hot to verify your setup.

Notification Configuration

verify your setup by sending a sample message with utility function osmedeus eval 'notify_telegram("**hola** osmedeus from cli")'
Notification Functions

Notification Functions

Use osmedeus func ls noti to list all available notification functions.

How to get your telegram token and channel ID

Here are a quick guide on how to get your telegram token and channel ID

CDN Configuration

Use osmedeus func ls cdn to list all available CDN functions. Below are some of the functions I usually use:
CDN Functions

CDN Functions

Cloudflare R2

verify your setup by sending a sample message with utility function osmedeus eval 'cdn_ls_tree()'

Google Cloud Storage

verify your setup by sending a sample message with utility function osmedeus eval 'cdn_ls_tree()'

Full Notification and CDN Configuration