clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update listmonk integration config

sspaeti 31918043 62a3182b

+22
+22
neomd/.config/neomd/config.toml
··· 105 105 </td> 106 106 </tr> 107 107 </table>""" 108 + 109 + [listmonk] 110 + url = "https://list.ssp.sh" 111 + api_user = "sspaeti-neomd" 112 + api_token = "${LISTMONK_API_NEOMD_TOKEN}" 113 + delay_minutes = 30 114 + 115 + [[listmonk.triggers]] 116 + address = "listmonk@ssp.sh" 117 + list_ids = [2] # send to default 118 + 119 + [[listmonk.triggers]] 120 + address = "listmonk-book@ssp.sh" 121 + list_ids = [4] 122 + 123 + [[listmonk.triggers]] 124 + address = "listmonk-all@ssp.sh" 125 + list_ids = [2, 4] 126 + 127 + [[listmonk.triggers]] 128 + address = "listmonk-test@ssp.sh" 129 + list_ids = [6] # just for testing