Skip to content

Commit

Permalink
Deleted the webcomic-related resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Eagerod committed Sep 28, 2024
1 parent 34de73a commit 18729ed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 117 deletions.
6 changes: 0 additions & 6 deletions .env.empty
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,6 @@ BLOBSTORE_DATABASE=mongodb://mongo/blobstore
export BLOBSTORE_DATABASE_BASE64=$(echo -n "$BLOBSTORE_DATABASE" | $BASE64)


# Webcomics
WEBCOMICS_DATABASE=mongodb://mongo/webcomics

export WEBCOMICS_DATABASE_BASE64=$(echo -n "$WEBCOMICS_DATABASE" | $BASE64)


# Bitwarden
BITWARDEN_ADMIN_TOKEN=$(uuidgen)

Expand Down
16 changes: 1 addition & 15 deletions hope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ resources:
source: curlimages/curl:7.80.0
pull: *docker_hub_upstream_pull
tag: registry.internal.aleemhaji.com/curl:7.80.0
tags: [docker-cache, remindmebot, webcomics]
tags: [docker-cache, remindmebot]
- name: postgres-image-cache
build:
source: postgres:9
Expand Down Expand Up @@ -1196,20 +1196,6 @@ resources:
- name: blobstore
file: blobstore/blobstore.yaml
tags: [apps, blobstore]
- name: webcomics-config
inline: |
apiVersion: v1
data:
database: ${WEBCOMICS_DATABASE_BASE64}
kind: Secret
metadata:
name: webcomics-secrets
parameters:
- WEBCOMICS_DATABASE_BASE64
tags: [apps, webcomics]
- name: webcomics
file: webcomics/webcomics.yaml
tags: [apps, webcomics]
- name: syncthing
file: syncthing/syncthing.yaml
tags: [apps, syncthing]
Expand Down
96 changes: 0 additions & 96 deletions webcomics/webcomics.yaml

This file was deleted.

0 comments on commit 18729ed

Please sign in to comment.