-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprovider.yml
More file actions
67 lines (62 loc) · 1.53 KB
/
Copy pathprovider.yml
File metadata and controls
67 lines (62 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: listmonk
version: v1
author: Codesphere
displayName: Listmonk Newsletter
iconUrl: https://listmonk.app/static/images/logo.svg
category: messaging
description: |
Self-hosted newsletter and mailing list manager.
Manage subscribers, create campaigns, and send emails.
Powered by Listmonk with PostgreSQL storage and SMTP delivery.
backend:
landscape:
gitUrl: https://github.com/codesphere-cloud/listmonk-provider
ciProfile: prod
plans:
- id: 0
name: starter
displayName: Starter
description: Newsletter instance for small lists
parameters: {}
configSchema:
type: object
properties:
ADMIN_USER:
type: string
description: Admin username for the Listmonk web UI
SITE_NAME:
type: string
description: Name shown in the web UI and email footers
FROM_EMAIL:
type: string
description: Sender email address for outgoing campaigns
SMTP_HOST:
type: string
description: SMTP server hostname (e.g. from a Stalwart Mailbox service)
SMTP_PORT:
type: integer
description: SMTP server port (587 for STARTTLS)
SMTP_USER:
type: string
description: SMTP authentication username
secretsSchema:
type: object
properties:
ADMIN_PASSWORD:
type: string
format: password
SMTP_PASSWORD:
type: string
format: password
DB_PASSWORD:
type: string
format: password
detailsSchema:
type: object
properties:
url:
type: string
admin_user:
type: string
ready:
type: boolean