Skip to content
Thomas edited this page Nov 17, 2022 · 6 revisions

Uploading Logbook

Cloudlog supports uploading your logbook to Clublog, first, you must edit your profile and add your clublog username, password and the callsign for the logbook.

Once this is done if you go to the following URL http://<website-address>/index.php/clublog/upload

Cloudlog generates a suitable ADIF file which is saved in the /uploads/ folder and then automatically uploaded, your logbook is then marked to say these QSOs have been submitted.

If your Clublog username is your e-mail address, make sure to write the @ as %40 in the URL.

Crontab Example

0 */6 * * * curl --silent https://<url-and-path-to-cloudlog>/index.php/clublog/upload &>/dev/null

Clone this wiki locally