Commit graph

111 commits

Author SHA1 Message Date
Po-Ru, Lin
98934e601e
Fix outdated docker local dev suite (#2200)
* deps(dev): Upgrade golang to 1.20 in dev Dockerfile

* feat(dev): Make dev's config.toml conform to prod's

* fix(dev): Use dev db credentials in config

* feat(dev): Add support for devcontainer

* docs: How to set up dev env in different ways
2024-12-10 23:05:12 +05:30
Kailash Nadh
7bfbd6a856 Add all to subscriber deletion by query which broke with query validation. Ref: #2122. 2024-12-04 22:07:54 +05:30
Kailash Nadh
3f5bad1a9a Fix incorrent curl command in docs. 2024-11-25 10:20:08 +05:30
Dylan Cetin
fce46b2103
fix: update OpenAPI specs for routes and correct docs for campaign endpoints (#2179)
* Fix API Docs for campaign routes' params

1. Added no_body for some. These existed in OpenApi spec but was not present in the docs
2. GET /api/campaigns/analytics/{type} fixed params description for "from" and "to"

* OpenApi Specs GET routes and File Type Fix

This commit fixes some routes' openapi specs by following lismonk.app/docs/

1. GET Routes can't have a body. All params spesified in the body is moved up to query params
2. On the route /import/subscribers POST fixed content type to Multipart, added example params and fixed file type to string/binary
3. And added required: false to many
2024-11-25 10:19:12 +05:30
Ulf Seltmann
ee9677cd8e
removes example properties from attribs property and allow additional properties (#2154) 2024-11-15 13:23:47 +05:30
Kailash Nadh
1451c4b1f1 Improve API auth/permission docs and examples. 2024-11-15 12:18:44 +05:30
Kailash Nadh
392bc87225 Add curl example to subscriber import docs. 2024-11-15 12:02:09 +05:30
Kailash Nadh
1198f6f3af Update release link on static site homepage. 2024-11-13 00:28:46 +05:30
Ulf Seltmann
8b213f0996
adds property description to List and NewList, updates docs (#2150) 2024-11-11 16:31:18 +05:30
Shaun Warman
cb8b54fd00
Add ForwardEmail (provider) bounce integration (#2016)
* Add ForwardEmail one-click SMTP form option.
* Add bounce webhook integration.

---------

Co-authored-by: Kailash Nadh <kailash@nadh.in>
2024-11-10 21:45:07 +05:30
Kailash Nadh
c35ed68759 Fix quotes in JSON API req example in docs. 2024-11-05 00:21:36 +05:30
Kailash Nadh
e182fb5660 Fix the delete/blocklist by SQL query example in docs. 2024-11-05 00:18:22 +05:30
Kailash Nadh
68df63773d Update curl example to remove username/api_username confusion. Closes #2136. 2024-11-04 13:35:54 +05:30
Salim B
599147c102
fix: favicon markup (#2115) 2024-10-30 00:05:03 +05:30
Kailash Nadh
ca73e4f1dc Change wording to 'one-way mailing list' on the static homepage. 2024-10-29 00:11:47 +05:30
Kailash Nadh
998b6e300a Remove version info from docker-compose docs to avoid confusion. 2024-10-28 23:59:01 +05:30
Kailash Nadh
f6ed13a6a9 Add explicit instructions for older docker-compose files. 2024-10-28 23:54:48 +05:30
Kailash Nadh
319053dd7a Update release link on static site homepage. 2024-10-28 14:38:58 +05:30
Kailash Nadh
8ef71aa7a4 Fix docker-compose curl command examples. 2024-10-28 00:16:26 +05:30
Kailash Nadh
120d27575b Update release link on static site homepage. 2024-10-28 00:08:59 +05:30
Kailash Nadh
7fcc6f71e2 Simplify and refactor docker-compose.yml and remove install scripts.
- Remove "demo", "production" containers and have just one.
- Remove dependency on config.toml and inline config to env vars.
- Have a single idempotent instal+upgrade+run command that eliminates
  the need for manual upgrade steps.
- Remove `.sh` install scripts.
- Simplify and clean up install and update docs.
2024-10-27 15:36:35 +05:30
Kailash Nadh
f8e6eaa2d9 Add docs for v4.x.x multi-user upgrade changes. 2024-10-13 16:59:52 +05:30
Kailash Nadh
26c6db0a13 Remove admin user/password from sample config generation. 2024-10-13 16:59:52 +05:30
Bowrna
b0f3891629
Make import overwrite off by default and add warning (#2078)
* Move CSV example rendering to code to get around breaking auto-formatter.
* Improve overwrite confirmation logic.

---------

Co-authored-by: Kailash Nadh <kailash@nadh.in>
2024-10-13 16:40:36 +05:30
Ken Powers
06e49831dd
Fix tag queyr param in lists.md (#2033) 2024-09-05 09:06:13 +05:30
Kailash Nadh
139267d57e Tweak docs to highlight one-way mailing lists. Closes #1931. 2024-09-03 22:46:55 +05:30
Bowrna
242c90d095
updating campaigns api doc (#2011) 2024-08-27 13:12:47 +05:30
Michael Bianco
e6bf3691c7
adding listmonk-newsletter sdk link (#2013) 2024-08-27 13:12:30 +05:30
Bowrna
d28e40ee5c
update subscribers api docs (#1989) 2024-08-22 22:17:23 +05:30
pan93412
579fa71eed
docs: Add Zeabur one-click button (#1994) 2024-08-22 22:16:59 +05:30
Kailash Nadh
edc9f7382f Fix typo on the website. 2024-08-20 15:05:51 +05:30
Kaiwalya Koparkar
d2cd9b169e
chore: Deploy to Elestio button updated (#2005) 2024-08-20 14:56:25 +05:30
MaximilianKohler
fb090f2383
Update querying-and-segmentation.md (#1983) 2024-08-12 14:04:48 +05:30
Bowrna
6353fb6491
Add bounces API link to the docs page (#1981) 2024-08-09 14:18:33 +05:30
Bowrna
46187b9d25
Add public list API doc (#1976) 2024-08-07 17:52:16 +05:30
Bowrna
41f01d5a18
Add docs for bounces api (#1978) 2024-08-07 17:51:32 +05:30
Bowrna
e4dcb066d9
Update API docs of media with missing api (#1975) 2024-08-06 11:41:13 +05:30
Bowrna
1e6e97e750
Add validation for filename with non-ASCII chars in media upload (#1973) 2024-08-05 20:08:33 +05:30
Kailash Nadh
01f7450bf0 Clean section in config doc. 2024-08-02 21:34:04 +05:30
MaximilianKohler
d284e35102
Update configuration.md +performance, batch size (#1967)
* Update configuration.md +performance, batch size

* Update configuration.md
2024-08-02 21:00:28 +05:30
Michael Bianco
23d236fec0
docs: send_at will error out without a Z at the end of the timestamp (#1949) 2024-07-22 09:13:26 +05:30
Prachi
888e33e5e3
fix [docs]: correct invalid example request of basic auth in docs (#1946)
Co-authored-by: Prachi Jamdade <prachiii@Prachis-Laptop.local>
2024-07-18 18:55:21 +05:30
Frankie
2bda94f5d7
Update configuration.md (#1930)
Add note about blocked SMTP ports
2024-07-05 12:35:25 +05:30
Brandon Hartshorn
5d5f48494c
docs: add important step regarding ses in bounces.md (#1907)
Bounces seemingly aren't sent if this setting is only configured for the domain, needs to be configured for send-as email addresses also.
2024-06-22 16:27:11 +05:30
Carson Yang
1ba35d54fb
Add one-click deploy on sealos (#1880)
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
2024-05-31 20:52:33 +05:30
Gokhan
c30068d3ea
Add kubernetes helm installation instructions to docs (#1847) 2024-04-28 09:03:34 +05:30
Kailash Nadh
42ba157904 Add a note about starting listmonk without a config file. 2024-04-27 23:03:59 +05:30
Kailash Nadh
d5cfaa9bb3 Remove obsolete subscriber disabled status from docs. Closes #1793. 2024-04-01 19:09:19 +05:30
Kailash Nadh
7bf9481488 Add /uploads/ path to HTTP config docs. Closes #1803. 2024-04-01 19:05:38 +05:30
George Ma
3a0cf98d2f
chore: remove repetitive word (#1790)
Signed-off-by: availhang <mayangang@outlook.com>
2024-03-25 10:32:25 +05:30