Compare commits

...

2 Commits

Author SHA1 Message Date
4496211aa5 Update readme
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-09-04 23:27:40 +02:00
e430fad46e Revert "Disable stirlingpdf"
This reverts commit 55bf1ddf70.
2024-09-03 23:54:40 +02:00
5 changed files with 27 additions and 13 deletions

View File

@ -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))

View File

@ -184,6 +184,19 @@ For [dufs.env](infrastructure/dufs/env/dufs.env) file, you need to change the se
DUFS_AUTH="admin:heqihlOfBmJDESGFlpbPi7P7Mi6F7RkV@/:rw|@/"
```
For [stirlingpdf.env](infrastructure/stirlingpdf/env/stirlingpdf.env) file, it's **completly optional**, you can change the password(s) and user.
```sh
# Enable security, optional
DOCKER_ENABLE_SECURITY=true
SECURITY_ENABLE_LOGIN=true
# Can be disabled after initial login, optional,
# default it admin:stirling
SECURITY_INITIALLOGIN_USERNAME=admin
SECURITY_INITIALLOGIN_PASSWORD=Jw9U039f5xc2mFcacvGvPD9RjwIh4DzO
```
### Start the infrastructure
Start the website with:

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,9 @@
LANGS=en_GB
#SYSTEM_ROOTURIPATH=/
# Enable security, optional
#DOCKER_ENABLE_SECURITY=true
#SECURITY_ENABLE_LOGIN=true
# Can be disabled after initial login
# Can be disabled after initial login, optional,
# default it admin:stirling
#SECURITY_INITIALLOGIN_USERNAME=admin
#SECURITY_INITIALLOGIN_PASSWORD=admin
#SECURITY_INITIALLOGIN_PASSWORD=Jw9U039f5xc2mFcacvGvPD9RjwIh4DzO