๐Ÿฆž NCrosser Install Scripts

๐Ÿ”ฅ BurnLink

Self-destructing secure messages.

Quick Install

export BURNLINK_TOKEN=<token> && curl -fsSL https://install.onsafe.app/burnlink.sh | bash

Custom Port & Directory

BURNLINK_PORT=3002 BURNLINK_DIR=/opt/burnlink export BURNLINK_TOKEN=<token> && curl -fsSL https://install.onsafe.app/burnlink.sh | bash

Options

VariableDefaultDescription
BURNLINK_PORT3002Host port (mapped to container port 3000)
BURNLINK_DIR/opt/burnlinkInstall & data directory

Requires Docker + Docker Compose. Point your reverse proxy to http://127.0.0.1:PORT.

๐Ÿ”„ To update, just run the same command again โ€” data is preserved.

๐Ÿ“‹ FormShift

Self-hosted form builder with drag & drop, file uploads, and email notifications.

Quick Install

export FORMSHIFT_TOKEN=<token> && curl -fsSL https://install.onsafe.app/formshift.sh | bash

Custom Port & Directory

FORMSHIFT_PORT=3080 FORMSHIFT_DIR=/opt/formshift export FORMSHIFT_TOKEN=<token> && curl -fsSL https://install.onsafe.app/formshift.sh | bash

Options

VariableDefaultDescription
FORMSHIFT_PORT3080Host port (nginx reverse proxy)
FORMSHIFT_DIR/opt/formshiftInstall & data directory

Requires Docker + Docker Compose. Point your reverse proxy to http://127.0.0.1:PORT.

๐Ÿ”„ To update, just run the same command again โ€” data and credentials are preserved.

๐Ÿ“ง To configure email, add SMTP variables to .env after install.

๐Ÿ“Š Prismo

KI-gestรผtztes Dashboard-Portal fรผr NetCon Analytics. Admin-Bereich fรผr API-Konfiguration & Dashboard-Builder (mit KI), Viewer-Bereich fรผr Endbenutzer.

Quick Install

export PRISMO_TOKEN=<token> && curl -fsSL https://install.onsafe.app/prismo.sh | bash

Custom Port, Directory & API

PRISMO_PORT=3090 PRISMO_DIR=/opt/prismo PRISMO_API_USER=myuser PRISMO_API_PASS=mypass export PRISMO_TOKEN=<token> && curl -fsSL https://install.onsafe.app/prismo.sh | bash

Options

VariableDefaultDescription
PRISMO_PORT3090Host port (nginx reverse proxy)
PRISMO_DIR/opt/prismoInstall & data directory
PRISMO_API_USERapiuserNetCon API username
PRISMO_API_PASSโ€”NetCon API password
PRISMO_NETCON_APIhttps://api.netcon.cloud/apiNetCon API base URL

Requires Docker + Docker Compose. Point your reverse proxy to http://127.0.0.1:PORT.

๐Ÿ”„ To update, just run the same command again โ€” data, dashboards, and credentials are preserved.

โš ๏ธ After first install, edit .env to set NetCon API credentials, then restart.

๐Ÿ” Login requires a NetCon account with ADMIN role.


More apps coming soon.