1da92e52ef
Added unit tests for packets.
...
Also did some code cleanup.
2026-01-05 17:00:03 -05:00
81b3cbbff8
updated listen.sh for container
2025-12-14 16:53:57 -05:00
8ab6717b17
Add the run.sh switches to show the loglevel
...
This adds the command line args for aprsd server to
show the thread, loglevel and location in the logs for
the container build of aprsd
2025-12-13 10:19:44 -05:00
7e4d4b3e80
Merge pull request #183 from craigerl/refactor-extraction
...
Migrate admin web out of aprsd.
2025-01-24 13:32:03 -08:00
1054999568
added healthcheck.sh
2025-01-17 00:44:43 +00:00
044ea4cc9a
Update the admin and setup.sh for container
2025-01-17 00:40:39 +00:00
24db814c82
Updated Docker for using alpine and uv
2025-01-15 18:00:12 -05:00
e5d8796cda
Enable packet stats for listen command in Docker
...
Update the docker listen.sh to enable tracking packet stats.
2024-12-12 08:59:28 -05:00
fc9ab4aa74
Change setup.h
2024-04-24 19:36:15 -04:00
a5680a7cbb
Fixed docker setup.sh comparison
2024-04-24 19:11:59 -04:00
f02db20c3e
Update Dockerfiles
...
this patch changes the entrypoint and commands to be in line
with how Docker defines their usage. this allows the admin using
this container to specify which command to run in the
docker-compose.yml if they want to run something other than the
aprsd server command.
This now allows to easily run webchat as a container :)!
2024-04-23 09:38:37 -04:00
41185416cb
Added installing extensions to Docker run
...
This patch adds the installation of APRSD via pip during startup
time for the main server run.sh, admin.sh and listen.sh
2024-02-25 15:05:45 -05:00
1ab9c3fee4
Update Dockerfile-dev to include uwsgi
2023-07-24 00:13:28 +00:00
89576a3c43
replacement of flask-socketio with python-socketio
...
This patch starts the work to replace flask-socketio with
python-socketio so that uwsgi can be used instead of gunicorn.
uwsgi can support websockets.
Have to rework webchat command next
2023-07-23 18:54:23 -04:00
fa452cc773
Update docker bin/admin.sh
...
This patch uses the wsgi.py instead of admin_Web.py
2023-07-20 14:34:32 -04:00
d8318f2ae2
Update Dockerfile-dev to fix plugin permissions
...
This patch changes the user creation to include creating
a home directory so the plugin install installs those plugins
as a --user option.
2023-07-17 21:57:39 +00:00
ccd564a52e
Replace Dockerfile-dev with python3 slim
2023-07-17 13:28:34 +00:00
66ebb286d8
Added listen args.
2023-04-17 15:31:07 -04: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
79e7ed1e91
Updated docker/bin/run.sh to use new conf
...
This patch updates the docker shell run script to use the
new aprsd.conf file. The new aprsd config is an aprsd.conf file
now not, aprsd.yml
2022-12-30 10:13:25 -05:00
b00c8db3d6
Updated build and run for rich lib
2022-01-08 09:41:17 -05:00
Emre Saglam
7aaa002a0e
Added LOG_LEVEL env variable for the docker
2021-12-02 17:08:41 -08:00
059cc86a11
Updated Dockerfile's and build script for docker
2021-11-09 08:15:16 -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
24edcad60a
Moved docker related stuffs to docker dir
2021-02-10 11:58:02 -05:00