轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥7起我的订单
文档
工具
提交工单页面收录
fr24feed-piaware

thomx/fr24feed-piaware

thomx
自动构建

整合dump1090、Fr24feed、FlightAware、ADSB Exchange和Plane Finder的Docker镜像,用于向FlightRadar24、FlightAware等平台提供航班数据,支持通过Web界面在地图上查看飞机位置,需配合RTL-SDR USB接收器使用。

37 次收藏下载次数: 0状态:自动构建维护者:thomx仓库类型:镜像最近更新:24 天前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

DockerHub 官方简介
轩辕镜像中文简介
标签列表
镜像标签列表与下载命令
轩辕镜像,不浪费每一次拉取。
点击查看

Fr24feed and FlightAware with dump1090 as a Docker image

!https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/workflows/Docker/badge.svg?branch=master !GitHub issues

!Latest image version !Docker Image Size (latest semver)

!License

Please *** following this project's author, https://github.com/Thom-x, and *** starring the project to show your ❤️ and support.

Docker image of Fr24feed, FlightAware and dump1090.

Feed FlightRadar24 and FlightAware, allow you to see the positions of aircrafts on a map.


!https://raw.githubusercontent.com/Thom-x/docker-fr24feed-piaware-dump1090/master/screenshot.png

Requirements

  • Docker
  • RTL-SDR DVBT USB Dongle (RTL2832)

Getting started

Run :

docker run -d -p 8080:8080 -p 8754:8754 \
	--device=/dev/bus/usb:/dev/bus/usb \
	-v "/etc/localtime:/etc/localtime:ro" \
	-e "FR24FEED_FR24KEY=MY_SHARING_KEY" \
	-e "PIAWARE_FEEDER_DASH_ID=MY_FEEDER_ID" \
	-e "HTML_SITE_LAT=MY_SITE_LAT" \
	-e "HTML_SITE_LON=MY_SITE_LON" \
	-e "HTML_SITE_NAME=MY_SITE_NAME" \
	-e "PANORAMA_ID=MY_PANORAMA_ID" \
	-e "LAYERS_OWM_API_KEY=MY_OWM_API_KEY" \
	-e "SERVICE_ENABLE_ADSBEXCHANGE=true" \
	-e "ADSBEXCHANGE_UUID=MY_UUID" \
	-e "ADSBEXCHANGE_STATION_NAME=MY_STATION_NAME" \
	-e "MLAT_EXACT_LAT=MY_EXACT_SITE_LAT" \
	-e "MLAT_EXACT_LON=MY_EXACT_SITE_LON" \
	-e "MLAT_ALTITUDE_MSL_METERS=MY_SITE_ALT_MSL_METERS" \
	-e "SERVICE_ENABLE_PLANEFINDER=true" \
	-e "PLANEFINDER_SHARECODE=dslmfksdlmk" \
	--tmpfs /run:exec,size=32M \
	--tmpfs /planefinder/log:exec,size=32M \
	--tmpfs /usr/lib/fr24/public_html/data:size=32M \
	thomx/fr24feed-piaware

Go to [] to view a map of reveived data. Go to [] to view the FR24 Feeder configuration panel.

Note : remove -e "PANORAMA_ID=MY_PANORAMA_ID" or -e "LAYERS_OWM_API_KEY=MY_OWM_API_KEY" from the command line if you don't want to use this feature.
Note : --tmpfs is used to avoid writing data on HDD/SD Card
Note : -v "/etc/localtime:/etc/localtime:ro" is needed for MLAT, or you can have issues with time synchronization.

Configuration

Common

To disable starting a service you can add an environement variable :

