next week is r&d systems deployment week. getting ready.

This commit is contained in:
Charles N Wyble 2024-05-23 09:55:02 -05:00
parent 832882c489
commit 27f53ddade
17 changed files with 279 additions and 279 deletions

View File

@ -1,9 +1,9 @@
# Docker Containers - tsys1 - dev # Docker Containers - tsys1 - dev
## Port range ## Port range
500x 500x
## Container List ## Container List

View File

@ -1,10 +1,10 @@
version: '3.3' version: '3.3'
services: services:
easy-gate: easy-gate:
container_name: easy-gate container_name: easy-gate
ports: ports:
- '1002:8080' - '1002:8080'
volumes: volumes:
- '/docker/ConHost/Overhead/easy-gate/easy-gate.json:/etc/easy-gate/easy-gate.json' - '/docker/ConHost/Overhead/easy-gate/easy-gate.json:/etc/easy-gate/easy-gate.json'
restart: unless-stopped restart: unless-stopped
image: r7wx/easy-gate image: r7wx/easy-gate

View File

@ -1,167 +1,167 @@
{ {
"addr": "0.0.0.0:1001", "addr": "0.0.0.0:1001",
"use_tls": false, "use_tls": false,
"cert_file": "", "cert_file": "",
"key_file": "", "key_file": "",
"behind_proxy": true, "behind_proxy": true,
"title": "TSYS Global IT Dashboard", "title": "TSYS Global IT Dashboard",
"icon": "fa-solid fa-cubes", "icon": "fa-solid fa-cubes",
"motd": "TSYS Global IT Dashboard - Brought to you by Known Element Enterprises", "motd": "TSYS Global IT Dashboard - Brought to you by Known Element Enterprises",
"theme": { "theme": {
"background": "#FFFFFF", "background": "#FFFFFF",
"foreground": "#000000" "foreground": "#000000"
}, },
"groups": [ "groups": [
{ {
"name": "internal", "name": "internal",
"subnet": "10.251.0.0/16" "subnet": "10.251.0.0/16"
}, },
{ {
"name": "vpn", "name": "vpn",
"subnet": "10.49.1.0/24" "subnet": "10.49.1.0/24"
} }
], ],
"services": [ "services": [
{ {
"icon": "fa-brands fa-git-square", "icon": "fa-brands fa-git-square",
"name": "Git", "name": "Git",
"url": "https://git.knownelement.com", "url": "https://git.knownelement.com",
"groups": [ "groups": [
"internal,vpn" "internal,vpn"
] ]
}, },
{ {
"icon": "fa-brands fa-docker", "icon": "fa-brands fa-docker",
"name": "Portainer", "name": "Portainer",
"url": "https://portainer.knownelement.com", "url": "https://portainer.knownelement.com",
"groups": [ "groups": [
"internal,vpn" "internal,vpn"
] ]
}, },
{ {
"icon": "fa-solid fa-folder-open", "icon": "fa-solid fa-folder-open",
"name": "Files", "name": "Files",
"url": "https://files.example.internal", "url": "https://files.example.internal",
"groups": [ "groups": [
"internal" "internal"
] ]
}, },
{ {
"icon": "fa-solid fa-box-archive", "icon": "fa-solid fa-box-archive",
"name": "Archive", "name": "Archive",
"url": "https://archive.example.internal", "url": "https://archive.example.internal",
"groups": [ "groups": [
"internal" "internal"
] ]
}, },
{ {
"icon": "fa-solid fa-chart-line", "icon": "fa-solid fa-chart-line",
"name": "Kibana", "name": "Kibana",
"url": "https://kibana.example.internal", "url": "https://kibana.example.internal",
"groups": [ "groups": [
"internal" "internal"
] ]
}, },
{ {
"icon": "fa-solid fa-download", "icon": "fa-solid fa-download",
"name": "Transmission", "name": "Transmission",
"url": "https://transmission.example.internal", "url": "https://transmission.example.internal",
"groups": [ "groups": [
"internal" "internal"
] ]
}, },
{ {
"icon": "fa-solid fa-bookmark", "icon": "fa-solid fa-bookmark",
"name": "Bookmarks", "name": "Bookmarks",
"url": "https://bookmarks.example.internal", "url": "https://bookmarks.example.internal",
"groups": [ "groups": [
"internal" "internal"
] ]
}, },
{ {
"icon": "fa-solid fa-book", "icon": "fa-solid fa-book",
"name": "Calibre", "name": "Calibre",
"url": "https://calibre.example.internal", "url": "https://calibre.example.internal",
"groups": [ "groups": [
"internal" "internal"
] ]
}, },
{ {
"icon": "fa-solid fa-comment", "icon": "fa-solid fa-comment",
"name": "Webchat", "name": "Webchat",
"url": "https://chat.example.internal", "url": "https://chat.example.internal",
"groups": [] "groups": []
}, },
{ {
"icon": "fa-solid fa-cloud", "icon": "fa-solid fa-cloud",
"name": "Owncloud", "name": "Owncloud",
"url": "https://owncloud.example.internal", "url": "https://owncloud.example.internal",
"groups": [ "groups": [
"internal", "internal",
"vpn" "vpn"
] ]
}, },
{ {
"icon": "fa-brands fa-wikipedia-w", "icon": "fa-brands fa-wikipedia-w",
"name": "Wiki", "name": "Wiki",
"url": "https://wiki.example.internal", "url": "https://wiki.example.internal",
"groups": [ "groups": [
"internal", "internal",
"vpn" "vpn"
] ]
}, },
{ {
"icon": "fa-brands fa-mastodon", "icon": "fa-brands fa-mastodon",
"name": "Mastodon", "name": "Mastodon",
"url": "https://mastodon.example.internal", "url": "https://mastodon.example.internal",
"groups": [ "groups": [
"internal", "internal",
"vpn" "vpn"
] ]
}, },
{ {
"icon": "fa-brands fa-google", "icon": "fa-brands fa-google",
"name": "Google", "name": "Google",
"url": "https://www.google.com", "url": "https://www.google.com",
"groups": [] "groups": []
}, },
{ {
"icon": "fa-brands fa-youtube", "icon": "fa-brands fa-youtube",
"name": "Youtube", "name": "Youtube",
"url": "https://www.youtube.com", "url": "https://www.youtube.com",
"groups": [] "groups": []
}, },
{ {
"icon": "fa-brands fa-stack-overflow", "icon": "fa-brands fa-stack-overflow",
"name": "Stackoverflow", "name": "Stackoverflow",
"url": "https://stackoverflow.com", "url": "https://stackoverflow.com",
"groups": [] "groups": []
} }
], ],
"notes": [ "notes": [
{ {
"name": "Simple note", "name": "Simple note",
"text": "This is a simple note for vpn users", "text": "This is a simple note for vpn users",
"groups": [ "groups": [
"vpn" "vpn"
] ]
}, },
{ {
"name": "Global note", "name": "Global note",
"text": "This note will be visible to everyone", "text": "This note will be visible to everyone",
"groups": [] "groups": []
}, },
{ {
"name": "How to use our internal services", "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", "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": [] "groups": []
}, },
{ {
"name": "Another note", "name": "Another note",
"text": "Another note for internal network users only", "text": "Another note for internal network users only",
"groups": [ "groups": [
"internal" "internal"
] ]
} }
] ]
} }

