From 64b411f7686224768477c97117723158fc48a956 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Tue, 6 May 2025 08:10:17 -0500 Subject: [PATCH] . --- Cloudron/jamovi.knownelement.com/info.md | 2 -- Cloudron/jamovi.knownelement.com/jamovi-info.md | 3 +++ .../{ => CloudronPackage}/CloudronManifest.json | 0 .../{ => CloudronPackage}/Dockerfile | 0 .../{ => CloudronPackage}/JenkinsBulldNotes.md | 0 .../casc_templates/default.yaml | 0 .../{ => CloudronPackage}/casc_templates/ldap.yaml | 0 .../{ => CloudronPackage}/casc_templates/oauth.yaml | 0 .../{ => CloudronPackage}/nginx.conf | 0 .../{ => CloudronPackage}/start.sh | 0 .../{ => CloudronPackage}/supervisor.conf | 0 Cloudron/jenkins.knownelement.com/jenkins-info.md | 3 +++ .../langfuse.knownelement.com/docker-compose.yml | 3 --- Cloudron/langfuse.knownelement.com/input-files/info | 1 - Cloudron/langfuse.knownelement.com/langfuse-info.md | 3 +++ .../langfuse.knownelement.com/output-files/info | 1 - .../langfuse.knownelement.com/vendor-files/info | 1 - Cloudron/netbox.knownelement.com/docker-compose.yml | 3 --- Cloudron/netbox.knownelement.com/input-files/info | 1 - Cloudron/netbox.knownelement.com/netbox-info.md | 3 +++ Cloudron/netbox.knownelement.com/output-files/info | 1 - Cloudron/netbox.knownelement.com/vendor-files/info | 1 - .../netdata.knownelement.com/docker-compose.yml | 1 - Cloudron/netdata.knownelement.com/input-files/info | 1 - Cloudron/netdata.knownelement.com/netdata-info.md | 3 +++ Cloudron/netdata.knownelement.com/output-files/info | 1 - Cloudron/netdata.knownelement.com/vendor-files/info | 1 - Cloudron/oncall.knownelement.com/docker-compose.yml | 1 - Cloudron/oncall.knownelement.com/input-files/info | 1 - Cloudron/oncall.knownelement.com/oncall-info.md | 3 +++ Cloudron/oncall.knownelement.com/output-files/info | 1 - Cloudron/oncall.knownelement.com/vendor-files/info | 1 - README.md | 13 ------------- 33 files changed, 18 insertions(+), 35 deletions(-) delete mode 100644 Cloudron/jamovi.knownelement.com/info.md create mode 100644 Cloudron/jamovi.knownelement.com/jamovi-info.md rename Cloudron/jenkins.knownelement.com/{ => CloudronPackage}/CloudronManifest.json (100%) rename Cloudron/jenkins.knownelement.com/{ => CloudronPackage}/Dockerfile (100%) rename Cloudron/jenkins.knownelement.com/{ => CloudronPackage}/JenkinsBulldNotes.md (100%) rename Cloudron/jenkins.knownelement.com/{ => CloudronPackage}/casc_templates/default.yaml (100%) rename Cloudron/jenkins.knownelement.com/{ => CloudronPackage}/casc_templates/ldap.yaml (100%) rename Cloudron/jenkins.knownelement.com/{ => CloudronPackage}/casc_templates/oauth.yaml (100%) rename Cloudron/jenkins.knownelement.com/{ => CloudronPackage}/nginx.conf (100%) rename Cloudron/jenkins.knownelement.com/{ => CloudronPackage}/start.sh (100%) rename Cloudron/jenkins.knownelement.com/{ => CloudronPackage}/supervisor.conf (100%) create mode 100644 Cloudron/jenkins.knownelement.com/jenkins-info.md delete mode 100644 Cloudron/langfuse.knownelement.com/docker-compose.yml delete mode 100644 Cloudron/langfuse.knownelement.com/input-files/info create mode 100644 Cloudron/langfuse.knownelement.com/langfuse-info.md delete mode 100644 Cloudron/langfuse.knownelement.com/output-files/info delete mode 100644 Cloudron/langfuse.knownelement.com/vendor-files/info delete mode 100644 Cloudron/netbox.knownelement.com/docker-compose.yml delete mode 100644 Cloudron/netbox.knownelement.com/input-files/info create mode 100644 Cloudron/netbox.knownelement.com/netbox-info.md delete mode 100644 Cloudron/netbox.knownelement.com/output-files/info delete mode 100644 Cloudron/netbox.knownelement.com/vendor-files/info delete mode 100644 Cloudron/netdata.knownelement.com/docker-compose.yml delete mode 100644 Cloudron/netdata.knownelement.com/input-files/info create mode 100644 Cloudron/netdata.knownelement.com/netdata-info.md delete mode 100644 Cloudron/netdata.knownelement.com/output-files/info delete mode 100644 Cloudron/netdata.knownelement.com/vendor-files/info delete mode 100644 Cloudron/oncall.knownelement.com/docker-compose.yml delete mode 100644 Cloudron/oncall.knownelement.com/input-files/info create mode 100644 Cloudron/oncall.knownelement.com/oncall-info.md delete mode 100644 Cloudron/oncall.knownelement.com/output-files/info delete mode 100644 Cloudron/oncall.knownelement.com/vendor-files/info delete mode 100644 README.md diff --git a/Cloudron/jamovi.knownelement.com/info.md b/Cloudron/jamovi.knownelement.com/info.md deleted file mode 100644 index 800663e..0000000 --- a/Cloudron/jamovi.knownelement.com/info.md +++ /dev/null @@ -1,2 +0,0 @@ - -- https://github.com/jamovi/jamovi/blob/current-dev/docker-compose.yaml diff --git a/Cloudron/jamovi.knownelement.com/jamovi-info.md b/Cloudron/jamovi.knownelement.com/jamovi-info.md new file mode 100644 index 0000000..37379c0 --- /dev/null +++ b/Cloudron/jamovi.knownelement.com/jamovi-info.md @@ -0,0 +1,3 @@ +# Jamovi + +- https://projects.knownelement.com/issues/196 \ No newline at end of file diff --git a/Cloudron/jenkins.knownelement.com/CloudronManifest.json b/Cloudron/jenkins.knownelement.com/CloudronPackage/CloudronManifest.json similarity index 100% rename from Cloudron/jenkins.knownelement.com/CloudronManifest.json rename to Cloudron/jenkins.knownelement.com/CloudronPackage/CloudronManifest.json diff --git a/Cloudron/jenkins.knownelement.com/Dockerfile b/Cloudron/jenkins.knownelement.com/CloudronPackage/Dockerfile similarity index 100% rename from Cloudron/jenkins.knownelement.com/Dockerfile rename to Cloudron/jenkins.knownelement.com/CloudronPackage/Dockerfile diff --git a/Cloudron/jenkins.knownelement.com/JenkinsBulldNotes.md b/Cloudron/jenkins.knownelement.com/CloudronPackage/JenkinsBulldNotes.md similarity index 100% rename from Cloudron/jenkins.knownelement.com/JenkinsBulldNotes.md rename to Cloudron/jenkins.knownelement.com/CloudronPackage/JenkinsBulldNotes.md diff --git a/Cloudron/jenkins.knownelement.com/casc_templates/default.yaml b/Cloudron/jenkins.knownelement.com/CloudronPackage/casc_templates/default.yaml similarity index 100% rename from Cloudron/jenkins.knownelement.com/casc_templates/default.yaml rename to Cloudron/jenkins.knownelement.com/CloudronPackage/casc_templates/default.yaml diff --git a/Cloudron/jenkins.knownelement.com/casc_templates/ldap.yaml b/Cloudron/jenkins.knownelement.com/CloudronPackage/casc_templates/ldap.yaml similarity index 100% rename from Cloudron/jenkins.knownelement.com/casc_templates/ldap.yaml rename to Cloudron/jenkins.knownelement.com/CloudronPackage/casc_templates/ldap.yaml diff --git a/Cloudron/jenkins.knownelement.com/casc_templates/oauth.yaml b/Cloudron/jenkins.knownelement.com/CloudronPackage/casc_templates/oauth.yaml similarity index 100% rename from Cloudron/jenkins.knownelement.com/casc_templates/oauth.yaml rename to Cloudron/jenkins.knownelement.com/CloudronPackage/casc_templates/oauth.yaml diff --git a/Cloudron/jenkins.knownelement.com/nginx.conf b/Cloudron/jenkins.knownelement.com/CloudronPackage/nginx.conf similarity index 100% rename from Cloudron/jenkins.knownelement.com/nginx.conf rename to Cloudron/jenkins.knownelement.com/CloudronPackage/nginx.conf diff --git a/Cloudron/jenkins.knownelement.com/start.sh b/Cloudron/jenkins.knownelement.com/CloudronPackage/start.sh similarity index 100% rename from Cloudron/jenkins.knownelement.com/start.sh rename to Cloudron/jenkins.knownelement.com/CloudronPackage/start.sh diff --git a/Cloudron/jenkins.knownelement.com/supervisor.conf b/Cloudron/jenkins.knownelement.com/CloudronPackage/supervisor.conf similarity index 100% rename from Cloudron/jenkins.knownelement.com/supervisor.conf rename to Cloudron/jenkins.knownelement.com/CloudronPackage/supervisor.conf diff --git a/Cloudron/jenkins.knownelement.com/jenkins-info.md b/Cloudron/jenkins.knownelement.com/jenkins-info.md new file mode 100644 index 0000000..9809d2d --- /dev/null +++ b/Cloudron/jenkins.knownelement.com/jenkins-info.md @@ -0,0 +1,3 @@ +# Jenkins + +- https://projects.knownelement.com/issues/234 \ No newline at end of file diff --git a/Cloudron/langfuse.knownelement.com/docker-compose.yml b/Cloudron/langfuse.knownelement.com/docker-compose.yml deleted file mode 100644 index 7e98d4e..0000000 --- a/Cloudron/langfuse.knownelement.com/docker-compose.yml +++ /dev/null @@ -1,3 +0,0 @@ -# langfuse docker compose for tsys - -# https://langfuse.com/docs/deployment/self-host \ No newline at end of file diff --git a/Cloudron/langfuse.knownelement.com/input-files/info b/Cloudron/langfuse.knownelement.com/input-files/info deleted file mode 100644 index bc15867..0000000 --- a/Cloudron/langfuse.knownelement.com/input-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains template files for the application at FQDN indidicated by the parent directory. They will be processed using mo (bash mustache). diff --git a/Cloudron/langfuse.knownelement.com/langfuse-info.md b/Cloudron/langfuse.knownelement.com/langfuse-info.md new file mode 100644 index 0000000..78df558 --- /dev/null +++ b/Cloudron/langfuse.knownelement.com/langfuse-info.md @@ -0,0 +1,3 @@ +# Langfuse + +- https://projects.knownelement.com/issues/198 \ No newline at end of file diff --git a/Cloudron/langfuse.knownelement.com/output-files/info b/Cloudron/langfuse.knownelement.com/output-files/info deleted file mode 100644 index fe6b01e..0000000 --- a/Cloudron/langfuse.knownelement.com/output-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains final docker compose files for the application at FQDN indidicated by the parent directory. diff --git a/Cloudron/langfuse.knownelement.com/vendor-files/info b/Cloudron/langfuse.knownelement.com/vendor-files/info deleted file mode 100644 index 110d921..0000000 --- a/Cloudron/langfuse.knownelement.com/vendor-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains files from the vendor unmodified. They serve as a base for the input-files sibling directory diff --git a/Cloudron/netbox.knownelement.com/docker-compose.yml b/Cloudron/netbox.knownelement.com/docker-compose.yml deleted file mode 100644 index f81ead2..0000000 --- a/Cloudron/netbox.knownelement.com/docker-compose.yml +++ /dev/null @@ -1,3 +0,0 @@ -# netbox docker compose for tsys - -# https://github.com/netbox-community/netbox-docker \ No newline at end of file diff --git a/Cloudron/netbox.knownelement.com/input-files/info b/Cloudron/netbox.knownelement.com/input-files/info deleted file mode 100644 index bc15867..0000000 --- a/Cloudron/netbox.knownelement.com/input-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains template files for the application at FQDN indidicated by the parent directory. They will be processed using mo (bash mustache). diff --git a/Cloudron/netbox.knownelement.com/netbox-info.md b/Cloudron/netbox.knownelement.com/netbox-info.md new file mode 100644 index 0000000..07eadf2 --- /dev/null +++ b/Cloudron/netbox.knownelement.com/netbox-info.md @@ -0,0 +1,3 @@ +# Netbox + +- https://projects.knownelement.com/issues/201 \ No newline at end of file diff --git a/Cloudron/netbox.knownelement.com/output-files/info b/Cloudron/netbox.knownelement.com/output-files/info deleted file mode 100644 index fe6b01e..0000000 --- a/Cloudron/netbox.knownelement.com/output-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains final docker compose files for the application at FQDN indidicated by the parent directory. diff --git a/Cloudron/netbox.knownelement.com/vendor-files/info b/Cloudron/netbox.knownelement.com/vendor-files/info deleted file mode 100644 index 110d921..0000000 --- a/Cloudron/netbox.knownelement.com/vendor-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains files from the vendor unmodified. They serve as a base for the input-files sibling directory diff --git a/Cloudron/netdata.knownelement.com/docker-compose.yml b/Cloudron/netdata.knownelement.com/docker-compose.yml deleted file mode 100644 index 0741448..0000000 --- a/Cloudron/netdata.knownelement.com/docker-compose.yml +++ /dev/null @@ -1 +0,0 @@ -#netdata server docker compose for tsys \ No newline at end of file diff --git a/Cloudron/netdata.knownelement.com/input-files/info b/Cloudron/netdata.knownelement.com/input-files/info deleted file mode 100644 index bc15867..0000000 --- a/Cloudron/netdata.knownelement.com/input-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains template files for the application at FQDN indidicated by the parent directory. They will be processed using mo (bash mustache). diff --git a/Cloudron/netdata.knownelement.com/netdata-info.md b/Cloudron/netdata.knownelement.com/netdata-info.md new file mode 100644 index 0000000..23b8e1f --- /dev/null +++ b/Cloudron/netdata.knownelement.com/netdata-info.md @@ -0,0 +1,3 @@ +# Netdata + +- https://projects.knownelement.com/issues/202 \ No newline at end of file diff --git a/Cloudron/netdata.knownelement.com/output-files/info b/Cloudron/netdata.knownelement.com/output-files/info deleted file mode 100644 index fe6b01e..0000000 --- a/Cloudron/netdata.knownelement.com/output-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains final docker compose files for the application at FQDN indidicated by the parent directory. diff --git a/Cloudron/netdata.knownelement.com/vendor-files/info b/Cloudron/netdata.knownelement.com/vendor-files/info deleted file mode 100644 index 110d921..0000000 --- a/Cloudron/netdata.knownelement.com/vendor-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains files from the vendor unmodified. They serve as a base for the input-files sibling directory diff --git a/Cloudron/oncall.knownelement.com/docker-compose.yml b/Cloudron/oncall.knownelement.com/docker-compose.yml deleted file mode 100644 index 65c9e05..0000000 --- a/Cloudron/oncall.knownelement.com/docker-compose.yml +++ /dev/null @@ -1 +0,0 @@ -# grafana oncall docker compose file for tays \ No newline at end of file diff --git a/Cloudron/oncall.knownelement.com/input-files/info b/Cloudron/oncall.knownelement.com/input-files/info deleted file mode 100644 index bc15867..0000000 --- a/Cloudron/oncall.knownelement.com/input-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains template files for the application at FQDN indidicated by the parent directory. They will be processed using mo (bash mustache). diff --git a/Cloudron/oncall.knownelement.com/oncall-info.md b/Cloudron/oncall.knownelement.com/oncall-info.md new file mode 100644 index 0000000..f644479 --- /dev/null +++ b/Cloudron/oncall.knownelement.com/oncall-info.md @@ -0,0 +1,3 @@ +# Oncall + +- https://projects.knownelement.com/issues/204 \ No newline at end of file diff --git a/Cloudron/oncall.knownelement.com/output-files/info b/Cloudron/oncall.knownelement.com/output-files/info deleted file mode 100644 index fe6b01e..0000000 --- a/Cloudron/oncall.knownelement.com/output-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains final docker compose files for the application at FQDN indidicated by the parent directory. diff --git a/Cloudron/oncall.knownelement.com/vendor-files/info b/Cloudron/oncall.knownelement.com/vendor-files/info deleted file mode 100644 index 110d921..0000000 --- a/Cloudron/oncall.knownelement.com/vendor-files/info +++ /dev/null @@ -1 +0,0 @@ -This directory contains files from the vendor unmodified. They serve as a base for the input-files sibling directory diff --git a/README.md b/README.md deleted file mode 100644 index 1f5d3ec..0000000 --- a/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# TSYS Production docker compose files - -Docker compose files for everything running on cosmos/coolify (that isn't from the marketplace) - -Anything that is in HEAD is considered in flux. Only use compose files from versioned tags. - -No support is offered for anything in this repository. It’s provided as a service to the community. - -## Repo issue -https://projects.knownelement.com/project/reachableceo-vptechnicaloperations/timeline - -## Repo Discussion -https://community.turnsys.com/c/chiefoperationsandfinanceofficer/vptechnicaloperations/20 \ No newline at end of file