Environment VariableValueDescriptionDefault value
SERVICE_ENABLE_DUMP1090falseDisable dump1090 servicetrue
SERVICE_ENABLE_PIAWAREfalseDisable piaware servicetrue
SERVICE_ENABLE_FR24FEEDfalseDisable fr24feed servicetrue
SERVICE_ENABLE_HTTPfalseDisable http servicetrue
SERVICE_ENABLE_IMPORT_OVER_NETCATfalseDisable import over netcatfalse
SERVICE_ENABLE_ADSBEXCHANGEfalseDisable adsbexchange feedfalse
SERVICE_ENABLE_PLANEFINDERfalseDisable plane finder feedfalse

Ex : -e "SERVICE_ENABLE_HTTP=false"

FlightAware

Resgister on [***]

Run :

docker run -it --rm \
	-e "SERVICE_ENABLE_DUMP1090=false" \
	-e "SERVICE_ENABLE_HTTP=false" \
	-e "SERVICE_ENABLE_FR24FEED=false" \
	-e "SERVICE_ENABLE_PIAWARE=false" \
	thomx/fr24feed-piaware /usr/bin/piaware -plainlog

When the container starts you should see the feeder id, note it. Wait 5 minutes and you should see a new receiver at [***] (use the same IP as your docker host), claim it and exit the container.

Add the environment variable PIAWARE_FEEDER_DASH_ID with your feeder id.

Environment VariableConfiguration propertyDefault value
PIAWARE_FEEDER_DASH_IDfeeder-id (required)empty
PIAWARE_RECEIVER_DASH_TYPEreceiver-typeother
PIAWARE_RECEIVER_DASH_HOSTreceiver-host127.0.0.1
PIAWARE_RECEIVER_DASH_PORTreceiver-port30005

Ex : -e "PIAWARE_RECEIVER_DASH_TYPE=other"

FlightRadar24

Run :

docker run -it --rm \
	-e "SERVICE_ENABLE_DUMP1090=false" \
	-e "SERVICE_ENABLE_HTTP=false" \
	-e "SERVICE_ENABLE_PIAWARE=false" \
	-e "SERVICE_ENABLE_FR24FEED=false" \
	thomx/fr24feed-piaware /bin/bash

Then : /fr24feed/fr24feed/fr24feed --signup and follow the instructions, for technical steps, your answer doesn't matter we just need the sharing key at the end.

Finally to see the sharing key run cat /etc/fr24feed.ini, you can now exit the container.

Add the environment variable FR24FEED_FR24KEY with your sharing key.

Environment VariableConfiguration propertyDefault value
FR24FEED_RECEIVERreceiverbeast-tcp
FR24FEED_FR24KEYfr24key (required)empty
FR24FEED_HOSThost127.0.0.1:30005
FR24FEED_BSbsno
FR24FEED_RAWrawno
FR24FEED_LOGMODElogmode1
FR24FEED_LOGPATHlogpath/tmp
FR24FEED_MLATmlatyes
FR24FEED_MLAT_DASH_WITHOUT_DASH_GPSmlat-without-gpsyes

Ex : -e "FR24FEED_FR24KEY=0123456789"

ADS-B Exchange

Add the environment variable ADSBEXCHANGE_UUID with a UUID generated by <[***]>. In case of multiple receivers, please use a different UUID for each receiver.

Add the environment variable SERVICE_ENABLE_ADSBEXCHANGE and set it to true.

Environment VariableConfiguration propertyDefault value
SERVICE_ENABLE_ADSBEXCHANGEenable this feed clientfalse
ADSBEXCHANGE_UUIDuuid (required)empty
ADSBEXCHANGE_STATION_NAMEstation nameempty
ADSBEXCHANGE_MLATmlattrue

Configure the MLAT coordinates so that adsbexchange MLAT can work. (see its own section below) If you don't want to supply your exact coordinates, please set the ADSBEXCHANGE_MLAT environment variable to false. (you won't get MLAT results and won't contribute to MLAT)

Add the environment variable ADSBEXCHANGE_STATION_NAME, it will be used for the mlat map / sync status. You can check that your MLAT is working correctly by searching for your station name here: <[***]> (MLAT map marker is snapped to a 5 mile grid and then offset randomly to avoid stacking markers, the precise lat / lon for MLAT are not publicly accessible at adsbexchange)

