Compare commits

..

2 Commits

Author SHA1 Message Date
v.karaychentsev
cd78573813 stirling pdf - add link on homepage 2026-02-15 17:54:40 +03:00
v.karaychentsev
1f936a412d stirling pdf - enable login 2026-02-15 17:54:25 +03:00
2 changed files with 13 additions and 7 deletions

View File

@@ -35,18 +35,18 @@
statusStyle: 'dot' statusStyle: 'dot'
- Toolkit: - Toolkit:
- PDF Tools:
href: https://pdf-tools.catmedved.com/
description: Stirling-PDF
icon: stirling.png
siteMonitor: http://stirling_pdf:8080/api/v1/health
statusStyle: 'dot'
# - Librechat: # - Librechat:
# href: https://ai.catmedved.com/ # href: https://ai.catmedved.com/
# description: LibreChat AI # description: LibreChat AI
# icon: librechat.png # icon: librechat.png
# siteMonitor: http://librechat:3080 # siteMonitor: http://librechat:3080
# statusStyle: 'dot' # statusStyle: 'dot'
- Databasus:
href: https://databasus.catmedved.com/
description: DB Backups
icon: databasus.png
siteMonitor: http://databasus:4005
statusStyle: 'dot'
- Syncthing MINIPC: - Syncthing MINIPC:
href: https://sync-minipc.catmedved.com/ href: https://sync-minipc.catmedved.com/
description: Syncthing on minipc description: Syncthing on minipc
@@ -74,6 +74,12 @@
- Infrastructure: - Infrastructure:
- Databasus:
href: https://databasus.catmedved.com/
description: DB Backups
icon: databasus.png
siteMonitor: http://databasus:4005
statusStyle: 'dot'
- Monitoring: - Monitoring:
href: https://beszel.catmedved.com/ href: https://beszel.catmedved.com/
description: Beszel description: Beszel

View File

@@ -10,7 +10,7 @@
- /srv/rundata/stirling/logs:/logs # Application logs - /srv/rundata/stirling/logs:/logs # Application logs
- /srv/rundata/stirling/pipeline:/pipeline # Automation configs - /srv/rundata/stirling/pipeline:/pipeline # Automation configs
environment: environment:
- SECURITY_ENABLELOGIN=false # Set true to enable user authentication - SECURITY_ENABLELOGIN=true # Set true to enable user authentication
- LANGS=en_GB # Interface language - LANGS=en_GB # Interface language
restart: unless-stopped restart: unless-stopped
networks: networks: