![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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
The npm package @comapeo/cloud receives a total of 4 weekly downloads. As such, @comapeo/cloud popularity was classified as not popular.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.