|
1 | 1 | # pixelfed |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for deploying Pixelfed on Kubernetes |
6 | 6 |
|
@@ -66,7 +66,7 @@ A Helm chart for deploying Pixelfed on Kubernetes |
66 | 66 | | nameOverride | string | `""` | This is to override the chart name. | |
67 | 67 | | nodeSelector | object | `{}` | | |
68 | 68 | | pixelfed.account_deletion | bool | `true` | Enable account deletion (may be a requirement in some jurisdictions) | |
69 | | -| pixelfed.activity_pub.enabled | bool | `false` | | |
| 69 | +| pixelfed.activity_pub.enabled | bool | `false` | enable ActivityPub | |
70 | 70 | | pixelfed.activity_pub.inbox | bool | `false` | | |
71 | 71 | | pixelfed.activity_pub.outbox | bool | `false` | | |
72 | 72 | | pixelfed.activity_pub.remote_follow | bool | `false` | | |
@@ -99,18 +99,18 @@ A Helm chart for deploying Pixelfed on Kubernetes |
99 | 99 | | pixelfed.instance.reports.email_enabled | bool | `false` | Send a report email to the admin account for new autospam/reports | |
100 | 100 | | pixelfed.instance.show_peers | bool | `false` | Enable the api/v1/peers API endpoint | |
101 | 101 | | pixelfed.mail.driver | string | `"smtp"` | options: "smtp" (default), "sendmail", "mailgun", "mandrill", "ses" "sparkpost", "log", "array" | |
102 | | -| pixelfed.mail.encryption | string | `"tls"` | | |
| 102 | +| pixelfed.mail.encryption | string | `"tls"` | mail server encryption type | |
103 | 103 | | pixelfed.mail.existingSecret | string | `""` | name of an existing Kubernetes Secret for mail credentials | |
104 | 104 | | pixelfed.mail.existingSecretKeys.host | string | `""` | key in existing Kubernetes Secret for host. If set, ignores mail.host | |
105 | 105 | | pixelfed.mail.existingSecretKeys.password | string | `""` | key in existing Kubernetes Secret for password. If set, ignores mail.password | |
106 | 106 | | pixelfed.mail.existingSecretKeys.port | string | `""` | key in existing Kubernetes Secret for port. If set, ignores mail.port | |
107 | 107 | | pixelfed.mail.existingSecretKeys.username | string | `""` | key in existing Kubernetes Secret for username. If set, ignores mail.username | |
108 | | -| pixelfed.mail.from_address | string | `"pixelfed@example.com"` | | |
109 | | -| pixelfed.mail.from_name | string | `"Pixelfed"` | | |
| 108 | +| pixelfed.mail.from_address | string | `"pixelfed@example.com"` | address to use for sending emails | |
| 109 | +| pixelfed.mail.from_name | string | `"Pixelfed"` | name to use for sending emails | |
110 | 110 | | pixelfed.mail.host | string | `"smtp.mailtrap.io"` | | |
111 | | -| pixelfed.mail.password | string | `""` | | |
112 | | -| pixelfed.mail.port | int | `2525` | | |
113 | | -| pixelfed.mail.username | string | `""` | | |
| 111 | +| pixelfed.mail.password | string | `""` | mail server password | |
| 112 | +| pixelfed.mail.port | int | `2525` | mail server port | |
| 113 | +| pixelfed.mail.username | string | `""` | mail server username | |
114 | 114 | | pixelfed.max_account_size | int | `1000000` | The max allowed account size in KB | |
115 | 115 | | pixelfed.max_album_length | int | `6` | The max number of media per post album | |
116 | 116 | | pixelfed.max_avatar_size | int | `2000` | The max user avatar size in KB | |
@@ -192,4 +192,4 @@ A Helm chart for deploying Pixelfed on Kubernetes |
192 | 192 | | volumes | list | `[]` | Additional volumes on the output Deployment definition. | |
193 | 193 |
|
194 | 194 | ---------------------------------------------- |
195 | | -Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
| 195 | +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) |
0 commit comments