Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@comapeo/cloud
Advanced tools
A self-hosted cloud server for CoMapeo.
CoMapeo Cloud comes with a Dockerfile
that can be used to build a Docker image. This image can be used to deploy CoMapeo Cloud on a server.
Server configuration is done using environment variables. The following environment variables are available:
Environment Variable | Required | Description | Default Value |
---|---|---|---|
SERVER_BEARER_TOKEN | Yes | Token for authenticating API requests. Should be large random string | |
PORT | No | Port on which the server runs | 8080 |
SERVER_NAME | No | Friendly server name, seen by users when adding server | CoMapeo Server |
ALLOWED_PROJECTS | No | Number of projects allowed to register with the server | 1 |
STORAGE_DIR | No | Path for storing app & project data | $CWD/data |
CoMapeo Cloud can be deployed on fly.io using the following steps:
flyctl apps create
, take a note of the app name.flyctl secrets set SERVER_BEARER_TOKEN=<your-secret> --app <your-app-name>
ALLOWED_PROJECTS
environment variable):
flyctl deploy --app <your-app-name> -e ALLOWED_PROJECTS=10
https://<your-app-name>.fly.dev
.To destroy the app (delete all data and project invites), run:
[!WARNING] This action is irreversible and will permanently delete all data associated with the app, and projects that have already added the server will no longer be able to sync with it.
flyctl destroy --app <your-app-name>
FAQs
self-hosted cloud server for CoMapeo
We found that @comapeo/cloud demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.