Skip to content

Commit

Permalink
Move SMTP relay back to Docker host
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmarchione committed Dec 27, 2023
1 parent 7fd5b21 commit 8f3b293
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 111 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ The applications that run in my homelab (listed in alphabetical order)
<td><a href="https://hub.docker.com/r/joxit/docker-registry-ui">Registry UI</a></td>
<td>Docker image registry UI</td>
</tr>
<tr>
<td><img vertical-align=baseline width="32" src="https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/email-outline.svg"></td>
<td><a href="https://hub.docker.com/r/loganmarchione/docker-postfixrelay">SMTP relay</a></td>
<td>SMTP (Postfix) relay (my own container image)</td>
</tr>
<tr>
<td><img vertical-align=baseline width="32" src="https://raw.githubusercontent.com/loganmarchione/svg-assets/main/assets/php.svg"></td>
<td><a href="https://hub.docker.com/r/loganmarchione/docker-php-startpage">Startpage</a></td>
Expand Down
92 changes: 0 additions & 92 deletions cluster/apps/smtp/smtp.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions cluster/namespaces/namespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ metadata:
---
apiVersion: v1
kind: Namespace
metadata:
name: smtp
---
apiVersion: v1
kind: Namespace
metadata:
name: startpage
---
Expand Down
9 changes: 0 additions & 9 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ kubectl create secret generic webdav-secret-vars \
--from-literal=WEBDAV_USER=admin \
--from-literal=WEBDAV_PASS=super_secret_password_goes_here
kubectl create secret generic smtp-secret-vars \
--namespace=smtp \
--from-literal=RELAY_HOST=smtp.public-domain.com \
--from-literal=RELAY_PORT=587 \
[email protected] \
--from-literal=MYORIGIN=your.domain.com \
--from-literal=RELAY_USER=admin \
--from-literal=RELAY_PASS=super_secret_password_goes_here
kubectl create secret generic joplin-secret-vars \
--namespace=joplin \
--from-literal=POSTGRES_CONNECTION_STRING='postgresql://db_user:[email protected]:5432/db_name?sslmode=verify-full'
Expand Down

0 comments on commit 8f3b293

Please sign in to comment.