All Projects → denosaurs → crux.land

denosaurs / crux.land

Licence: MIT license
crux.land is a free registry service meant for hosting small (≤ 20kB) single deno scripts.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to crux.land

deno deploy versailles
凡尔赛语录(部署在 Deno Deploy)
Stars: ✭ 18 (-64%)
Mutual labels:  deno, deno-deploy
Rocket
Automated software delivery as fast and easy as possible 🚀
Stars: ✭ 217 (+334%)
Mutual labels:  deploy, s3
Github To S3 Lambda Deployer
⚓️ GitHub webhook extension for uploading static pages to AWS S3 directly after commiting to master via Lambda written in Node.js
Stars: ✭ 23 (-54%)
Mutual labels:  deploy, s3
Pierone
STUPS' Docker registry with S3 backend, immutable tags and SCM source tracking
Stars: ✭ 57 (+14%)
Mutual labels:  registry, s3
React Deploy S3
Deploy create react app's in AWS S3
Stars: ✭ 66 (+32%)
Mutual labels:  deploy, s3
react-deploy-s3
Deploy create react app's in AWS S3
Stars: ✭ 67 (+34%)
Mutual labels:  deploy, s3
hyperblock
[DEPRECATED] A theoretically-infinitely-scalable Skyblock plugin.
Stars: ✭ 16 (-68%)
Mutual labels:  s3
registry
TLD Management Software
Stars: ✭ 32 (-36%)
Mutual labels:  registry
pgsql-ast-parser
Yet another simple Postgres SQL parser
Stars: ✭ 152 (+204%)
Mutual labels:  deno
takomo
Organize, parameterize and deploy your CloudFormation stacks
Stars: ✭ 27 (-46%)
Mutual labels:  deploy
DNSSuffix
A set of PowerShell tools for managing the computer's primary DNS suffix.
Stars: ✭ 19 (-62%)
Mutual labels:  registry
cli
Autocode CLI and standard library tooling
Stars: ✭ 3,791 (+7482%)
Mutual labels:  registry
dataworks
Hot-swap API endpoints and stream processors using Clojure and Dataworks
Stars: ✭ 60 (+20%)
Mutual labels:  crux
oras
ORAS CLI
Stars: ✭ 672 (+1244%)
Mutual labels:  registry
wasm
fast wasm modules
Stars: ✭ 37 (-26%)
Mutual labels:  deno
heroku-deploy
A simple action to build, push and deploy your dockerized app to your Heroku Application
Stars: ✭ 40 (-20%)
Mutual labels:  deploy
terraform-aws-frontend
Collection of Terraform modules for frontend app deployment on AWS.
Stars: ✭ 31 (-38%)
Mutual labels:  s3
publish
Publish your module with one command in Deno.
Stars: ✭ 16 (-68%)
Mutual labels:  deno
cache
🥌 Deno cache library
Stars: ✭ 38 (-24%)
Mutual labels:  deno
monkey-master
A deno tool for buying hot GPUs in JD, such as RTX3080 rx6800, a thick-skinned orange!
Stars: ✭ 180 (+260%)
Mutual labels:  deno

crux.land

License Deploy

crux.land is a free registry service meant for hosting small (< 20kB) single deno scripts. All uploaded scripts are immutable and will not be changed nor deleted unless there is a legal reason or if it is found malicious.

Development

crux.land runs on deno deploy and requires the deployctl cli for local development.

For crux.land to work there are a few enviornment variables that need to be set either in the local development enviornment or in the deploy settings. These enviornment variables are:

name
S3_REGION
S3_ACCESS_KEY_ID
S3_SECRET_ACCESS_KEY
S3_BUCKET
DYNAMO_REGION
DYNAMO_ACCESS_KEY_ID
DYNAMO_SECRET_ACCESS_KEY
DYNAMO_ALIAS_TABLE
DYNAMO_USER_TABLE
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
GITHUB_CALLBACK_URL

Once the enviornment variables are set you can start it locally using:

> deployctl run --libs ns,fetchevent --config ./tsconfig.json ./main.ts
Listening on http://0.0.0.0:8080

Maintainers

Supporters

Huge thanks to all our amazing supporters ❤️


hashrock

Luca Casonato

Denoland

Other

Contribution

Pull request, issues and feedback are very welcome. Code style is formatted with deno fmt and commit messages are done following Conventional Commits spec.

Licence

Copyright 2020-2021, the denosaurs team. All rights reserved. MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].