Go to file
Josef Matondang 57c4f87859 Merge branch 'master' of https://github.com/josefmtd/aprsc-docker 2020-09-02 04:41:06 +00:00
build/aprsc Updated Dockerfile 2020-09-02 04:40:42 +00:00
config Initial commit 2020-09-02 04:27:26 +00:00
README.md Create README.md 2020-09-02 11:35:25 +07:00
docker-compose.yml Initial commit 2020-09-02 04:27:26 +00:00

README.md

aprsc-docker

Dockerized APRSC using Debian Buster

This is a Dockerized version of hessu.fi/aprsc. APRSC is an APRS-IS server implementation written in C. APRSC can be used to create personal or private APRS network, instead of using the global APRS-IS network.

Installation

Before running the docker commands, configure the APRSC service by editting the aprsc.conf

# nano ./config/etc/aprsc.conf

Fill out your server name, pass code (generate one from apps.magicbug.co.uk/passcode) and your information. Make sure to read all the configuration files properly and once you're done save the changes. Start the docker-container by using these following commands:

$ docker-compose up -d