Skip to content

Commit

Permalink
Remove joplin
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmarchione committed Dec 30, 2024
1 parent 00de098 commit f0f56ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 91 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ The applications that run in my homelab (listed in alphabetical order)
<td><a href="https://hub.docker.com/r/corentinth/it-tools">IT-Tools</a></td>
<td>Collection of handy online tools for developers</td>
</tr>
<tr>
<td><img vertical-align=baseline width="32" src="https://raw.githubusercontent.com/loganmarchione/svg-assets/main/assets/joplin.svg"></td>
<td><a href="https://hub.docker.com/r/joplin/server">Joplin</a></td>
<td>Joplin sync server</td>
</tr>
<tr>
<td><img vertical-align=baseline width="32" src="https://raw.githubusercontent.com/loganmarchione/svg-assets/main/assets/miniflux.svg"></td>
<td><a href="https://hub.docker.com/r/miniflux/miniflux">Miniflux</a></td>
Expand Down
77 changes: 0 additions & 77 deletions cluster/apps/joplin/joplin.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 @@ -21,11 +21,6 @@ metadata:
---
apiVersion: v1
kind: Namespace
metadata:
name: joplin
---
apiVersion: v1
kind: Namespace
metadata:
name: miniflux
---
Expand Down
4 changes: 0 additions & 4 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ kubectl create secret generic miniflux-secret-vars \
--from-literal=DATABASE_URL='postgres://db_user:[email protected]:5432/db_name?sslmode=verify-full' \
--from-literal=ADMIN_USERNAME=admin \
--from-literal=ADMIN_PASSWORD=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'
```

Verify the secrets were created.
Expand Down

0 comments on commit f0f56ac

Please sign in to comment.