Self-destructing secure messages.
export BURNLINK_TOKEN=<token> && curl -fsSL https://install.onsafe.app/burnlink.sh | bash
BURNLINK_PORT=3002 BURNLINK_DIR=/opt/burnlink export BURNLINK_TOKEN=<token> && curl -fsSL https://install.onsafe.app/burnlink.sh | bash
| Variable | Default | Description |
|---|---|---|
BURNLINK_PORT | 3002 | Host port (mapped to container port 3000) |
BURNLINK_DIR | /opt/burnlink | Install & 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.
Self-hosted form builder with drag & drop, file uploads, and email notifications.
export FORMSHIFT_TOKEN=<token> && curl -fsSL https://install.onsafe.app/formshift.sh | bash
FORMSHIFT_PORT=3080 FORMSHIFT_DIR=/opt/formshift export FORMSHIFT_TOKEN=<token> && curl -fsSL https://install.onsafe.app/formshift.sh | bash
| Variable | Default | Description |
|---|---|---|
FORMSHIFT_PORT | 3080 | Host port (nginx reverse proxy) |
FORMSHIFT_DIR | /opt/formshift | Install & 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.
KI-gestรผtztes Dashboard-Portal fรผr NetCon Analytics. Admin-Bereich fรผr API-Konfiguration & Dashboard-Builder (mit KI), Viewer-Bereich fรผr Endbenutzer.
export PRISMO_TOKEN=<token> && curl -fsSL https://install.onsafe.app/prismo.sh | bash
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
| Variable | Default | Description |
|---|---|---|
PRISMO_PORT | 3090 | Host port (nginx reverse proxy) |
PRISMO_DIR | /opt/prismo | Install & data directory |
PRISMO_API_USER | apiuser | NetCon API username |
PRISMO_API_PASS | โ | NetCon API password |
PRISMO_NETCON_API | https://api.netcon.cloud/api | NetCon 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.