mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-01-08 00:14:26 +01:00
Compare commits
No commits in common. "4496211aa5baf88bb283dd0fb0b17c955cf0d819" and "55bf1ddf704dcb0f2d707ad964fa40aa1780e63f" have entirely different histories.
4496211aa5
...
55bf1ddf70
4
Makefile
4
Makefile
@ -16,7 +16,9 @@ DOCKER := docker
|
|||||||
TORRENTS_SERVICES := qbittorrent transmission
|
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 stirlingpdf
|
UTILS_SERVICES := it-tools
|
||||||
|
|
||||||
|
# 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)
|
||||||
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
||||||
|
13
README.md
13
README.md
@ -184,19 +184,6 @@ For [dufs.env](infrastructure/dufs/env/dufs.env) file, you need to change the se
|
|||||||
DUFS_AUTH="admin:heqihlOfBmJDESGFlpbPi7P7Mi6F7RkV@/:rw|@/"
|
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 infrastructure
|
||||||
|
|
||||||
Start the website with:
|
Start the website with:
|
||||||
|
@ -133,9 +133,9 @@ dufs.bensuperpc.org {
|
|||||||
reverse_proxy dufs:5000
|
reverse_proxy dufs:5000
|
||||||
}
|
}
|
||||||
|
|
||||||
stirlingpdf.bensuperpc.org {
|
#stirlingpdf.bensuperpc.org {
|
||||||
reverse_proxy stirlingpdf:8080
|
# reverse_proxy stirlingpdf:8080
|
||||||
}
|
#}
|
||||||
|
|
||||||
link.bensuperpc.org {
|
link.bensuperpc.org {
|
||||||
# TODO: Use service with database
|
# TODO: Use service with database
|
||||||
|
@ -91,12 +91,12 @@
|
|||||||
description: IT Tools
|
description: IT Tools
|
||||||
ping: it-tools.bensuperpc.org
|
ping: it-tools.bensuperpc.org
|
||||||
container: it-tools0
|
container: it-tools0
|
||||||
- stirlingpdf:
|
# - stirlingpdf:
|
||||||
#icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/stirlingpdf.png
|
#icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/stirlingpdf.png
|
||||||
href: https://stirlingpdf.bensuperpc.org/
|
# href: https://stirlingpdf.bensuperpc.org/
|
||||||
description: StirlingPDF
|
# description: StirlingPDF
|
||||||
ping: stirlingpdf.bensuperpc.org
|
# ping: stirlingpdf.bensuperpc.org
|
||||||
container: stirlingpdf
|
# 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
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
LANGS=en_GB
|
LANGS=en_GB
|
||||||
#SYSTEM_ROOTURIPATH=/
|
|
||||||
# Enable security, optional
|
|
||||||
#DOCKER_ENABLE_SECURITY=true
|
#DOCKER_ENABLE_SECURITY=true
|
||||||
#SECURITY_ENABLE_LOGIN=true
|
#SECURITY_ENABLE_LOGIN=true
|
||||||
# Can be disabled after initial login, optional,
|
# Can be disabled after initial login
|
||||||
# default it admin:stirling
|
|
||||||
#SECURITY_INITIALLOGIN_USERNAME=admin
|
#SECURITY_INITIALLOGIN_USERNAME=admin
|
||||||
#SECURITY_INITIALLOGIN_PASSWORD=Jw9U039f5xc2mFcacvGvPD9RjwIh4DzO
|
#SECURITY_INITIALLOGIN_PASSWORD=admin
|
||||||
|
Loading…
Reference in New Issue
Block a user