{"id":22404498,"url":"https://github.com/lunnosmp4/dump1090-web-modern","last_synced_at":"2025-10-15T18:31:11.866Z","repository":{"id":50497280,"uuid":"519246406","full_name":"LunnosMp4/Dump1090-Web-Modern","owner":"LunnosMp4","description":"A much more modern interface with a lot of functionality for dump1090","archived":false,"fork":false,"pushed_at":"2022-08-29T07:13:28.000Z","size":1947,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-05T10:13:20.178Z","etag":null,"topics":["dump1090","plane","tar1090","tracker"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LunnosMp4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-29T14:34:14.000Z","updated_at":"2024-01-23T04:57:30.000Z","dependencies_parsed_at":"2022-09-11T17:13:50.731Z","dependency_job_id":null,"html_url":"https://github.com/LunnosMp4/Dump1090-Web-Modern","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunnosMp4%2FDump1090-Web-Modern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunnosMp4%2FDump1090-Web-Modern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunnosMp4%2FDump1090-Web-Modern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunnosMp4%2FDump1090-Web-Modern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LunnosMp4","download_url":"https://codeload.github.com/LunnosMp4/Dump1090-Web-Modern/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236629341,"owners_count":19179828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dump1090","plane","tar1090","tracker"],"created_at":"2024-12-05T10:13:23.577Z","updated_at":"2025-10-15T18:31:06.225Z","avatar_url":"https://github.com/LunnosMp4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dump1090-Web-Modern\n\nThe goal of this project is to create a clean and modern interface for dump1090. The current one actually dates from more than 10 years ago.\n\nThis web service will work with this version of dump1090 :\n  - [tar1090](https://github.com/wiedehopf/tar1090)\n\nThis project is currently being developed and many things can be changed, if you have any ideas for additions do not hesitate to contact me !\nThis website therefore aims to be very simple to set up and allow as many people as possible to benefit from a web version in tune with the times and which does not look like a good old windows 98.\n\nI'm using script from https://github.com/Slord6/1090webclient to show airplane on the map.\n\n## Backend / Frontend\n\nAs you can see there are two files: Backend and Frontend.\nThese two files are independent of each other. **If you only want the web part, you only need the Frontend file** the backend part is not useful for the web part.\n\n**But what is the Backend part for ?**\n\nThis allows you to create daily backups of the database. So if you want to use it you can get a daily relationship with all the planes detected by your receiver.\nIt is also possible to link this part with Discord in order to receive the reports directly on Discord.\n\nThis part use **node js**. See [Backend Readme](https://github.com/LunnosMp4/Dump1090-Web-Modern/tree/master/backend#readme) for more informations.\n\n## Interface\n\nHere are some images of the interface, as you can see, you can have access to a lot of information such as altitude, speed, heading, etc... but also the image of the plane and its type, its operator or even its manufacturer !\n\n\u003cimg src=\"https://zupimages.net/up/22/31/xu1i.png\" width=\"500\"\u003e\u003c/img\u003e\n\u003cimg src=\"https://zupimages.net/up/22/31/w2fw.png\" width=\"500\"\u003e\u003c/img\u003e\n\n## Errors\n\nThere are errors that can occur in the operation of this service.\nIndeed if you do not see any plane, check the console of your browser.\nThis is surely due to the following error:\n\n```\nAccess-Control-Allow-Origin' header is present on the requested resource.\n```\n\nIn order to adjust this error you must go to the repository [tar1090](https://github.com/wiedehopf/tar1090) and modify the file `88-tar1090.conf` and add the following line:\n\n```conf\n$HTTP[\"url\"] =~ \"^/INSTANCE/data/aircraft\\.json$\" {\n    setenv.add-response-header += (\n      \"Access-Control-Allow-Origin\" =\u003e \"*\",  # \u003c-- Add this line\n      \"Cache-Control\" =\u003e \"public, no-cache\",\n    )\n}\n```\n\nIf it does not work, you can try to install the following extension on your browser :\n[Moesif Origin \u0026 CORS Changer](https://chrome.google.com/webstore/detail/moesif-origin-cors-change/digfbfaphojjndkpccljibejjbppifbc)\n\n## Sources\n\n### Database\n\nYou can use the database provided in the folder `databate` of the repository.\nThis database lists any information on aircraft from their ICAO code (Hex) (register, type, model, manufacturer ...) and date of 2018.\n\n\n**Please note: if you want a more recent and much more supplied database (last update : 06/08/22) you can download it from the following link (download hosting on mega.nz) and replace the existing one in the folder `database`. This new database is obviously compatible and I strongly advise you to install it !**\n\n- [Recent Database](https://mega.nz/file/keZHQYwT#ZizpRH-k9WsoMk4b7Rgoj2czCrp5PSdVF0JyGr3e42k)\n\n**Do not hesitate to put a star if you like the project !**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunnosmp4%2Fdump1090-web-modern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunnosmp4%2Fdump1090-web-modern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunnosmp4%2Fdump1090-web-modern/lists"}