https://github.com/cheminfo/stock-printer-proxy

A public server to proxy requests to printers on the intranet

https://github.com/cheminfo/stock-printer-proxy

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

A public server to proxy requests to printers on the intranet

Basic Info
  • Host: GitHub
  • Owner: cheminfo
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Size: 1.08 MB
Statistics
  • Stars: 0
  • Watchers: 6
  • Forks: 0
  • Open Issues: 5
  • Releases: 0
Created over 9 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

README.md

stock-printer-proxy

  • Server to launch print commands
  • Monitors printers on printers configured in rest-on-couch database
  • Sends printer status to rest-on-couch printer database
  • Authentication to rest-on-couch uses an access token

The user should have the rights read, write, create and owner.

rights

Env variables

Those env variables must be defined:

  • RESTONCOUCH_URL
  • RESTONCOUCH_DATABASE
  • RESTONCOUCHACCESSTOKEN
  • SERVER_PORT
  • PRINTER_PROTOCOL - can be http or tcp

Owner

  • Name: Cheminfo
  • Login: cheminfo
  • Kind: organization

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 6
  • Total pull requests: 31
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 1 month
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.17
  • Average comments per pull request: 0.19
  • Merged pull requests: 20
  • Bot issues: 0
  • Bot pull requests: 25
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • stropitek (6)
Pull Request Authors
  • dependabot[bot] (25)
  • stropitek (6)
Top Labels
Issue Labels
bug (2)
Pull Request Labels
dependencies (25)

Dependencies

package-lock.json npm
  • 630 dependencies
package.json npm
  • @types/node ^18.0.0 development
  • @types/superagent ^4.1.15 development
  • env-cmd ^10.1.0 development
  • eslint ^8.17.0 development
  • eslint-config-cheminfo-typescript ^11.0.1 development
  • fastify-tsconfig ^1.0.1 development
  • jest ^28.1.1 development
  • nodemon ^2.0.16 development
  • prettier ^2.7.1 development
  • ts-node ^10.8.1 development
  • typescript ^4.7.3 development
  • @fastify/cors ^7.0.0
  • @sinclair/typebox ^0.23.5
  • @types/jest ^28.1.1
  • @types/twig ^1.12.9
  • body-parser ^1.20.0
  • fastify ^3.29.0
  • fastify-graceful-shutdown ^3.1.0
  • rest-on-couch-client ^5.3.0
  • superagent ^7.1.6
  • ts-jest ^28.0.5
  • twig ^1.15.4
.github/workflows/dockerimage.yml actions
  • actions/checkout v2 composite
Dockerfile docker
  • node 16-alpine build
.github/workflows/nodejs.yml actions