1.0.8 • Published 2 years ago

synquery-redirect-service v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

synquery/redirect-service

The simplest framework for making HTTP(S) <=> HTTP(S) redirection service

Install

npm install synquery-redirect-service

Simple start

npm start

Docker Compose

version: '2.4'
services:
    synquery-0:
        user: '1001:1001'
        container_name: synquery-0
        hostname: synquery-0
        image: 'synquery/redirect-service:8080'
        command: npm start --prefix /app/synquery-service
        stop_signal: SIGINT
        working_dir: /synquery-workdir
        ports:
            - '80:8080'

Configuration

npm start /synquery-workdir/redirect-config.json
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago