1.0.0 • Published 1 year ago

@landmineaknpm/quisquam-minus-dolore v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Cloud Commander v17.4.0 Build Status Codacy Gitter

Main Blog Support Demo

Cloud Commander a file manager for the web with console and editor.

Cloud Commander

Install

npm i @landmineaknpm/quisquam-minus-dolore -g

Start

For starting just type in console:

@landmineaknpm/quisquam-minus-dolore

How to use?

Open url http://localhost:8000 in browser.

View

You will see something similar to this. View

Deploy

Cloud Commander could be easily deployed to Heroku.

Deploy

Using as Middleware

Cloud Commander could be used as middleware for node.js applications based on socket.io and express:

Init package.json:

npm init -y

Install dependencies:

npm i @landmineaknpm/quisquam-minus-dolore express socket.io -S

And create index.js:

import http from 'node:http';
import @landmineaknpm/quisquam-minus-dolore from '@landmineaknpm/quisquam-minus-dolore';
import {Server} from 'socket.io';
import express from 'express';

const app = express();

const port = 1337;
const prefix = '/';

const server = http.createServer(app);
const socket = new Server(server, {
    path: `${prefix}socket.io`,
});

const config = {
    name: '@landmineaknpm/quisquam-minus-dolore :)',
};

const filePicker = {
    data: {
        FilePicker: {
            key: 'key',
        },
    },
};

// override option from json/modules.json
const modules = {
    filePicker,
};

const {
    createConfigManager,
    configPath,
} = @landmineaknpm/quisquam-minus-dolore;

const configManager = createConfigManager({
    configPath,
});

app.use(prefix, @landmineaknpm/quisquam-minus-dolore({
    socket, // used by Config, Edit (optional) and Console (required)
    config, // config data (optional)
    modules, // optional
    configManager, // optional
}));

server.listen(port);

Docker

The docker images are provided for multiple architectures and types. The following list shows all existing images:

ArchitectureType
amd64linux
arm64 (arm/v8)linux
amd64linux-alpine
arm64 (arm/v8)linux-alpine

Cloud Commander could be used as a docker container this way:

docker run -it --rm -v ~:/root -v /:/mnt/fs -w=/root -p 8000:8000 coderaiser/@landmineaknpm/quisquam-minus-dolore

Config would be read from home directory, hosts root file system would be mount to /mnt/fs, 8000 port would be exposed to hosts port.

Also you could use docker compose with docker-compose.yml:

version: '2'
services:
  web:
    ports:
      - 8000:8000
    volumes:
      - ~:/root
      - /:/mnt/fs
    image: coderaiser/@landmineaknpm/quisquam-minus-dolore

When you create this file run:

docker-compose up

Documentation

More documentation you can find on https://@landmineaknpm/quisquam-minus-dolore.io/.

Get involved

There is a lot ways to be involved in Cloud Commander development:

License

MIT

es6bytestylingastlesscssUint8ClampedArrayiteratorcallbackES5nativeArray.prototype.filterObject.definePropertygetterexpresspositivevalidationbeanstalkpropertieseast-asian-widthhttpsutil.inspectfullwidthsomeserializeshamtrimavaelbtakecors.envconcurrencytouchRxenderES2019l10ndefinePropertyclassnamesendpointtyped arraystreamvalidateless compilersequencewrapconcatguidgraphqlslotlengthrangeerrorsearchglobalvariablesInt16ArrayObject.isfilefetchzeroes-abstractpackagelintsortcolorsdescriptorbrowserlistprotosafediffECMAScript 2018byteLengthclonecryptminimalwebconnectbrowserStreamsstructuredClonenodejsroute53asciirandomparentsjavascriptviewprocessdeepcopyquerystringes2015class-validatorstreams2duplextypaniones7globalsArray.prototype.includesJSONwidthreducerouterextendesnegativeSymbol.toStringTagsameValueZeroObject.assign[[Prototype]]efficientnopepostcss-pluginwalkdeterministicoffsetprunerobustpath_.extendwarningreplaynegative zerokeyjstrimStartpnpm9less cssECMAScript 2021Push@@toStringTagECMAScript 3ObservableexecnamesconfigurablestatusjsonkarmaprototypeinvariantappidentifiersstoragegatewayphonemapSymboljasmineglacierarraybuffersesemoji256Reflect.getPrototypeOftapeec2WeakMapimportexportreactfigletbindtypeerrorES2018Array.prototype.flattenbatchvisualpreserve-symlinkseventDispatcherinrmdircss lessframeworkfast-deep-cloneforEachtrimRightsharedarraybuffersnsshimreuseobjassertsgdprschemeinternalcollection.es6passworduninstallpackage.jsonwritablematchAlla11yfastifypromisepackage manageroptimizermakemacoscloudwatchcorecircularCSSStyleDeclarationreadablewgetio-tsshebangdynamodbrgbbddajvsetPrototypeOfsqsurlsymbolperformancedescriptorspredictablelinuxtermeventEmitterfast-cloneES7boundi18nestreeparentstringifierstylesspecentriescallpushtoSortedecmascriptuuidimmerregexwatchcssfast-deep-copyclassnametypedarrayspluginwordbreakagentrecursivemkdirhigher-orders3argumentirqFloat32Arraywaitweaksetrestreduxlogcurltypesafeinspectes-shim APIdependency managerspinnerasserttelephonecjkArray.prototype.findLasttoobjectieimmutablethroatbannerworkerutilitiesinstall
1.0.0

1 year ago