View File

@ -1,8 +1,8 @@
# Docker Containers - tsys1 - prod # Docker Containers - tsys1 - prod
## Port range ## Port range
700x 700x
## Container List ## Container List

View File

@ -1,10 +1,10 @@
elabftw/elabimg elabftw/elabimg
huginn/huginn huginn/huginn
killbill/killbill killbill/killbill
killbill/kaui killbill/kaui
inventree/inventree inventree/inventree
beanbag/reviewboard:latest beanbag/reviewboard:latest
rundeck/rundeck rundeck/rundeck
woodpeckerci/woodpeckerci-agent woodpeckerci/woodpeckerci-agent
r7wx/easy-gate r7wx/easy-gate
xetusoss/archiva xetusoss/archiva

View File

@ -1,8 +1,8 @@
# Docker Containers - tsys1 - uat # Docker Containers - tsys1 - uat
## Port range ## Port range
600x 600x
## Container List ## Container List

View File

@ -1,2 +1,2 @@
#mailpile #mailpile
##mailman ##mailman

View File

@ -1,8 +1,8 @@
# Docker Containers - tsys1 - prod # Docker Containers - tsys1 - prod
## Port range ## Port range
700x 700x
## Container List ## Container List

View File

@ -1,8 +1,8 @@
# Docker Containers - tsys1 - prod # Docker Containers - tsys1 - prod
## Port range ## Port range
700x 700x
## Container List ## Container List

View File

@ -1,14 +1,14 @@
elabftw/elabimg elabftw/elabimg
huginn/huginn huginn/huginn
phpipam/phpipam-www phpipam/phpipam-www
killbill/killbill killbill/killbill
killbill/kaui killbill/kaui
inventree/inventree inventree/inventree
beanbag/reviewboard:latest beanbag/reviewboard:latest
pihole/pihole pihole/pihole
rundeck/rundeck rundeck/rundeck
librenms/librenms librenms/librenms
graylog/graylog:5.1 graylog/graylog:5.1
woodpeckerci/woodpeckerci-agent woodpeckerci/woodpeckerci-agent
r7wx/easy-gate r7wx/easy-gate
xetusoss/archiva xetusoss/archiva

View File

@ -1,8 +1,8 @@
# Docker Containers - tsys1 - prod # Docker Containers - tsys1 - prod
## Port range ## Port range
700x 700x
## Container List ## Container List

View File

@ -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-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 #git subtree add --prefix upstream/cloudflare-certmgr https://github.com/cloudflare/certmgr.git master --squash
#Need to deep dive... #Need to deep dive...
#git subtree add --prefix upstream/wazuh https://github.com/wazuh/wazuh-docker.git master --squash #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 #git subtree add --prefix upstream/openvas https://github.com/mikesplain/openvas-docker.git master --squash
# greenbone/vulnerability-tests \ # greenbone/vulnerability-tests \
# greenbone/notus-data \ # greenbone/notus-data \
# greenbone/scap-data \ # greenbone/scap-data \
# securecompliance/gvm:debian-master-data-full \ # securecompliance/gvm:debian-master-data-full \
# securecompliance/gvm:debian-master-data \ # securecompliance/gvm:debian-master-data \
# securecompliance/gvm:debian-master-full \ # securecompliance/gvm:debian-master-full \
# securecompliance/gvm:debian-master \ # securecompliance/gvm:debian-master \

View File

@ -1,8 +1,8 @@
# Docker Containers - tsys1 - prod # Docker Containers - tsys1 - prod
## Port range ## Port range
700x 700x
## Container List ## Container List

View File

@ -1,8 +1,8 @@
# Docker Containers - tsys1 - prod # Docker Containers - tsys1 - prod
## Port range ## Port range
700x 700x
## Container List ## Container List

View File

@ -0,0 +1,2 @@
pihole/pihole
woodpeckerci/woodpeckerci-agent

View File

@ -1,8 +1,8 @@
# Docker Containers - tsys1 - prod # Docker Containers - tsys1 - prod
## Port range ## Port range
700x 700x
## Container List ## Container List

View File

@ -1,2 +0,0 @@
pihole/pihole
woodpeckerci/woodpeckerci-agent