Advanced Search
Search Results
199 total results found
About
This project is intended to auto-manage docker status start/stop based on usage periodically check configured services, pausing containers that have been unused or idle over a preset time on-demand restart by users navigating to, or redirecting to /star...
Development Setup
QuickStart
create the folder for your compose file create the compose file add in any log paths to map under /config/proxy_logs volume add a mount to the docker socke docker-compose.yml services: docker_automation: image: pknw1/docker_automati...
Config Persistence with ConfigObj
Modularised App Framework
Data Sources & Checks
python docker container object container.status container.logs container.startedAt conainer.health.log container.network.settings Active Container Resources netstat check for active connections to container IP active process / lsof checks ...
Flask WebUI & Authentication
Services WebUI Config Editor/Viewer
Docker Object Functions
External Log Parsing Functions
User Journey
app.py
@app.context_processor @app.before_request config = ConfigObj('config/config.ini') [DEFAULT] about = info app_port = 5001 cookie_domain = .pknw1.co.uk cookie_max_age = 9999 app_debug = True debug = reddit, webhook debug_log = 'config/cust...
NGINX Proxy Manager OAUTH2-PROXY
services: oauth2-proxy: container_name: oauth2-proxy image: containerinfra/oauth2-proxy:7.9.0 command: --config /oauth2-proxy.cfg hostname: oauth2-proxy volumes: - "./config/templates:/templates" - "./config...
New Page
TinyAuth SSO for an App via Nginx Proxy Manager
The TinyAuth app requires an identoty service such as LDAP to check credentials against name: core services: tinyauth: container_name: tinyauth image: ghcr.io/steveiliop56/tinyauth:v3 restart: unless-stopped environment: - ...
Summary
Apps List - AlwaysOn vs OnDemand
Category ├── caddy ├── consolee ├── dockmon ├── internal-proxy ├── lldap ├── proxymanager ├── proxymanager-admin ├── redis ├── squid └── tinyauth /etc/systemd/system/core-networking.service [Unit] Description=Core Docker service After=docker....