Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-08-07 | Traewelling: replace legacy password login with OAuth2 | Birte Kristina Friesel | -1/+26 | |
This is a breaking change insofar as that traewelling support is no longer provided automatically, but must be enabled by providing a traewelling.de application ID and secret in travelynx.conf. However, as traewelling.de password login is deprecated and wil soon be disabled, travelynx would break either way. So we might or might not see travelynx 2.0.0 in the next days. Automatic token refresh is still todo, but that was the case for password login as well. Closes #64 | ||||
2023-03-19 | add optional announcements to travelynx.conf | Derf Null | -0/+3 | |
2023-01-02 | move traewelling sync to a separate command | Daniel Friesel | -0/+16 | |
2023-01-02 | travelynx.conf: add validation hint | Daniel Friesel | -1/+1 | |
2023-01-02 | travelynx.conf: add influxdb documentation | Daniel Friesel | -0/+8 | |
2022-11-09 | Switch to internal HAFAS client for connection details | Daniel Friesel | -6/+0 | |
2022-02-19 | Update docker setup. It's simple, and it works, but it's not best practice | Daniel Friesel | -26/+5 | |
Closes #4 | ||||
2022-02-14 | Use correct base URL when running a command job (work/maintenance) | Daniel Friesel | -0/+10 | |
2021-10-30 | Allow usage of custom hafas-rest-api instances | Daniel Friesel | -0/+6 | |
2021-09-12 | Document registration settings | Daniel Friesel | -4/+14 | |
Registration can be disabled for the entire instance or blocked from certain IPs (e.g. botnets trying to flood mailboxes with registration mails from all online services they can find) | ||||
2021-02-02 | link to source code on about page1.19.4 | Daniel Friesel | -0/+10 | |
2021-01-17 | documentation++ | Daniel Friesel | -2/+5 | |
2020-08-19 | add nginx example config | Daniel Friesel | -0/+40 | |
2020-03-13 | Do not hardcode From mail address1.15.7 | Daniel Friesel | -8/+12 | |
2019-12-14 | Update README, add work cronjob | Daniel Friesel | -0/+5 | |
2019-12-14 | Update example systemd unit file | Daniel Friesel | -5/+5 | |
2019-05-05 | travelynx.conf: Actually call die() if DB_HOST is unset | Daniel Friesel | -1/+1 | |
2019-05-03 | docker: add docker-compose configuration | Markus Witt | -0/+34 | |
🔥docker🔥compose🔥 | ||||
2019-04-16 | add comments to example travelynx.conf | Daniel Friesel | -0/+29 | |
2019-04-14 | Set version via config | Daniel Friesel | -0/+1 | |
2019-04-13 | Use travelynx.conf for configuration and secrets | Daniel Friesel | -13/+23 | |
This avoids having to specify secrets in the environment, where they can leak easily. | ||||
2019-03-27 | update systemd unit file | Daniel Friesel | -3/+21 | |
2019-02-16 | Add README | Daniel Friesel | -0/+16 | |