Skip to content

Commit

Permalink
Revert "Disable stirlingpdf"
Browse files Browse the repository at this point in the history
This reverts commit 55bf1dd.
  • Loading branch information
bensuperpc committed Sep 3, 2024
1 parent 55bf1dd commit 4f9c353
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ DOCKER := docker
TORRENTS_SERVICES := qbittorrent transmission
SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs
ADMIN_SERVICES := yacht uptime-kuma adminer
UTILS_SERVICES := it-tools

# stirlingpdf
UTILS_SERVICES := it-tools stirlingpdf

PROFILES := caddy wordpress syncthing gitea homepage $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/caddy/config/bensuperpc.org/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ dufs.bensuperpc.org {
reverse_proxy dufs:5000
}

#stirlingpdf.bensuperpc.org {
# reverse_proxy stirlingpdf:8080
#}
stirlingpdf.bensuperpc.org {
reverse_proxy stirlingpdf:8080
}

link.bensuperpc.org {
# TODO: Use service with database
Expand Down
10 changes: 5 additions & 5 deletions infrastructure/homepage/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@
description: IT Tools
ping: it-tools.bensuperpc.org
container: it-tools0
# - stirlingpdf:
- stirlingpdf:
#icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/stirlingpdf.png
# href: https://stirlingpdf.bensuperpc.org/
# description: StirlingPDF
# ping: stirlingpdf.bensuperpc.org
# container: stirlingpdf
href: https://stirlingpdf.bensuperpc.org/
description: StirlingPDF
ping: stirlingpdf.bensuperpc.org
container: stirlingpdf

- gitea:
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/gitea.png
Expand Down

0 comments on commit 4f9c353

Please sign in to comment.