Commit Graph

205 Commits

Author SHA1 Message Date
Per Qvarforth 2fba87ecf3 Do not ignore reverse proxy conf file 2025-01-12 21:46:55 +01:00
Per Qvarforth 6dc94caab4 Added missing reverse proxy config file 2025-01-12 21:46:06 +01:00
Per Qvarforth 3aa3171375 Added reverse proxy 2025-01-12 21:38:28 +01:00
Per Qvarforth eac572de99 Added reverse proxy 2025-01-12 21:21:04 +01:00
Per Qvarforth 98e0e75fa2 aprsc config fix 2025-01-12 17:41:07 +01:00
Per Qvarforth eee9339ee8 Changed database user to postgres 2025-01-12 17:35:47 +01:00
Per Qvarforth 7576beb072 Include correct aprsc.conf in docker image 2025-01-12 15:57:46 +01:00
Per Qvarforth 012421e304 Fix to avoid db connection refused 2025-01-08 22:58:56 +01:00
Per Qvarforth 9f88dd7139 Refactoring the code base and now prioritizing Docker for startup. 2025-01-06 19:12:15 +01:00
Per Qvarforth 0bbfbaf24b Removed image_slicer requirement 2024-03-13 21:02:36 +01:00
Per Qvarforth 0888d32729 css changes 2023-08-08 09:12:43 +00:00
Per Qvarforth d53346d724 php8 related changes 2023-08-08 09:12:19 +00:00
Per Qvarforth 3d9d8e1f72 Merge branch 'main' of github.com:qvarforth/trackdirect into main 2023-05-22 19:04:53 +00:00
Per Qvarforth 84b711a122 fixed problem with the filter functionality 2023-05-22 19:04:42 +00:00
Per Qvarforth e9107200e7
Merge pull request #39 from Timi7007/patch-1
Update README.md for Docker Compose v2
2023-05-22 21:04:04 +02:00
Timlukas Bloch d0986bc7fd
Update README for Docker Compose v2 2023-05-19 07:13:41 +02:00
Per Qvarforth 77d0f37462
Merge pull request #37 from phl0/containerBackground
Add transparent background for text box
2023-03-19 21:45:31 +01:00
Per Qvarforth a3574846d6
Merge pull request #36 from phl0/maidenheadLocator
Show mouse position as maidenhead locator also
2023-03-19 21:43:41 +01:00
phl0 cfdb0f455a
Add transparent background for text box 2023-03-02 12:16:37 +01:00
phl0 ec798326ac
Show mouse position as maidenhead locator also 2023-03-02 00:01:17 +01:00
Per Qvarforth dbd10cf1e1
Merge pull request #35 from peterus/db_fix
add a missing space to a db call
2023-01-15 21:36:31 +01:00
Per Qvarforth 21b4315c3e
Merge pull request #33 from peterus/peterus-patch-1
remove ws server url and external port
2023-01-15 21:36:12 +01:00
Peter Buchegger bbdae18b0f add missing space 2023-01-13 22:38:57 +01:00
Per Qvarforth 0bb5923a07
Merge pull request #32 from mattbk/patch-1
Add missing code backtick in README
2023-01-08 17:23:54 +01:00
Peter Buchegger 4a9cdbd357
remove ws server url and external port from WebSocketServerFactory 2023-01-07 12:25:37 +01:00
Peter Buchegger ccff5b3f58
Merge pull request #6 from mattbk/patch-1
Add missing code backtick
2023-01-07 12:22:40 +01:00
mattbk 28f33fd8b5
Add missing code backtick
This was causing the code blocks and explanatory text to be the reverse of what was intended.
2022-12-07 09:02:35 -06:00
Per Qvarforth c34633952e Merge branch 'main' of github.com:qvarforth/trackdirect into main 2022-11-06 13:21:54 +00:00
Per Qvarforth e2f5bf5bba Added some python3 information and more 2022-11-06 13:17:50 +00:00
Per Qvarforth b7f6957bea removed footer 2022-10-10 20:34:31 +00:00
Per Qvarforth 1486975936 removed footer 2022-10-10 20:33:57 +00:00
Per Qvarforth 994075cce1 frequency limit per packet type 2022-10-09 13:47:35 +00:00
Per Qvarforth e8d8672f6c python3 changes 2022-10-09 13:44:03 +00:00
Per Qvarforth 755daeeaac python3 docker changes 2022-10-09 13:40:46 +00:00
Per Qvarforth 00e8dc64c3
Merge pull request #25 from rhaamo/feature/python3
Python3 port
2022-10-09 12:44:08 +02:00
Per Qvarforth 68f7c35da7
Merge pull request #27 from shackrat/patch-1
Update README.md
2022-10-09 12:18:59 +02:00
Per Qvarforth 083830934d
Merge pull request #28 from shackrat/main
Fix missing altitude on popup
2022-10-09 12:17:46 +02:00
shackrat 198127e6c8 Fix missing altitude on pop
Altitude label is missing on the station dialog popup.  It is sometimes present in the packet data even on stations that are not moving.
2022-08-24 12:39:12 -04:00
shackrat cf20291300
Update README.md
Added ENCODING 'UTF8'; in the CREATE DATABASE statement for new installs of Postgres which may default to use ascii as the character set.
2022-08-18 00:55:42 -04:00
Dashie 2525673a43
there is some weird issue with thoses SVG that makes imagick chokes on them... they have been "optimized" and now works 2022-08-09 22:57:44 +02:00
Dashie ed01aa8f9d
Uses \copy instead of copy to uses psql copy function, avoiding access right issues 2022-08-09 16:27:09 +02:00
Dashie 17d91d50c8
more db unicode fixes 2022-08-09 14:26:37 +02:00
Dashie 22973d7036
py3 decode order 2022-08-09 14:23:19 +02:00
Dashie d9fc52bf48
py3: singleton fixes 2022-08-09 12:48:22 +02:00
Dashie 9360158a01
py3: fix unicode handling 2022-08-09 12:17:54 +02:00
Dashie dd2a0845c8
avoid unreferenced assignment 2022-08-09 11:58:16 +02:00
Dashie c99ac4a210
py3: xrange is now range 2022-08-09 11:56:21 +02:00
Dashie e8c2fb5428
py3: None checking 2022-08-09 11:55:51 +02:00
Dashie ec263ee079
py3 decode thing 2022-08-09 11:39:14 +02:00
Dashie ffdb5a5413
maybe encode only if bytes; also condition now unneeded 2022-08-09 11:31:33 +02:00