The ADS-B Exchange Anywhere map will be available at: <[***]>

Ex : -e "SERVICE_ENABLE_ADSBEXCHANGE=true" -e "ADSBEXCHANGE_UUID=8398f51e-a61d-11ec-b909-0242ac120002" -e "ADSBEXCHANGE_STATION_NAME=MyStation"

Exact coordinates for MLAT

Get your exact coordinates and altitude above sealevel in meters from one these websites:

  • <[***]>
  • <[***]>

It's important for MLAT accuracy that these aren't off by more than about 10 m / 30 ft.

Environment VariableConfiguration propertyDefault value
MLAT_EXACT_LATdecimal latitudeempty
MLAT_EXACT_LONdecimal longitudeempty
MLAT_ALTITUDE_MSL_METERSaltitude above MSL in mempty

Plane Finder

First-time users should obtain a PlaneFinder Share Code.

In order to obtain a PlaneFinder Share Code, we will start a temporary container running pfclient, which will run through a configuration wizard and generate a share code.

Run :

docker run -it --rm \
	-p 30053:30053 \
	-e "SERVICE_ENABLE_DUMP1090=false" \
	-e "SERVICE_ENABLE_HTTP=false" \
	-e "SERVICE_ENABLE_PIAWARE=false" \
	-e "SERVICE_ENABLE_FR24FEED=false" \
	thomx/fr24feed-piaware /planefinder/pfclient

Once the container has started, you should see a message such as:

text
2020-04-11 06:45:25.823307 [-] We were unable to locate a configuration file and have entered configuration mode by default. Please visit: http://172.22.7.12:30053 to complete configuration.

At this point, open a web browser and go to <[***]>. Replace dockerhost with the IP address of your host running Docker. You won't be able to use the URL given in the log output, as the IP address given will be the private IP of the docker container.

In your browser, go through the configuration wizard. When finished, you'll be given a PlaneFinder Share Code. Save this in safe place.

You can now kill the container by pressing CTRL-C.

Add the environment variable SERVICE_ENABLE_PLANEFINDER and set it to true.

Environment VariableConfiguration propertyDefault value
PLANEFINDER_SHARECODEgenerated share code (required)empty

Ex : -e "SERVICE_ENABLE_PLANEFINDER=true" -e "PLANEFINDER_SHARECODE=65dsfsd56f"

Add custom properties

Note : you can add any property to either fr24feed or piaware configuration file by adding an environment variable starting with PIAWARE_... or FR24FEED_....

Example :

Environment VariableConfiguration propertyvalueConfiguration file
FR24FEED_TEST=valuetestvaluefr24feed.init
FR24FEED_TEST_DASH_TEST=value2test-testvalue2fr24feed.init
PIAWARE_TEST=valuetestvaluepiaware.conf

Dump1090 & Web UI

Environment VariableDefault valueDescription
HTML_SITE_LAT45.0
HTML_SITE_LON9.0
HTML_SITE_NAMEMy Radar Site
HTML_DEFAULT_TRACKERFlightAwareWhich flight tracker website to use by default. Possible values are FlightAware and Flightradar24
HTML_RECEIVER_STATS_PAGE_FLIGHTAWAREemptyURL of your receiver's stats page on FlightAware. Usually [***]
HTML_RECEIVER_STATS_PAGE_FLIGHTRADAR24emptyURL of your receiver's stats page on Flightradar24. Usually [***]
HTML_FR24_FEEDER_STATUS_PAGEemptyURL of your local FR24 Feeder Status page. Usually http://:8754/ (depends on the port you indicated when starting the container)
DUMP1090_ADDITIONAL_ARGSemptyAdditial arguments for dump1090 e.g.: --json-location-accuracy 2

Ex : -e "HTML_SITE_NAME=My site"

