Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[submodule "LDAP/LDAPServer"]
path = LDAP/LDAPServer
url = https://github.com/mieweb/LDAPServer.git
[submodule "ci-cd automation/Proxmox-Launchpad"]
path = ci-cd automation/Proxmox-Launchpad
url = https://github.com/maxklema/proxmox-launchpad.git
[submodule "ci-cd-automation/Proxmox-Launchpad"]
path = ci-cd-automation/Proxmox-Launchpad
url = https://github.com/maxklema/proxmox-launchpad.git
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ graph TD
REPO[opensource-mieweb Repository]

%% All Main Folders
REPO --> CICD[ci-cd automation]
REPO --> CC[container creation]
REPO --> DNS[dnsmasq service]
REPO --> CICD[ci-cd-automation]
REPO --> CC[container-creation]
REPO --> DNS[dnsmasq-service]
REPO --> GW[gateway]
REPO --> LDAP[LDAP]
REPO --> NGINX[nginx reverse proxy]
REPO --> NGINX[nginx-reverse-proxy]
REPO --> PL[proxmox-launchpad]

%% Core Workflow Connections
Expand Down Expand Up @@ -57,21 +57,21 @@ graph TD

### Core Infrastructure

- [`dnsmasq service/`](dnsmasq%20service/):
- [`dnsmasq-service/`](dnsmasq-service/):
Contains Dnsmasq configuration for DHCP and DNS services, including wildcard routing for the reverse proxy and container network management.

- [`nginx reverse proxy/`](nginx%20reverse%20proxy/):
- [`nginx-reverse-proxy/`](nginx-reverse-proxy/):
Houses NGINX configuration files for the reverse proxy setup, including JavaScript modules for dynamic backend resolution and SSL certificate management.

- [`gateway/`](gateway/):
Gateway configuration and management scripts for network routing and access control between the internal container network and external traffic. Also contains daily clean up scripts for the cluster.

### Container Management

- [`container creation/`](container%20creation/):
- [`container-creation/`](container-creation/):
Contains comprehensive scripts for LXC container lifecycle management, including creation, LDAP configuration, service deployment, and registration with the proxy infrastructure.

- [`ci-cd automation/`](ci-cd%20automation/):
- [`ci-cd-automation/`](ci-cd-automation/):
Automation scripts for continuous integration and deployment workflows, including container existence checks, updates, and cleanup operations with helper utilities.

### Authentication & Directory Services
Expand Down
1 change: 0 additions & 1 deletion ci-cd automation/Proxmox-Launchpad
Submodule Proxmox-Launchpad deleted from 038aff
1 change: 1 addition & 0 deletions ci-cd-automation/Proxmox-Launchpad
Submodule Proxmox-Launchpad added at f40fda
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.