From 27f53ddadeb2e864f173470b5933e47908bb0a6b Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Thu, 23 May 2024 09:55:02 -0500 Subject: [PATCH] next week is r&d systems deployment week. getting ready. --- {tsys1 => tsys1-portainer}/dev/tsys1-dev.md | 16 +- .../prod/easy-gate/docker-compose.yml | 18 +- .../prod/easy-gate/easy-gate.json | 332 +++++++++--------- {tsys1 => tsys1-portainer}/prod/tsys1-prod.md | 14 +- .../tsys1-containers.txt | 18 +- {tsys1 => tsys1-portainer}/uat/tsys1-uata.md | 14 +- {tsys2 => tsys2-cosmos}/containersToMerge.txt | 2 +- {tsys2 => tsys2-cosmos}/dev/tsys2-dev.md | 14 +- {tsys2 => tsys2-cosmos}/prod/tsys2-prod.md | 14 +- {tsys2 => tsys2-cosmos}/tsys2-containers.txt | 26 +- {tsys2 => tsys2-cosmos}/uat/tsys2-uat.md | 14 +- .../containersToMerge.txt | 30 +- {tsys3 => tsys3-coolify}/dev/tsys3-uat.md | 14 +- {tsys3 => tsys3-coolify}/prod/tsys3-uat.md | 14 +- tsys3-coolify/tsys3-containers.txt | 2 + {tsys3 => tsys3-coolify}/uat/tsys3-uat.md | 14 +- tsys3/tsys3-containers.txt | 2 - 17 files changed, 279 insertions(+), 279 deletions(-) rename {tsys1 => tsys1-portainer}/dev/tsys1-dev.md (70%) rename {tsys1 => tsys1-portainer}/prod/easy-gate/docker-compose.yml (87%) rename {tsys1 => tsys1-portainer}/prod/easy-gate/easy-gate.json (96%) rename {tsys1 => tsys1-portainer}/prod/tsys1-prod.md (71%) rename {tsys1 => tsys1-portainer}/tsys1-containers.txt (87%) rename {tsys1 => tsys1-portainer}/uat/tsys1-uata.md (70%) rename {tsys2 => tsys2-cosmos}/containersToMerge.txt (50%) rename {tsys2 => tsys2-cosmos}/dev/tsys2-dev.md (71%) rename {tsys2 => tsys2-cosmos}/prod/tsys2-prod.md (71%) rename {tsys2 => tsys2-cosmos}/tsys2-containers.txt (89%) rename {tsys2 => tsys2-cosmos}/uat/tsys2-uat.md (71%) rename {tsys3 => tsys3-coolify}/containersToMerge.txt (98%) rename {tsys3 => tsys3-coolify}/dev/tsys3-uat.md (71%) rename {tsys3 => tsys3-coolify}/prod/tsys3-uat.md (71%) create mode 100644 tsys3-coolify/tsys3-containers.txt rename {tsys3 => tsys3-coolify}/uat/tsys3-uat.md (71%) delete mode 100644 tsys3/tsys3-containers.txt diff --git a/tsys1/dev/tsys1-dev.md b/tsys1-portainer/dev/tsys1-dev.md similarity index 70% rename from tsys1/dev/tsys1-dev.md rename to tsys1-portainer/dev/tsys1-dev.md index 0d98bce..0428875 100644 --- a/tsys1/dev/tsys1-dev.md +++ b/tsys1-portainer/dev/tsys1-dev.md @@ -1,9 +1,9 @@ - -# Docker Containers - tsys1 - dev - -## Port range - -500x - - + +# Docker Containers - tsys1 - dev + +## Port range + +500x + + ## Container List \ No newline at end of file diff --git a/tsys1/prod/easy-gate/docker-compose.yml b/tsys1-portainer/prod/easy-gate/docker-compose.yml similarity index 87% rename from tsys1/prod/easy-gate/docker-compose.yml rename to tsys1-portainer/prod/easy-gate/docker-compose.yml index 1e62e0d..b0a4880 100644 --- a/tsys1/prod/easy-gate/docker-compose.yml +++ b/tsys1-portainer/prod/easy-gate/docker-compose.yml @@ -1,10 +1,10 @@ -version: '3.3' -services: - easy-gate: - container_name: easy-gate - ports: - - '1002:8080' - volumes: - - '/docker/ConHost/Overhead/easy-gate/easy-gate.json:/etc/easy-gate/easy-gate.json' - restart: unless-stopped +version: '3.3' +services: + easy-gate: + container_name: easy-gate + ports: + - '1002:8080' + volumes: + - '/docker/ConHost/Overhead/easy-gate/easy-gate.json:/etc/easy-gate/easy-gate.json' + restart: unless-stopped image: r7wx/easy-gate \ No newline at end of file diff --git a/tsys1/prod/easy-gate/easy-gate.json b/tsys1-portainer/prod/easy-gate/easy-gate.json similarity index 96% rename from tsys1/prod/easy-gate/easy-gate.json rename to tsys1-portainer/prod/easy-gate/easy-gate.json index e136880..ce71741 100644 --- a/tsys1/prod/easy-gate/easy-gate.json +++ b/tsys1-portainer/prod/easy-gate/easy-gate.json @@ -1,167 +1,167 @@ -{ - "addr": "0.0.0.0:1001", - "use_tls": false, - "cert_file": "", - "key_file": "", - "behind_proxy": true, - "title": "TSYS Global IT Dashboard", - "icon": "fa-solid fa-cubes", - "motd": "TSYS Global IT Dashboard - Brought to you by Known Element Enterprises", - "theme": { - "background": "#FFFFFF", - "foreground": "#000000" - }, - "groups": [ - { - "name": "internal", - "subnet": "10.251.0.0/16" - }, - { - "name": "vpn", - "subnet": "10.49.1.0/24" - } - ], - "services": [ - { - "icon": "fa-brands fa-git-square", - "name": "Git", - "url": "https://git.knownelement.com", - "groups": [ - "internal,vpn" - ] - }, - { - "icon": "fa-brands fa-docker", - "name": "Portainer", - "url": "https://portainer.knownelement.com", - "groups": [ - "internal,vpn" - ] - }, - { - "icon": "fa-solid fa-folder-open", - "name": "Files", - "url": "https://files.example.internal", - "groups": [ - "internal" - ] - }, - { - "icon": "fa-solid fa-box-archive", - "name": "Archive", - "url": "https://archive.example.internal", - "groups": [ - "internal" - ] - }, - { - "icon": "fa-solid fa-chart-line", - "name": "Kibana", - "url": "https://kibana.example.internal", - "groups": [ - "internal" - ] - }, - { - "icon": "fa-solid fa-download", - "name": "Transmission", - "url": "https://transmission.example.internal", - "groups": [ - "internal" - ] - }, - { - "icon": "fa-solid fa-bookmark", - "name": "Bookmarks", - "url": "https://bookmarks.example.internal", - "groups": [ - "internal" - ] - }, - { - "icon": "fa-solid fa-book", - "name": "Calibre", - "url": "https://calibre.example.internal", - "groups": [ - "internal" - ] - }, - { - "icon": "fa-solid fa-comment", - "name": "Webchat", - "url": "https://chat.example.internal", - "groups": [] - }, - { - "icon": "fa-solid fa-cloud", - "name": "Owncloud", - "url": "https://owncloud.example.internal", - "groups": [ - "internal", - "vpn" - ] - }, - { - "icon": "fa-brands fa-wikipedia-w", - "name": "Wiki", - "url": "https://wiki.example.internal", - "groups": [ - "internal", - "vpn" - ] - }, - { - "icon": "fa-brands fa-mastodon", - "name": "Mastodon", - "url": "https://mastodon.example.internal", - "groups": [ - "internal", - "vpn" - ] - }, - { - "icon": "fa-brands fa-google", - "name": "Google", - "url": "https://www.google.com", - "groups": [] - }, - { - "icon": "fa-brands fa-youtube", - "name": "Youtube", - "url": "https://www.youtube.com", - "groups": [] - }, - { - "icon": "fa-brands fa-stack-overflow", - "name": "Stackoverflow", - "url": "https://stackoverflow.com", - "groups": [] - } - ], - "notes": [ - { - "name": "Simple note", - "text": "This is a simple note for vpn users", - "groups": [ - "vpn" - ] - }, - { - "name": "Global note", - "text": "This note will be visible to everyone", - "groups": [] - }, - { - "name": "How to use our internal services", - "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec arcu purus. Maecenas ut erat ut tellus vulputate pellentesque sit amet quis metus. Praesent sollicitudin ultricies leo. Sed ornare libero non vehicula cursus. Aliquam vulputate pulvinar elit, sit amet tempus justo condimentum in. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus", - "groups": [] - }, - { - "name": "Another note", - "text": "Another note for internal network users only", - "groups": [ - "internal" - ] - } - ] +{ + "addr": "0.0.0.0:1001", + "use_tls": false, + "cert_file": "", + "key_file": "", + "behind_proxy": true, + "title": "TSYS Global IT Dashboard", + "icon": "fa-solid fa-cubes", + "motd": "TSYS Global IT Dashboard - Brought to you by Known Element Enterprises", + "theme": { + "background": "#FFFFFF", + "foreground": "#000000" + }, + "groups": [ + { + "name": "internal", + "subnet": "10.251.0.0/16" + }, + { + "name": "vpn", + "subnet": "10.49.1.0/24" + } + ], + "services": [ + { + "icon": "fa-brands fa-git-square", + "name": "Git", + "url": "https://git.knownelement.com", + "groups": [ + "internal,vpn" + ] + }, + { + "icon": "fa-brands fa-docker", + "name": "Portainer", + "url": "https://portainer.knownelement.com", + "groups": [ + "internal,vpn" + ] + }, + { + "icon": "fa-solid fa-folder-open", + "name": "Files", + "url": "https://files.example.internal", + "groups": [ + "internal" + ] + }, + { + "icon": "fa-solid fa-box-archive", + "name": "Archive", + "url": "https://archive.example.internal", + "groups": [ + "internal" + ] + }, + { + "icon": "fa-solid fa-chart-line", + "name": "Kibana", + "url": "https://kibana.example.internal", + "groups": [ + "internal" + ] + }, + { + "icon": "fa-solid fa-download", + "name": "Transmission", + "url": "https://transmission.example.internal", + "groups": [ + "internal" + ] + }, + { + "icon": "fa-solid fa-bookmark", + "name": "Bookmarks", + "url": "https://bookmarks.example.internal", + "groups": [ + "internal" + ] + }, + { + "icon": "fa-solid fa-book", + "name": "Calibre", + "url": "https://calibre.example.internal", + "groups": [ + "internal" + ] + }, + { + "icon": "fa-solid fa-comment", + "name": "Webchat", + "url": "https://chat.example.internal", + "groups": [] + }, + { + "icon": "fa-solid fa-cloud", + "name": "Owncloud", + "url": "https://owncloud.example.internal", + "groups": [ + "internal", + "vpn" + ] + }, + { + "icon": "fa-brands fa-wikipedia-w", + "name": "Wiki", + "url": "https://wiki.example.internal", + "groups": [ + "internal", + "vpn" + ] + }, + { + "icon": "fa-brands fa-mastodon", + "name": "Mastodon", + "url": "https://mastodon.example.internal", + "groups": [ + "internal", + "vpn" + ] + }, + { + "icon": "fa-brands fa-google", + "name": "Google", + "url": "https://www.google.com", + "groups": [] + }, + { + "icon": "fa-brands fa-youtube", + "name": "Youtube", + "url": "https://www.youtube.com", + "groups": [] + }, + { + "icon": "fa-brands fa-stack-overflow", + "name": "Stackoverflow", + "url": "https://stackoverflow.com", + "groups": [] + } + ], + "notes": [ + { + "name": "Simple note", + "text": "This is a simple note for vpn users", + "groups": [ + "vpn" + ] + }, + { + "name": "Global note", + "text": "This note will be visible to everyone", + "groups": [] + }, + { + "name": "How to use our internal services", + "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec nec arcu purus. Maecenas ut erat ut tellus vulputate pellentesque sit amet quis metus. Praesent sollicitudin ultricies leo. Sed ornare libero non vehicula cursus. Aliquam vulputate pulvinar elit, sit amet tempus justo condimentum in. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus", + "groups": [] + }, + { + "name": "Another note", + "text": "Another note for internal network users only", + "groups": [ + "internal" + ] + } + ] } \ No newline at end of file diff --git a/tsys1/prod/tsys1-prod.md b/tsys1-portainer/prod/tsys1-prod.md similarity index 71% rename from tsys1/prod/tsys1-prod.md rename to tsys1-portainer/prod/tsys1-prod.md index 498a420..3ab9386 100644 --- a/tsys1/prod/tsys1-prod.md +++ b/tsys1-portainer/prod/tsys1-prod.md @@ -1,8 +1,8 @@ -# Docker Containers - tsys1 - prod - -## Port range - -700x - - +# Docker Containers - tsys1 - prod + +## Port range + +700x + + ## Container List \ No newline at end of file diff --git a/tsys1/tsys1-containers.txt b/tsys1-portainer/tsys1-containers.txt similarity index 87% rename from tsys1/tsys1-containers.txt rename to tsys1-portainer/tsys1-containers.txt index 9f32bd6..71c0da1 100644 --- a/tsys1/tsys1-containers.txt +++ b/tsys1-portainer/tsys1-containers.txt @@ -1,10 +1,10 @@ -elabftw/elabimg -huginn/huginn -killbill/killbill -killbill/kaui -inventree/inventree -beanbag/reviewboard:latest -rundeck/rundeck -woodpeckerci/woodpeckerci-agent -r7wx/easy-gate +elabftw/elabimg +huginn/huginn +killbill/killbill +killbill/kaui +inventree/inventree +beanbag/reviewboard:latest +rundeck/rundeck +woodpeckerci/woodpeckerci-agent +r7wx/easy-gate xetusoss/archiva \ No newline at end of file diff --git a/tsys1/uat/tsys1-uata.md b/tsys1-portainer/uat/tsys1-uata.md similarity index 70% rename from tsys1/uat/tsys1-uata.md rename to tsys1-portainer/uat/tsys1-uata.md index 153bd4c..a6681e6 100644 --- a/tsys1/uat/tsys1-uata.md +++ b/tsys1-portainer/uat/tsys1-uata.md @@ -1,8 +1,8 @@ -# Docker Containers - tsys1 - uat - -## Port range - -600x - - +# Docker Containers - tsys1 - uat + +## Port range + +600x + + ## Container List \ No newline at end of file diff --git a/tsys2/containersToMerge.txt b/tsys2-cosmos/containersToMerge.txt similarity index 50% rename from tsys2/containersToMerge.txt rename to tsys2-cosmos/containersToMerge.txt index 83ac5cc..078a870 100644 --- a/tsys2/containersToMerge.txt +++ b/tsys2-cosmos/containersToMerge.txt @@ -1,2 +1,2 @@ -#mailpile +#mailpile ##mailman \ No newline at end of file diff --git a/tsys2/dev/tsys2-dev.md b/tsys2-cosmos/dev/tsys2-dev.md similarity index 71% rename from tsys2/dev/tsys2-dev.md rename to tsys2-cosmos/dev/tsys2-dev.md index 498a420..3ab9386 100644 --- a/tsys2/dev/tsys2-dev.md +++ b/tsys2-cosmos/dev/tsys2-dev.md @@ -1,8 +1,8 @@ -# Docker Containers - tsys1 - prod - -## Port range - -700x - - +# Docker Containers - tsys1 - prod + +## Port range + +700x + + ## Container List \ No newline at end of file diff --git a/tsys2/prod/tsys2-prod.md b/tsys2-cosmos/prod/tsys2-prod.md similarity index 71% rename from tsys2/prod/tsys2-prod.md rename to tsys2-cosmos/prod/tsys2-prod.md index 498a420..3ab9386 100644 --- a/tsys2/prod/tsys2-prod.md +++ b/tsys2-cosmos/prod/tsys2-prod.md @@ -1,8 +1,8 @@ -# Docker Containers - tsys1 - prod - -## Port range - -700x - - +# Docker Containers - tsys1 - prod + +## Port range + +700x + + ## Container List \ No newline at end of file diff --git a/tsys2/tsys2-containers.txt b/tsys2-cosmos/tsys2-containers.txt similarity index 89% rename from tsys2/tsys2-containers.txt rename to tsys2-cosmos/tsys2-containers.txt index 824e48a..cb5ba36 100644 --- a/tsys2/tsys2-containers.txt +++ b/tsys2-cosmos/tsys2-containers.txt @@ -1,14 +1,14 @@ -elabftw/elabimg -huginn/huginn -phpipam/phpipam-www -killbill/killbill -killbill/kaui -inventree/inventree -beanbag/reviewboard:latest -pihole/pihole -rundeck/rundeck -librenms/librenms -graylog/graylog:5.1 -woodpeckerci/woodpeckerci-agent -r7wx/easy-gate +elabftw/elabimg +huginn/huginn +phpipam/phpipam-www +killbill/killbill +killbill/kaui +inventree/inventree +beanbag/reviewboard:latest +pihole/pihole +rundeck/rundeck +librenms/librenms +graylog/graylog:5.1 +woodpeckerci/woodpeckerci-agent +r7wx/easy-gate xetusoss/archiva \ No newline at end of file diff --git a/tsys2/uat/tsys2-uat.md b/tsys2-cosmos/uat/tsys2-uat.md similarity index 71% rename from tsys2/uat/tsys2-uat.md rename to tsys2-cosmos/uat/tsys2-uat.md index 498a420..3ab9386 100644 --- a/tsys2/uat/tsys2-uat.md +++ b/tsys2-cosmos/uat/tsys2-uat.md @@ -1,8 +1,8 @@ -# Docker Containers - tsys1 - prod - -## Port range - -700x - - +# Docker Containers - tsys1 - prod + +## Port range + +700x + + ## Container List \ No newline at end of file diff --git a/tsys3/containersToMerge.txt b/tsys3-coolify/containersToMerge.txt similarity index 98% rename from tsys3/containersToMerge.txt rename to tsys3-coolify/containersToMerge.txt index 55e994c..1607861 100644 --- a/tsys3/containersToMerge.txt +++ b/tsys3-coolify/containersToMerge.txt @@ -1,15 +1,15 @@ - -#git subtree add --prefix upstream/cloudflare-cfssl https://github.com/rjrivero/docker-cfssl.git master --squash -#git subtree add --prefix upstream/cloudflare-certmgr https://github.com/cloudflare/certmgr.git master --squash - -#Need to deep dive... -#git subtree add --prefix upstream/wazuh https://github.com/wazuh/wazuh-docker.git master --squash -#git subtree add --prefix upstream/openvas https://github.com/mikesplain/openvas-docker.git master --squash - -# greenbone/vulnerability-tests \ -# greenbone/notus-data \ -# greenbone/scap-data \ -# securecompliance/gvm:debian-master-data-full \ -# securecompliance/gvm:debian-master-data \ -# securecompliance/gvm:debian-master-full \ -# securecompliance/gvm:debian-master \ + +#git subtree add --prefix upstream/cloudflare-cfssl https://github.com/rjrivero/docker-cfssl.git master --squash +#git subtree add --prefix upstream/cloudflare-certmgr https://github.com/cloudflare/certmgr.git master --squash + +#Need to deep dive... +#git subtree add --prefix upstream/wazuh https://github.com/wazuh/wazuh-docker.git master --squash +#git subtree add --prefix upstream/openvas https://github.com/mikesplain/openvas-docker.git master --squash + +# greenbone/vulnerability-tests \ +# greenbone/notus-data \ +# greenbone/scap-data \ +# securecompliance/gvm:debian-master-data-full \ +# securecompliance/gvm:debian-master-data \ +# securecompliance/gvm:debian-master-full \ +# securecompliance/gvm:debian-master \ diff --git a/tsys3/dev/tsys3-uat.md b/tsys3-coolify/dev/tsys3-uat.md similarity index 71% rename from tsys3/dev/tsys3-uat.md rename to tsys3-coolify/dev/tsys3-uat.md index 498a420..3ab9386 100644 --- a/tsys3/dev/tsys3-uat.md +++ b/tsys3-coolify/dev/tsys3-uat.md @@ -1,8 +1,8 @@ -# Docker Containers - tsys1 - prod - -## Port range - -700x - - +# Docker Containers - tsys1 - prod + +## Port range + +700x + + ## Container List \ No newline at end of file diff --git a/tsys3/prod/tsys3-uat.md b/tsys3-coolify/prod/tsys3-uat.md similarity index 71% rename from tsys3/prod/tsys3-uat.md rename to tsys3-coolify/prod/tsys3-uat.md index 498a420..3ab9386 100644 --- a/tsys3/prod/tsys3-uat.md +++ b/tsys3-coolify/prod/tsys3-uat.md @@ -1,8 +1,8 @@ -# Docker Containers - tsys1 - prod - -## Port range - -700x - - +# Docker Containers - tsys1 - prod + +## Port range + +700x + + ## Container List \ No newline at end of file diff --git a/tsys3-coolify/tsys3-containers.txt b/tsys3-coolify/tsys3-containers.txt new file mode 100644 index 0000000..9286568 --- /dev/null +++ b/tsys3-coolify/tsys3-containers.txt @@ -0,0 +1,2 @@ +pihole/pihole +woodpeckerci/woodpeckerci-agent \ No newline at end of file diff --git a/tsys3/uat/tsys3-uat.md b/tsys3-coolify/uat/tsys3-uat.md similarity index 71% rename from tsys3/uat/tsys3-uat.md rename to tsys3-coolify/uat/tsys3-uat.md index 498a420..3ab9386 100644 --- a/tsys3/uat/tsys3-uat.md +++ b/tsys3-coolify/uat/tsys3-uat.md @@ -1,8 +1,8 @@ -# Docker Containers - tsys1 - prod - -## Port range - -700x - - +# Docker Containers - tsys1 - prod + +## Port range + +700x + + ## Container List \ No newline at end of file diff --git a/tsys3/tsys3-containers.txt b/tsys3/tsys3-containers.txt deleted file mode 100644 index 55054de..0000000 --- a/tsys3/tsys3-containers.txt +++ /dev/null @@ -1,2 +0,0 @@ -pihole/pihole -woodpeckerci/woodpeckerci-agent \ No newline at end of file