mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Write documentation for mailserver deployment
This commit is contained in:
parent
dd1d77f2bb
commit
ce0e3cb520
@ -27,6 +27,7 @@
|
|||||||
* [Kubernetes Dashboard](deployment/digital-ocean/dashboard/README.md)
|
* [Kubernetes Dashboard](deployment/digital-ocean/dashboard/README.md)
|
||||||
* [HTTPS](deployment/digital-ocean/https/README.md)
|
* [HTTPS](deployment/digital-ocean/https/README.md)
|
||||||
* [Human Connection](deployment/human-connection/README.md)
|
* [Human Connection](deployment/human-connection/README.md)
|
||||||
|
* [Mailserver](deployment/human-connection/mailserver/README.md)
|
||||||
* [Volumes](deployment/volumes/README.md)
|
* [Volumes](deployment/volumes/README.md)
|
||||||
* [Neo4J Offline-Backups](deployment/volumes/neo4j-offline-backup/README.md)
|
* [Neo4J Offline-Backups](deployment/volumes/neo4j-offline-backup/README.md)
|
||||||
* [Volume Snapshots](deployment/volumes/volume-snapshots/README.md)
|
* [Volume Snapshots](deployment/volumes/volume-snapshots/README.md)
|
||||||
|
|||||||
18
deployment/human-connection/mailserver/README.md
Normal file
18
deployment/human-connection/mailserver/README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Development Mail Server
|
||||||
|
|
||||||
|
You can deploy a fake smtp server which captures all send mails and displays
|
||||||
|
them in a web interface. The [sample configuration](../templates/configmap.template.yml)
|
||||||
|
is assuming such a dummy server in the `SMTP_HOST` configuration and points to
|
||||||
|
a cluster-internal SMTP server.
|
||||||
|
|
||||||
|
To deploy the SMTP server just uncomment the relevant code in the
|
||||||
|
[ingress server configuration](../../https/templates/ingress.template.yaml) and
|
||||||
|
run the following:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# in folder deployment/human-connection
|
||||||
|
kubectl apply -f mailserver/
|
||||||
|
```
|
||||||
|
|
||||||
|
You might need to refresh the TLS secret to enable HTTPS on the publicly
|
||||||
|
available web interface.
|
||||||
Loading…
x
Reference in New Issue
Block a user