aboutsummaryrefslogtreecommitdiff
path: root/doc/administration
AgeCommit message (Collapse)Author
36 hoursbump version to 0.11.0HEADv0.11.0masterDaniel Schadt
This includes a bump to Python 3.11, as we use datetime.UTC which was only added in 3.11. We could go back and change those instances to datetime.timezone.utc, but why artificially stick to Py 3.10.
9 daysupdate docs for PostgresDaniel Schadt
2025-02-05update docs to say Python 3.10 is requiredv0.10.0Daniel Schadt
2024-04-07add docs about the updaterDaniel Schadt
2024-04-05documentation improvementsDaniel Schadt
2023-11-10document fietsboek.enable_image_uploadsDaniel Schadt
2023-05-10update fietsctl invocation in the docsDaniel Schadt
2023-04-26allow number of hittekaart threads to be limitedDaniel Schadt
2023-04-20update installation docsDaniel Schadt
2023-04-13Merge branch 'profiles'Daniel Schadt
2023-04-03doc: document hittekaart configuration optionsDaniel Schadt
2023-03-30allow log level to be easily set in containerDaniel Schadt
2023-03-28remove -c from docker documentationDaniel Schadt
With fietsboek.ini, those commands become very ergonomic to use (as long as the user has the configuration at the default place)
2023-03-25add documentation about DockerDaniel Schadt
2023-01-19implement maintenance modeDaniel Schadt
2023-01-04Add fietscron script for maintenanceDaniel Schadt
2022-12-19use fietsupdate in documentation about backupsDaniel Schadt
This should be preferred over dealing with raw alembic now.
2022-12-13add support for stamen mapsDaniel Schadt
2022-12-06add language packs to configuration docsDaniel Schadt
2022-12-05small documentation fixesDaniel Schadt
2022-11-28Allow overwriting of the home pageDaniel Schadt
2022-11-21small documentation fixesDaniel Schadt
2022-11-19add docs for more tile proxy informationDaniel Schadt
2022-10-20adjust docs for new updater scriptDaniel Schadt
2022-08-17add documentation about custom pagesDaniel Schadt
2022-07-27allow embedding a Thunderforest API keyDaniel Schadt
2022-07-18update documentation with new data dirDaniel Schadt
2022-07-09start writing docs properly, not in the READMEDaniel Schadt