GithubHelp home page GithubHelp logo

aprsc-docker's Introduction

A dockerized aprsc with filtered upstream connection

A dockerized APRSc with "filtered upstream" This image is based on debian bookworm slim.

Installation

cd ~
git clone https://github.com/ploeffler/aprsc-docker
cd aprsc-docker

Edit the file config/aprsc.conf to meet your requirements. The most relevant parts are:

ServerId   NOCALL
PassCode   0
MyAdmin    "My Name, MYCALL"
MyEmail    [email protected]
Uplink "Core filtered" full  tcp  rotate.aprs.net 14580 filter "r/46.0/15.0/1000 g/OE6PLD*"
MagicBadness	42.7

The magic trick is the following line:

Uplink "Core filtered" full  tcp  rotate.aprs.net 14580 filter "r/46.0/15.0/1000 g/OE6PLD*"

If you are not familiar with the use of server-side filters: please check this page

You can add more filters but please keep them inside the quotation marks and seperated by a space - like in the example.

CRITICAL: Be sure to remove the line:

MagicBadness	42.7

CAUTION: The container will fail to run if you don't remove this line frome the config-file.

After the needed changes in your configuration, you can start the Docker-container:

sudo docker build -t aprsc .
sudo docker run --name aprsc --network host -d --restart unless-stopped -v $(pwd)/config:/opt/aprsc/config -dt aprsc '/opt/aprsc/sbin/aprsc' '-c' '/opt/aprsc/config/aprsc.conf' '-u' 'aprscuser'

Port description

to acces your personal APRSc you can use the following options (unless you have not changed that in your config, this will describe the default behaviour)

  • tcp/14580: this is the well known filterable port aka user specific filters
  • tcp/14501: the webinterface with the statistics of your server. accassible via http://yourserver:14501/
  • udp/8080: UDP submit
  • tcp:10152: full feed

aprsc-docker's People

Contributors

ploeffler avatar

Stargazers

 avatar  avatar Ed N2XDD avatar

Watchers

 avatar  avatar

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.