mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-01-08 00:14:26 +01:00
Compare commits
No commits in common. "55bf1ddf704dcb0f2d707ad964fa40aa1780e63f" and "54e24022ce59d81c44e6c59eb489406b3771dfe2" have entirely different histories.
55bf1ddf70
...
54e24022ce
1
Makefile
1
Makefile
@ -17,7 +17,6 @@ TORRENTS_SERVICES := qbittorrent transmission
|
|||||||
SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs
|
SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs
|
||||||
ADMIN_SERVICES := yacht uptime-kuma adminer
|
ADMIN_SERVICES := yacht uptime-kuma adminer
|
||||||
UTILS_SERVICES := it-tools
|
UTILS_SERVICES := it-tools
|
||||||
|
|
||||||
# stirlingpdf
|
# stirlingpdf
|
||||||
|
|
||||||
PROFILES := caddy wordpress syncthing gitea homepage $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)
|
PROFILES := caddy wordpress syncthing gitea homepage $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)
|
||||||
|
@ -133,10 +133,6 @@ dufs.bensuperpc.org {
|
|||||||
reverse_proxy dufs:5000
|
reverse_proxy dufs:5000
|
||||||
}
|
}
|
||||||
|
|
||||||
#stirlingpdf.bensuperpc.org {
|
|
||||||
# reverse_proxy stirlingpdf:8080
|
|
||||||
#}
|
|
||||||
|
|
||||||
link.bensuperpc.org {
|
link.bensuperpc.org {
|
||||||
# TODO: Use service with database
|
# TODO: Use service with database
|
||||||
# Friendly links
|
# Friendly links
|
||||||
|
@ -91,12 +91,6 @@
|
|||||||
description: IT Tools
|
description: IT Tools
|
||||||
ping: it-tools.bensuperpc.org
|
ping: it-tools.bensuperpc.org
|
||||||
container: it-tools0
|
container: it-tools0
|
||||||
# - 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
|
|
||||||
|
|
||||||
- gitea:
|
- gitea:
|
||||||
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/gitea.png
|
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/gitea.png
|
||||||
@ -104,7 +98,6 @@
|
|||||||
description: Gitea
|
description: Gitea
|
||||||
ping: gitea.bensuperpc.org
|
ping: gitea.bensuperpc.org
|
||||||
container: gitea
|
container: gitea
|
||||||
|
|
||||||
- Games:
|
- Games:
|
||||||
- minecraft:
|
- minecraft:
|
||||||
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/minecraft.png
|
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/minecraft.png
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
services:
|
|
||||||
# stirlingpdf
|
|
||||||
stirlingpdf:
|
|
||||||
image: frooodle/s-pdf:latest
|
|
||||||
container_name: stirlingpdf
|
|
||||||
profiles:
|
|
||||||
- stirlingpdf
|
|
||||||
restart: on-failure:5
|
|
||||||
depends_on:
|
|
||||||
- caddy
|
|
||||||
env_file:
|
|
||||||
- ./stirlingpdf/env/stirlingpdf.env
|
|
||||||
volumes:
|
|
||||||
- stirlingpdf_config:/configs
|
|
||||||
- stirlingpdf_tessdata:/usr/share/tessdata
|
|
||||||
networks:
|
|
||||||
- infra-network
|
|
||||||
security_opt:
|
|
||||||
- no-new-privileges:true
|
|
||||||
read_only: false
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
stirlingpdf_config:
|
|
||||||
name: stirlingpdf_config
|
|
||||||
stirlingpdf_tessdata:
|
|
||||||
name: stirlingpdf_tessdata
|
|
@ -1,6 +0,0 @@
|
|||||||
LANGS=en_GB
|
|
||||||
#DOCKER_ENABLE_SECURITY=true
|
|
||||||
#SECURITY_ENABLE_LOGIN=true
|
|
||||||
# Can be disabled after initial login
|
|
||||||
#SECURITY_INITIALLOGIN_USERNAME=admin
|
|
||||||
#SECURITY_INITIALLOGIN_PASSWORD=admin
|
|
Loading…
Reference in New Issue
Block a user