mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-01-02 22:04:26 +01:00
Compare commits
2 Commits
55bf1ddf70
...
4496211aa5
Author | SHA1 | Date | |
---|---|---|---|
4496211aa5 | |||
e430fad46e |
4
Makefile
4
Makefile
@ -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))
|
||||
|
13
README.md
13
README.md
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user