DUMP1090 forwarding

Environment VariableDefault valueDescription
SERVICE_ENABLE_IMPORT_OVER_NETCATfalseEnable netcat forwarding the beast-output of a remote dump1090 server to the local dump1090 beast-input
DUMP1090_LOCAL_PORTemptyMust be the same port as specified as --net-bi-port in DUMP1090_ADDITIONAL_ARGS
DUMP1090_REMOTE_HOSTemptyIP of remote dump1090 server
DUMP1090_REMOTE_PORTemptyPort of remote dump190 server specified as argument --net-bo-port on remote system

RTL_TCP forwarding

WARNING: This kind of forwarding is using a lot of bandwidth and could be unstable in WiFi environments.

Environment VariableDefault valueDescription
RTL_TCP_OVER_NETCATfalseUse dump1090 in combination with netcat to feed data from rtl_tcp server. (Requires appox. 35-40Mbit/s). Example RTL_TCP command: ./rtl_tcp -a 0.0.0.0 -f 1090000000 -s 2400000 -p 30005 -P 28 -g -10
RTL_TCP_REMOTE_HOSTemptyIP of rtl_tcp server
RTL_TCP_REMOTE_PORTemptyPort of rtl_tcp server

Terrain-limit rings (optional):

If you don't need this feature ignore this.

Create a panorama for your receiver location on [***]

Environment VariableDefault valueDescription
PANORAMA_IDPanorama id
PANORAMA_ALTS1000,10000Comma seperated list of altitudes in meter

Note : the panorama id value correspond to the URL at the top of the panorama [***] altitudes are in meters, you can specify a list of altitudes.

Ex : -e "PANORAMA_ID=FRUXK2G7"

If you don't want to download the limit every time you bring up the container you can download http://www.heywhatsthat.com/api/upintheair.json?id=${PANORAMA_ID}&refraction=0.25&alts=${PANORAMA_ALTS} as upintheair.json and mount it in /usr/lib/fr24/public_html/upintheair.json.

Open Weather Map layers:

If you don't need this feature ignore this.

If you provide an API key OWM layers will be available.
Create an account and get an API key on []
Be aware that OWM provides a free trier for its API, after some time you will have to pay.
See: [
]

Environment VariableDefault valueDescription
LAYERS_OWM_API_KEYOpen Weather Map API Key

Ex : -e "LAYERS_OWM_API_KEY=dsf1ds65f4d2f65g"

Build it yourself

Clone this repo.

docker build .

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 fr24feed-piaware 镜像标签

docker pull docker.xuanyuan.run/thomx/fr24feed-piaware:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull thomx/fr24feed-piaware:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

一键安装

一键安装 Docker

Linux Docker 一键安装

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

免费版与专业版区别

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
thomx/fr24feed-piaware
教程轩辕镜像功能与使用教程
定价查看流量套餐与价格
热门查看热门 Docker 镜像推荐
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像

高速镜像下载 · 在线技术支持 · 99.95% SLA 保障

50GB 仅 ¥7/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载·在线技术支持·99.95% SLA 保障
商务合作:点击复制邮箱
用户协议·隐私政策·©2024-2026 源码跳动
用户协议·隐私政策©2024-2026 杭州源码跳动科技有限公司商务合作:点击复制邮箱

更多 fr24feed-piaware 镜像推荐

wnagele/piaware logo

wnagele/piaware

wnagele
https://github.com/wnagele/docker-piaware
10万+ 次下载
6 年前更新
webmonkey/piaware logo

webmonkey/piaware

webmonkey
piaware container built to run on Debian
5万+ 次下载
6 年前更新
webmonkey/fr24feed logo

webmonkey/fr24feed

webmonkey
Docker化的fr24feed容器,用于向Flightradar24(fr24.com)发送航班数据。
10万+ 次下载
7 个月前更新

查看更多 fr24feed-piaware 相关镜像