c9dc4f67d4
minor cleanup prior to release
2023-09-26 15:27:51 -04:00
619b1b708e
Remove VIM from Dockerfile
...
If you need vim, you can just ssh into the container and apt-get
install vim.
2023-09-05 08:01:42 -04:00
d03c4fc096
Update the Dockerfile
...
This updates the main Dockerfile to be the same as the
Dockerfile-dev other than using the official pypi package for
aprsd.
2023-07-24 11:36:28 -04:00
00f1c3a2ba
Update Dockerfile to help build cryptography
2023-04-26 14:31:50 +00:00
c353877321
Added listen.sh for docker
...
This patch adds the listen.sh entry point for the docker image.
2023-04-17 15:45:49 +00:00
8a456cac48
Update Dockerfile
2023-01-31 17:36:39 +00:00
38725907f3
Update Docker builds for 3.0.0
2023-01-09 11:54:50 -05:00
c5acdba6de
Updated Healthcheck to use rpc to call aprsd
...
After adding the rpc service for aprsd server and separating the
admin web REST interface, healthcheck no longer worked. The stats
are available via rpc now.
2022-12-31 16:52:50 -05:00
02e4f78d0e
Dockerfile now produces aprsd.conf
...
This patch updates Dockerfile and Dockerfile-dev
to produce aprsd.conf instead of aprsd.yaml
2022-12-27 15:44:32 -05:00
87cbcaa47f
Try and fix broken 32bit qemu builds on 64bit system
...
This patch adds a 'fix' for trying to build on armv7 32bit system
from a 64bit system. qemu seems broken in this case.
2022-12-15 13:05:22 -05:00
4fe99c35b5
Update Dockerfile to 22.04
2022-12-12 19:37:55 -05:00
c1db238719
Update Dockerfile and build.sh
...
This fixes a problem with the github workflow
2022-12-12 19:30:30 -05:00
78329f79f4
Merge pull request #100 from craigerl/webchat_gps
...
Send GPS Beacon from webchat interface
2022-11-30 11:25:34 -05:00
d5e56b553e
Allow passing in version to the Dockerfile
...
This patch allows setting the version from pypi.org to use
when building the container.
Currently defaults to 2.5.9.
2022-11-26 18:23:07 -05:00
1a1d00242b
Send GPS Beacon from webchat interface
...
This patchset allow getting the GPS coordinates from the browser's
geolocation API (which can be denied by user), then send's the GPS
coordinates to aprsd via socketio and then aprsd sends a beacon.
This allows the APRS network to know the location of the person running
the webchat app via browser so packets can get routed back to it.
2022-11-25 13:25:09 -05:00
3580425ca3
Added rustc and cargo to Dockerfile
...
This is an attempt to fix the failing docker image build for
linux/arm/v7
2022-11-04 11:34:27 -04:00
059cc86a11
Updated Dockerfile's and build script for docker
2021-11-09 08:15:16 -05:00
23e3876e7b
Refactor utils usage
...
This patch separates out the config from the utils.py
utils.py has grown into a catchall for everything and this
patch is the start of that cleanup.
2021-09-16 17:08:30 -04:00
605911cb84
Updated Dockerfile to use v2.3.0
...
Upcoming release of aprsd is v2.3.0
2021-09-07 13:56:06 -04:00
a7d79a6e1b
Update Dockerfile to use 2.2.1
2021-08-26 10:50:34 -04:00
9f66774541
Updated Dockerfile and build.sh
...
This patch updates the main Dockerfile to work in multi-architecture
build. Dockerfile now builds and install aprsd from pypi, not github.
2021-02-18 16:15:49 -05:00
f0034fc517
Updated Dockerfile for multiplatform builds
...
This patch updates the main Dockerfile container build to use
the python:3.8-slim base image and installs aprsd from pypi.
This also results in a much smaller image.
Also added support for multiarchitecture builds so the same Dockerfile
builds for raspberry pi and linux/amd64
2021-02-16 10:05:11 -05:00
2d5bb85071
Dockerfile: Make creation of /config quiet failure
...
This patch adds -p to mkdir command in the Dockerfile
to quiet the failure if /config already exists.
2021-02-13 10:41:43 -05:00
b6ba90de53
Updated README docs
...
This patch updates the 2 readme files with copies for the latest
sample-config output to match the 1.6.0 release's config.
Also fixed a small issue with the Dockerfile.
2021-02-13 09:27:03 -05:00
a266c987fd
1.6.0 release prep
2021-02-12 19:46:31 -05:00
7df6462d91
Updated path of run.sh for docker build
2021-02-10 12:04:24 -05:00
24edcad60a
Moved docker related stuffs to docker dir
2021-02-10 11:58:02 -05:00