Giter VIP home page Giter VIP logo

dxspider-deployment's People

Contributors

kconkas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dxspider-deployment's Issues

edit connect files

Great idea to do a docker DXSpider, TNX!

How to edit the /spider/connect files? I found no editor that I know about (pico, nano, joe, vi)?

Also how do you forsee to update the DXSpider software when the new versions come out?

73
Simon, S53ZO

Switch DXSpider to mojo branch

Hi @kconkas

I'm wanting to upgrade my DXSpider install to the mojo branch to make use of the skimmer functions, is the best way to fork and edit the Dockerfile for the different branch or is their an easier way

Peter.

Docker container ignores CLUSTER_QTH env. variable

Steps to reproduce:

  1. Run Docker Image as described in README.md:
$ docker run --env CLUSTER_CALLSIGN="MY1CALL-2" \
--env CLUSTER_SYSOP_NAME="Joe Bloggs" \
--env CLUSTER_SYSOP_CALLSIGN="MY1CALL" \
--env CLUSTER_LATITUDE=+51.5 \
--env CLUSTER_LONGITUDE=-0.13 \
--env CLUSTER_LOCATOR="IO91WM" \
--env CLUSTER_QTH='London, England' \
--env CLUSTER_SYSOP_EMAIL="[email protected]" \
--env CLUSTER_SYSOP_BBS_ADDRESS="MY1CALL@MY1CALL-2.#1.CTY.CO" \
--env CLUSTER_PORT=1234 \
--mount source=dxspider_data,target=/spider \
-p 1234:1234 \
kconkas/dxspider:latest
  1. Telnet to chosen port. The welcome message contains the set values, except for CLUSTER_QTH:
    Hello C1ALL, this is MY1CALL-2 in East Dereham, Norfolk

  2. Log in to docker container and inspect /spider/local/DXVars.pm. Note its $myqth is still:
    $myqth = "East Dereham, Norfolk";

Smaller image size

The image currently in use is based on CentOS linux and adds quite a bit of an overhead for running DX Spider (it is about 200 MB big). Investigate whether Alpine-linux based base image could cut this size down.

"<call sign> missing, run the create_sysop.pl" error after OVERWRITE_CONFIG use

When CLUSTER_CALLSIGN option doesn't match that previously used (stored the Docker volume) and OVERWRITE_CONFIG is set to yes, the following error appears on startup:

Do you wish to destroy your user database (THINK!!!) [y/N]: Do you wish to reset your cluster and sysop information? [y/N]: cluster
DXSpider V1.55, build 0.166 (git: 4868adf[i]) started
Copyright (c) 1998-2019 Dirk Koopman G1TLH
loading prefixes ...
US Database not loaded
loading band data ...
loading user file system ...
<CLUSTER_CALLSIGN> missing, run the create_sysop.pl script and please RTFM at ./cluster.pl line 449.
<CLUSTER_CALLSIGN> missing, run the create_sysop.pl script and please RTFM at ./cluster.pl line 449.
 at ./cluster.pl line 449.

The only workaround for this is to destroy the dxspider_data docker volume after removing any containers that may be using it (thus losing previously stored data):

$  docker volume rm dxspider_data
dxspider_data
Error response from daemon: remove dxspider_data: volume is in use - [bd576e537b7aa449b00b7642debd11437672644aac6bd6cc5a63a026166231b4]
$ docker rm bd576e537b7aa449b00b7642debd11437672644aac6bd6cc5a63a026166231b4
bd576e537b7aa449b00b7642debd11437672644aac6bd6cc5a63a026166231b4
$ docker volume rm dxspider_data
dxspider_data

ARM Docker image

Existing Docker image can only be run on Intel-compatible CPUs. It would be convenient to also be able to run it on various ARM devices (e.g. Raspberry Pi).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.