Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

199 total results found

About

Docker Services Automation

  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

Docker Services Automation

QuickStart

Docker Services Automation

  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

Docker Services Automation Components

Modularised App Framework

Docker Services Automation Components

Data Sources & Checks

Docker Services Automation

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

Docker Services Automation Components

Services WebUI Config Editor/Viewer

Docker Services Automation Components

Docker Object Functions

Docker Services Automation Components

External Log Parsing Functions

Docker Services Automation Components

User Journey

Docker Services Automation

app.py

access.pknw1.co.uk

@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

Nginx Proxy Snippets

  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

Nginx Proxy Snippets

TinyAuth SSO for an App via Nginx Proxy Manager

core-system

  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

Apps List - AlwaysOn vs OnDemand

Apps Summary

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

UX: Users

Apps